Bug 710 - Replacement WIN Rules.
Summary: Replacement WIN 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: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
: 615 685 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-16 11:32 UTC by Marc Perkel
Modified: 2002-12-21 13:01 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-08-16 11:32:30 UTC
Replacement WINNING Rules, These should at least be mass tested.


body WINNER                     /\b(?:you(?:'re| are) a|lucky|big|next) winners?\b/i
describe WINNER                 Claims you are a winner

body YOU_WON                    /\byou(?:'ve| have)? won(?!'|\w)/i
describe YOU_WON                You have WON!

body WIN		
/\b(?:register|chances?|opportunity|enter|entered|players?|more|could)\b.{0,9}\bwin\b|win
.{0,9}(?:!|up to|cash|big|car|now|free|\$[0-9,\.\$]+)\b/i
describe WIN			Who really wins?

body WINNING			/\bwinning
(?:strategies|entry|cash|numbers?|free|!)\b|(?-i:WINNING)|award.winning|\bclaim
your winnings/i
describe WINNING		Winning Stuff
Comment 1 Michael Moncur 2002-08-22 03:36:26 UTC
YOU_WON and WINNER look good. WIN and WINNING not as good.

OVERALL     SPAM  NONSPAM     S/O   SCORE  NAME
  12113     7731     4382    0.64    0.00  (all messages)
     90       89        1    0.98    1.00  YOU_WON
     49       46        3    0.90    1.00  WINNER
    128      110       18    0.78    1.00  WIN
     29       25        4    0.78    1.00  WINNING
Comment 2 Justin Mason 2002-08-22 13:38:29 UTC
refiling under severity "enhancement"
Comment 3 Craig Hughes 2002-08-23 03:30:30 UTC
*** Bug 685 has been marked as a duplicate of this bug. ***
Comment 4 Craig Hughes 2002-08-23 03:39:10 UTC
*** Bug 615 has been marked as a duplicate of this bug. ***
Comment 5 Theo Van Dinter 2002-12-21 22:01:27 UTC
added to cvs for testing