Bug 1438 - Anti-abuse HOTMAIL_FOOTER* rules
Summary: Anti-abuse HOTMAIL_FOOTER* rules
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P2 enhancement
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 11:12 UTC by Theo Van Dinter
Modified: 2003-02-24 05:17 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Theo Van Dinter 2003-02-03 11:12:55 UTC
It looks like the HOTMAIL_FOOTER rules should only ever have 1 match a given message.  So we should rig it such that only one can match and multiple can't.

Something like:
meta ABUSED_HOTMAIL_FOOTER __HOTMAIL_FOOTER1 + ... + __HOTMAIL_FOOTER5 > 1
meta HOTMAIL_FOOTER1 __HOTMAIL_FOOTER1 && !ABUSED_HOTMAIL_FOOTER

The meta-meta dependency gets resolved automatically.  This way a message with a single footer would catch the appropriate HOTMAIL_FOOTER# rule, but a message with multiple footers would only hit ABUSED_HOTMAIL_FOOTER.
Comment 1 Theo Van Dinter 2003-02-24 14:17:19 UTC
added for testing