From 79f69e6d805a9f8cb047615e2fde61fbe8b11fe7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Oct 2010 19:00:35 +0000 Subject: [PATCH] * disable DOTCN rules because they were causing false positives * add spamassassin mode header git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@349 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/pron_spam | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/common/pron_spam b/common/pron_spam index 1c3194c..dbb70d1 100644 --- a/common/pron_spam +++ b/common/pron_spam @@ -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 -- 2.39.2