]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
add blars rules
[spamassassin_config.git] / common / phrase_spam
index 634a9ed59bbef9cea5b19a26335734a5a14a4be9..bba7211655c5b5ae8d94bacd4c863bd32a133247 100644 (file)
@@ -538,7 +538,7 @@ score WORKEXP               3
 # blarson 2007-10-24
 body NICEGIRL          /\b(?:nice|young|lonley|unmarried)\s+(?:girl|woman|female)\b/i
 describe NICEGIRL      nice girl
-score NICEGIRL         2
+score NICEGIRL         3
 
 # blarson 2007-10-16
 header FEALCHAT                subject =~ /\bFeel Like Chatting\b/i
@@ -665,7 +665,7 @@ describe HOLIDAYHERE        Holidays are here
 score HOLIDAYHERE      3
 
 # blarson 2007-11-22
-header CAPINIT         subject =~ /^(?:Re:)?\s*(?:(?:[A-Z][a-z-]+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket|IWC|\&|Jaeger-LeCoultre)\s+)+(?:[A-Z][a-z-]+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket)\s*$/
+header CAPINIT         subject =~ /^(?:Re:)?\s*(?:(?:[A-Z][a-z-\']+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket|IWC|\&|Jaeger-LeCoultre)\s+)+(?:[A-Z][a-z-]+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket)\s*$/
 describe CAPINIT       Capinit Every Word
 score CAPINIT          3
 
@@ -756,7 +756,7 @@ score IBERIS                4
 # blarson 2008-01-18
 header HIFROM          subject =~ /\b(?:hello|hi)\s+from/i
 describe HIFROM                hello from
-score HIFROM           2
+score HIFROM           3
 
 # blarson 2008-01-22
 body INTCORP           /\bInternational\s+corporation\b/i
@@ -842,3 +842,14 @@ score LONGWURL             2
 header ITCSTORE                subject =~ /ITC Store/
 describe ITCSTORE      ITC Store
 score ITCSTORE         4
+
+# blarson 2008-03-26
+header GENDER          subject =~ /\b(?:she|her|wom[ae]n|m[ae]n|girls?|males?|females?|herself|wife|ladies|lady|wives)\b/i
+describe GENDER                gender pronoun in subject
+score GENDER           1
+
+# blarson 2008-03-28
+body REBODY            /^re\:\s/
+describe REBODY                re: in body
+score REBODY           2
+