]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
add blars rules, and match vista ultimate too
authorDon Armstrong <don@debian.org>
Tue, 26 Feb 2008 19:38:47 +0000 (19:38 +0000)
committerDon Armstrong <don@debian.org>
Tue, 26 Feb 2008 19:38:47 +0000 (19:38 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@160 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/drug_spam
common/phrase_spam

index 6c1860a4f000abf8994a87a814652e92541f1f47..109f7268c975f420b90d34b792e53b8f9c3d3680 100644 (file)
@@ -344,7 +344,7 @@ describe UITRAM             UItram
 score UITRAM           3
 
 # blarson 2008-02-19
-full ANTIED            /\banti(?:-|\s*)EDs?\b/
+full ANTIED            /\banti(?:-|\s*)EDs?\b/i
 describe ANTIED                anti-ED
 score ANTIED           4
 
@@ -356,4 +356,14 @@ score BUYDRUGS             4
 # blarson 2008-02-21
 body POPTHIS           /\bpop\s+this\b/i
 describe POPTHIS       pop this
-score POPTHIS          2
+score POPTHIS          3
+
+# blarson 2008-02-24
+full BLUEPILL          /\bblue.?pill/i
+describe BLUEPILL      blue pill
+score BLUEPILL         3
+
+# blarson 2008-02-27
+full NAKEDWOM          /\bNaked\s*Wom[ae]n/i
+describe NAKEDWOM      Naked Woman
+score NAKEDWOM         2
index 8fb70c357ff46b08b6e99fad65e85bcc6d9ff5d1..5647ee23687639c12312bdcade732d81881a4ca5 100644 (file)
@@ -720,9 +720,9 @@ describe OEMSOFT    OEM software
 score OEMSOFT          2
 
 # don 2008-02-23
-body OFFICEENTERPRISE          /Microsoft Office Enterprise/
-describe OFFICEENTERPRISE      Microsoft Office Enterprise
-score OFFICEENTERPRISE         3
+body MSSOFTWARE                /Microsoft (Office Enterprise|Vista Ultimate)/i
+describe MSSOFTWARE    Microsoft Office Enterprise/Vista Ultimate
+score MSSOFTWARE       3
 
 # blarson 2008-01-01
 header NIGHTGIRL       subject =~ /\bnight\b.*\bgirlfriend\b/
@@ -787,3 +787,8 @@ score OPENPOS               3
 header EBAYMEMBER      subject =~ /message from ebay member/i
 describe EBAYMEMBER    Message from ebay member
 score EBAYMEMBER       4
+
+# blarson 2008-02-25
+header RESPONSERES     subject =~ /\bResponse to Resume\b/i
+describe RESPONSERES   Response to Resume
+score RESPONSERES      3