Bug 523 - More New Rules - CVS July 7
Summary: More New Rules - CVS July 7
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:
Depends on:
Blocks:
 
Reported: 2002-07-07 13:20 UTC by Marc Perkel
Modified: 2002-08-22 19:41 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-07-07 13:20:02 UTC
Here's another group of new rules that should catch more spam. These are not in
the July 7th CVS tree.


body NOT_MLM			/not MLM/i
describe NOT_MLM		Denying MLM is even worse!

body UNCLAIMED_MONEY		/unclaimed (?:funds|money)/i
describe UNCLAIMED_MONEY	Unclaimed Money

body WORRY_FREE			/worry free/i
describe WORRY_FREE		No Worries Mate

body NO_HASSLE			/no[ -]hassle/i
describe NO_HASSLE		No Hassle

body EXPERTS_SHOW_HOW		/experts show you how/i
describe EXPERTS_SHOW_HOW	Experts show you how

body ENHANCE_WEBSITE		/enhance any website/i
describe ENHANCE_WEBSITE	Enhance any Website

body BILLION_DOLLAR		/(?:billion|million) dollar/i
describe BILLION_DOLLAR		Billion Dollar Stuff

body MONTH_TRIAL		/(?:month|day) .{0,9}trial/i
describe MONTH_TRIAL		Month Trial Offer

body COMPARE_RATES		/compare .{0,9}rates/i
describe COMPARE_RATES		Compare Rates

body HIGHER_PAYOUT		/higher payout/i
describe HIGHER_PAYOUT		Higher Payout

body PLEASE_VISIT_US		/please visit us/i
describe PLEASE_VISIT_US	Please Visit Us

body SAVE_UP_TO			/save up to/i
describe SAVE_MONEY		Save Up To

body SAVE_THOUSANDS		/save (thousands|millions)/i
describe SAVE_MONEY		Save big money

body WEB_PROMOTE		/web.{0,9} promot/i
describe WEB_PROMOTE		Web Promotion

body WHITE_TEETH		/white.{0,9} teeth/i
describe WHITE_TEETH		Whiten your Teeth

body ADVERTISING_DOLLAR		/advertising dollar/i
describe ADVERTISING_DOLLAR	Advertising Dollar

body MARKETING_TOOL		/marketing tool/i
describe MARKETING_TOOL		Marketing Tool

body EARN_DEGREE		/earn {0.12}degree .{0.12}online/i
describe EARN_DEGREE		Earn you Degree Online

body FREE_PASSWORD		/free .{0,9}password/i
describe FREE_PASSWORD		Offers Free (often stolen) Passwords

body NATURAL_VIAGRA		/natural viagra/i
describe NATURAL_VIAGRA		/Natural Viagra

body HERBAL_VIAGRA		/herbal viagra/i
describe HERBAL_VIAGRA		/Herbal Viagra

body HIDDEN_ASSETS		/hidden assets/i
describe HIDDEN_ASSETS		Hidden Assets

body TARGETED			/targeted (?:traffic|(?:e|e-|)mail|internet|lead)/i
describe TARGETED		Targeted Traffic / Email

body CHANCE_TO_WIN		/chance to win/i
describe CHANCE_TO_WIN		Chance to Win!
Comment 1 Matt Sergeant 2002-07-08 07:21:33 UTC
Subject: Re: [SAdev]  New: More New Rules - CVS July 7

bugzilla-daemon@hughes-family.org wrote:
> http://www.hughes-family.org/bugzilla/show_bug.cgi?id=523
> 
>            Summary: More New Rules - CVS July 7
>            Product: Spamassassin
>            Version: current-CVS
>           Platform: Other
>         OS/Version: other
>             Status: NEW
>           Severity: normal
>           Priority: P2
>          Component: Rules
>         AssignedTo: spamassassin-devel@lists.sourceforge.net
>         ReportedBy: marc@perkel.com
> 
> 
> Here's another group of new rules that should catch more spam. These are not in
> the July 7th CVS tree.

And they won't be as they have no tests. Some of them don't really need 
tests (the ones with no meta-characters in them), but the others would 
certainly be worth having.

Also it would be easier (and we'd know you were building these right) if 
you sent as a cvs diff. Just do:

   cvs diff -bu rules/*.cf

And attach the results to the bug.

Matt.


Comment 2 Michael Moncur 2002-08-15 00:02:20 UTC
Is this resolved already or just redundant? NOT_MLM, UNCLAIMED_MONEY, TARGETED, 
and HERBAL_VIAGRA are in CVS already. SAVE_UP_TO and SAVE_THOUSANDS are in 
there in some form. I can't find some of the others, though.

Note: I really don't like PLEASE_VISIT_US, IMHO not a good spam sign.

OVERALL     SPAM  NONSPAM     S/O   SCORE  NAME
  11144     6979     4165    0.63    0.00  (all messages)
     10        8        2    0.70    1.00  PLEASE_VISIT_US
Comment 3 Craig Hughes 2002-08-23 03:41:11 UTC
Some of these seem to have been checked in, others aren't there but I'll assume
they were decided against.  Closing this out.