Replies: 1 comment
-
I would assume the Return-Path and From fields are also being tested. Also, while some ancient (1998) texts did specify an alternate form for Message-ID, only a domain name (recommended: the domain portion of the email address) has been
In this case (SMTP), the context is the public internet, so I'd expect your email client to generate Message-IDs in the recommended format. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Haraka community.
While looking for a place to discuss Haraka things, I registered to the mailing list (successfully) and then tried to post a message to the list (with less success).
When trying to post to the list I get the following NDR:
At first it looked strange to me that the antispam at the target MX is doing some checks on such a domain
3397323e.com
.Then after looking at the headers of the mail sent to the mailing list, I've noticed this "fake" domain is referenced in the Message-ID header and it is generated by the mail client I use (emClient).
Message-ID: <emd7b0a42d-c34a-48d5-8c9f-9977772b7b85@3397323e.com>
It looks like emClient (and probably other clients) generate Messages-ID with random "right part" that matches a
<id@domain.tld>
pattern to match the recommendation, but where the domain.tld is generated randomly, so doesn't, or at least shoudln't match an existing domain.https://forum.emclient.com/t/does-em-client-create-the-message-id/56025/6
While it's maybe not the best idea, I find it surprising that the antispam here is checking the domain specified in Message-ID as afaik there are a lot of bogus Message-ID generated here and there from mail clients.
Shouldn't this antispam check be done on on Return-Path / From fields ?
Kind regards.
Sébastien
Beta Was this translation helpful? Give feedback.
All reactions