]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/pron_spam
* make .com in scour optional
[spamassassin_config.git] / common / pron_spam
index aa20e5141f8d271048671eaabe43f667fad52733..1c3194c26eae363bf75ea6e07fc4b5af5e6d55db 100644 (file)
@@ -187,10 +187,11 @@ body ADULTDVD             /adult\s+dvd/i
 describe ADULTDVD      adult dvd
 score ADULTDVD         3
 
-# blarson 2005-01-07   2005-01-30 trollwife submits bugs
-body WIFE                      /(?<!troll)wi[fv]e/i
-describe WIFE          wife
-score WIFE             2
+# don 2007-10-13 false positives; commenting out for now
+# # blarson 2005-01-07 2005-01-30 trollwife submits bugs
+# body WIFE            /(?<!troll)wi[fv]e/i
+# describe WIFE                wife
+# score WIFE           2
 
 # blarson 2005-07-10
 header JACKRABBIT      subject =~ /Jack Rabbit Vibrator/i
@@ -204,11 +205,30 @@ describe JACKRABBIT2      vibrator spam
 score JACKRABBIT2      3
 
 # blarson 2007-05-09
-body NUDEPIC           /\b(nude|naked|undressed)\s+(pictures?|video|snapshot|pic)\b/i
+body NUDEPIC           /\b(nude|naked|undressed)\s+(picture|video|snapshot|pic|photo)s?\b/i
 describe NUDEPIC       nude pictures
-score NUDEPIC          2
+score NUDEPIC          3
 
 # blarson 2007-06-17
 body PRETTYGIRL                /\bpretty girl/i
 describe PRETTYGIRL    pretty girls trying to seduce bugs
-score PRETTYGIRL       2
+score PRETTYGIRL       3
+
+# blarson 2007-10-16
+body HAVESEX           /\bhave\s+sex\b/i
+describe HAVESEX       have sex
+score HAVESEX          3
+
+# don -- disabled for false positives
+# zobel 2007-10-14
+# body XXXBODY         /xxx/i
+# describe XXXBODY     Body containing xxx
+# score XXXBODY                4
+
+#zobel
+body __CNSITES1                /\bdot\s+cn\b/i
+body __CNSITES2                /\b\s+cn\b/i
+meta CNSITESPRON       __CNSITES1 || __CNSITES2
+describe CNSITESPRON   dot cn pron
+score CNSITESPRON      4
+