]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Reduce weight of URL_ONLY rule due to FP rate
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Jan 2016 15:04:00 +0000 (15:04 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Jan 2016 15:04:00 +0000 (15:04 +0000)
conf/metrics.conf

index 41dca78adb13634140dbdf740c596ac33d76d359..6debd402b8ea3fd0b9ecc7abb741bfaa56ebcd12 100644 (file)
@@ -1166,7 +1166,7 @@ metric {
            description = "Message from bounce and over 1 recepient";
        }
        symbol {
-           weight = 3.50;
+           weight = 1.50;
            name = "HFILTER_URL_ONLY";
            description = "URL only in body";
        }