From: Cami (no email)
Date: Tue Jun 01 2004 - 21:01:07 EDT
> Postfix accepts the mail, injects its own Message-ID and once queued,
> the message gets past onto SpamAssassin. SpamAssassin clearly can see
> that the Message-ID was added by the wrong machine (part of the default
> SA ruleset) and adjusts the SA scoring ..
> 50_scores.cf:score MSGID_FROM_MTA_SHORT 3.665 3.310 3.167 3.030
Forgot to mention this little bit..
If SpamAssassin finds no Message-ID in the message:
# (allow this test to pass if there's no Message-Id header)
header MSGID_HAS_NO_AT MESSAGEID !~ /\@/ [if-unset: NO at MSGID]
describe MSGID_HAS_NO_AT Message-Id has no @ sign
50_scores.cf:score MSGID_HAS_NO_AT 0
So according to SpamAssasin, having no Message-ID is fine..
Cami
|
|
|