]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
increasing score on many recipients
authorCord Beermann <cord@debian.org>
Thu, 6 Oct 2011 15:01:40 +0000 (15:01 +0000)
committerCord Beermann <cord@debian.org>
Thu, 6 Oct 2011 15:01:40 +0000 (15:01 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@383 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/list_specific

index 636752cdfa13f9c8a72564b50bd32b1c1bc39c15..a6a6655e4dc919833e4bab4c4444a77007a2c11c 100644 (file)
@@ -83,15 +83,15 @@ score        MAJORDOMOWHITE -3
 # count recipients and score those with Too Many. -cord
 describe TO_TOO_MANY To: too many recipients
 header   TO_TOO_MANY To =~ /(?:,[^,]{1,80}){5}/
 # count recipients and score those with Too Many. -cord
 describe TO_TOO_MANY To: too many recipients
 header   TO_TOO_MANY To =~ /(?:,[^,]{1,80}){5}/
-score    TO_TOO_MANY 0.1
+score    TO_TOO_MANY 1
 
 describe TO_WAY_TOO_MANY To: way too many recipients
 header   TO_WAY_TOO_MANY To =~ /(?:,[^,]{1,80}){10}/
 
 describe TO_WAY_TOO_MANY To: way too many recipients
 header   TO_WAY_TOO_MANY To =~ /(?:,[^,]{1,80}){10}/
-score    TO_WAY_TOO_MANY 0.1
+score    TO_WAY_TOO_MANY 3
 
 describe CC_TOO_MANY CC: too many recipients
 header   CC_TOO_MANY CC =~ /(?:,[^,]{1,80}){10}/
 
 describe CC_TOO_MANY CC: too many recipients
 header   CC_TOO_MANY CC =~ /(?:,[^,]{1,80}){10}/
-score    CC_TOO_MANY 0.1
+score    CC_TOO_MANY 3
 
 score CORRUPT_FROM_LINE_IN_HDRS        0
 score FM_DDDD_TIMES_2           0
 
 score CORRUPT_FROM_LINE_IN_HDRS        0
 score FM_DDDD_TIMES_2           0