Richard G
Verified User
Lets say you have a strict SPF record and you also have DKIM and DMARC in place.
Now some spammer sends mail around from his own server, but uses an existing e-mail address of your domain in his returnpath, like this and I won't mask the spamming system:
This was send via mailchimp this system never contacted our servers, but the customer got the mail back in his inbox, because his email address was specified as the From and Return-path address.
However, I'm wondering if there is no method, to refuse those mails somehow, since the return-path is not correct.
Now some spammer sends mail around from his own server, but uses an existing e-mail address of your domain in his returnpath, like this and I won't mask the spamming system:
Code:
Return-path: <[email protected]>
Received: from [77.40.62.178] (port=24600 helo=bqyel)
by server.straighthost.ro with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
(Exim 4.93)
(envelope-from <[email protected]>)
id 1l1pdP-0004yS-5I; Tue, 19 Jan 2021 13:57:19 +0200
MessageID: [email protected]
Subject: Poste meine Fotos auf der Site
To: "[email protected]" <[email protected]>
From: "Olesya" <[email protected]>
This was send via mailchimp this system never contacted our servers, but the customer got the mail back in his inbox, because his email address was specified as the From and Return-path address.
However, I'm wondering if there is no method, to refuse those mails somehow, since the return-path is not correct.