From: Vsevolod Stakhov Date: Fri, 20 Nov 2015 16:44:09 +0000 (+0000) Subject: Reduce weight of SUSPICIOUS_RECIPS X-Git-Tag: 1.1.0~520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bfe62797c6c774ca151a1dbec5406e1b8a33c51;p=thirdparty%2Frspamd.git Reduce weight of SUSPICIOUS_RECIPS --- diff --git a/conf/metrics.conf b/conf/metrics.conf index a60efb401b..4560c3ece1 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -30,7 +30,7 @@ metric { name = "FORGED_SENDER"; } symbol { - weight = 3.500000; + weight = 1.500000; description = "Recipients seems to be autogenerated (works if recipients count is more than 5)"; name = "SUSPICIOUS_RECIPS"; }