]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/pron_spam
* disable DOTCN rules because they were causing false positives
[spamassassin_config.git] / common / pron_spam
index 1c3194c26eae363bf75ea6e07fc4b5af5e6d55db..dbb70d17b311440db845a152f6b8d7fa7f894d34 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: spamassassin -*-
 # spam messages dealing with pr0n, dating, sex, etc. match these rules
 
 # sexually-explicit stuff on a bunch of lists --pasc 04/05/11, --pasc 04/05/14
@@ -225,10 +226,11 @@ score HAVESEX             3
 # describe XXXBODY     Body containing xxx
 # score XXXBODY                4
 
+# don -- disabled for false positives 2010-10-09
 #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
+# 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