]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Reduce weight of SUSPICIOUS_RECIPS
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 20 Nov 2015 16:44:09 +0000 (16:44 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 20 Nov 2015 16:44:09 +0000 (16:44 +0000)
conf/metrics.conf

index a60efb401bc661406dca95d81d517ac10715cfde..4560c3ece1e86b217b0b36305b3dab086fbe60f4 100644 (file)
@@ -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";
        }