From ae2a57678dd807ad566cddd3cb16d2c3c76071c7 Mon Sep 17 00:00:00 2001 From: Cord Beermann Date: Thu, 6 Oct 2011 15:01:40 +0000 Subject: [PATCH] increasing score on many recipients git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@383 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/list_specific | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/list_specific b/common/list_specific index 636752c..a6a6655 100644 --- a/common/list_specific +++ b/common/list_specific @@ -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}/ -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}/ -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}/ -score CC_TOO_MANY 0.1 +score CC_TOO_MANY 3 score CORRUPT_FROM_LINE_IN_HDRS 0 score FM_DDDD_TIMES_2 0 -- 2.39.2