Bug 498 - Better rule - for Free
Summary: Better rule - for Free
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.31
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 18:51 UTC by Marc Perkel
Modified: 2002-07-11 02:05 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 Marc Perkel 2002-06-24 18:51:24 UTC
I think the rule "for free" catches to much non-spam. I think it could be
improved by requiring that the F in FREE be capitalized. I think most spam will
say "FOR FREE" or at least "for Free". Non spam will use "for free".


body FOR_FREE			/\b(?i:for) F(?i:ree)\b/
describe FOR_FREE		No such thing as a free lunch (1)
Comment 1 Michael Moncur 2002-07-10 23:22:13 UTC
The new one does do a bit better than the old one on my corpus.

   OVERALL        SPAM     NONSPAM  NAME
      3756        1710        2046  (all messages)
       167         141          26  FOR_FREE
       110         102           8  NEW_FOR_FREE
Comment 2 Justin Mason 2002-07-11 10:05:09 UTC
done