X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=d9829e93dfe4a680621412871591ab34b059817f;hp=dc35d641914914b242bc8f5ce7f27a3f3127cf10;hb=db16a12a2962f72a6cc4c7ad9e30e6f1dd122e03;hpb=ae1e0bc72fd433be2419c13aa6b9aace1b9d3c08 diff --git a/common/phrase_spam b/common/phrase_spam index dc35d64..d9829e9 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -85,7 +85,7 @@ describe REFWD re or fwd nothing score REFWD 3.5 # blarson 2005-11-11 -header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\w+\s*$/i +header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i describe ONEWORD one word subject score ONEWORD 1 @@ -662,3 +662,33 @@ score VENTTRANS 4 body HOLIDAYHERE /\bHolidays are here\b/i describe HOLIDAYHERE Holidays are here score HOLIDAYHERE 3 + +# blarson 2007-11-22 +header CAPINIT subject =~ /^\s*(?:(?:[A-Z][a-z-]+|PaintBrush|Jet plane|Tennis racquet|Leather jacket)\s+){2,}[A-Z][a-z-]+\s*$/ +describe CAPINIT Capinit Every Word +score CAPINIT 2 + +# blarson 2007-11-23 +body REMOVESPACE /\b(?:remove|w\/o|without|delete) spaces?\b/i +describe REMOVESPACE w/o space +score REMOVESPACE 2 + +# blason 2007-11-27 +header BEAHERO subject =~ /Be a hero/ +describe BEAHERO Be a hero +score BEAHERO 4 + +# blarson 2007-11-28 +header SOFTCHEAP subject =~ /Soft and cheap/i +describe SOFTCHEAP Soft and cheap +score SOFTCHEAP 3 + +# blarson 2007-11-30 +body CHEAPSOFT /\bcheap (?:OEM)?\s*soft(?:ware)?/i +describe CHEAPSOFT cheap OEM soft +score CHEAPSOFT 2 + +# blarson 2007-11-30 +header MAKEMONEY subject =~ /\b(?:Make|need|extra)\s+(?:Cash|money|income)\b/i +describe MAKEMONEY Make Cash +score MAKEMONEY 3