Bug 1315 - Broken rule : MSG_ID_ADDED_BY_MTA
Summary: Broken rule : MSG_ID_ADDED_BY_MTA
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.31
Hardware: All All
: P2 normal
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-28 06:48 UTC by Maxime Ritter
Modified: 2003-03-06 06:45 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Headers from a false positive (SpamAssassin 2.31) text/plain None Maxime Ritter [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Maxime Ritter 2002-12-28 06:48:51 UTC
What does this rule mean ?

header MSG_ID_ADDED_BY_MTA      Message-Id =~ / \(added by
(?!postmaster\@wanadoo\.fr)/
describe MSG_ID_ADDED_BY_MTA    'Message-Id' was added by a relay

Most of my false positive where catched by this rule !!! But not any spam !
This is a real non-sense : wanadoo is the number 1 internet provider here in
France, they aren't spammers, and don't host spammers....
Comment 1 Maxime Ritter 2002-12-28 06:56:11 UTC
Created attachment 516 [details]
Headers from a false positive (SpamAssassin 2.31)
Comment 2 Allen Smith 2002-12-30 07:13:23 UTC
The rule in question specifically should _not_ match email where the
"added by" is by wanadoo.fr - it's for other cases of a MTA noting that
it added a message-id. I'm guessing that something is messing up in the rule
parsing, perhaps because you're using SA version 2.31 (which is badly out
of date); what perl version, BTW? Could you try upgrading your SA version to
2.43 and see if that fixes the problem?

     -Allen
Comment 3 Daniel Quinlan 2003-03-06 15:45:40 UTC
The example does not trigger any MTA rules for me using 2.50 CVS.

Closing as FIXED.  SpamAssassin 2.31 is obsolete.