/[pkg-listmaster]/trunk/spamassassin_config/common/phrase_spam
ViewVC logotype

Diff of /trunk/spamassassin_config/common/phrase_spam

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 90 by don, Wed Oct 31 21:24:53 2007 UTC revision 91 by don, Tue Nov 6 23:47:29 2007 UTC
# Line 79  body AFFILIATEID        /affiliate.?id/i Line 79  body AFFILIATEID        /affiliate.?id/i
79  describe AFFILIATEID    affiliate id  describe AFFILIATEID    affiliate id
80  score AFFILIATEID       3  score AFFILIATEID       3
81    
 # joy, 2003-08-30, 2003-09-21  
 header FW               Subject =~ /^Fw: /  
 describe FW             Sounds like a Fw: spam  
 score FW                3  
   
82  # blarson 2007-07-13  # blarson 2007-07-13
83  header REFWD            subject =~ /\b(?:RE|FWD)\:\s*$/i  header REFWD            subject =~ /\b(?:RE|FWD?)\:\s*$/i
84  describe REFWD          re or fwd nothing  describe REFWD          re or fwd nothing
85  score REFWD             3.5  score REFWD             3.5
86    
# Line 617  score LEGBUD2          4 Line 612  score LEGBUD2          4
612  body SMOKING            /\b(?:beat|stop|quit|without)\s+(?:nicotine|smoking|cigarettes)\b/i  body SMOKING            /\b(?:beat|stop|quit|without)\s+(?:nicotine|smoking|cigarettes)\b/i
613  describe SMOKING        stop smoking  describe SMOKING        stop smoking
614  score SMOKING           3  score SMOKING           3
615    
616    # blarson 2007-11-04
617    header WORKHOME         subject =~ /\bwork\b.*\bhome\b/i
618    describe WORKHOME       work from home
619    score WORKHOME          2
620    
621    # blarson 2007-11-04
622    header HOMEWORK         subject =~ /\bhome\b.*\b(?:work|business|job|based)\b/i
623    describe HOMEWORK       home business
624    score HOMEWORK          3
625    
626    # blarson 2007-11-04
627    header REPRESENT        subject =~ /\bRepresent(?:ative)?\b.*\b(?:Country|needed)\b/i
628    describe REPRESENT      represent your country
629    score REPRESENT         2
630    
631    # blarson 2007-11-06
632    header NOFEE            subject =~ /\bNo\s+fee\b/i
633    describe NOFEE          No fee
634    score NOFEE             2

Legend:
Removed from v.90  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.5