On 9/23/20 1:06 PM, John Hardin wrote:
The rules are available in your local spamassasssin install, or in the public SVN under two places:
Thank you for the links.
The Message-ID rule itself is this:header __MOZILLA_MSGID MESSAGEID =~ /^<(?:[a-f\d]{8}-(?:[a-f\d]{4}-){3}[a-f\d]{12}|[A-F\d]{8}\.[A-F1-9][A-F\d]{0,7})\@\S+>$/m
Okay. The regex is really only applying to the left hand side (the "local part" if you will) of the message id. The right hand side ("domain part") is just looking for more than one not-space character.
You'll need to be able to understand regular expressions to understand what it's looking for.
I'm not great it it, especially PCRE. (I'm more vim & sed.) But the first part looks like the same format that I see from uuidgen. 8 hexadecimal digits hyphen 4 hexadecimal digits hyphen 4 hexadecimal digits hyphen 4 hexadecimal digits hyphen 12 hexadecimal digits I don't recognize the other format: 8 hexadecimal digits period 0 to 7 not quite hexadecimal digits, missing the zero.I can tell from that, that the setting in about:config that I'm using isn't going to be a problem as it is only the right hand ("domain") part of the Message-ID.
-- Grant. . . . unix || die
smime.p7s
Description: S/MIME Cryptographic Signature