From: Vsevolod Stakhov Date: Tue, 19 Jan 2016 15:04:00 +0000 (+0000) Subject: Reduce weight of URL_ONLY rule due to FP rate X-Git-Tag: 1.1.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e07584e82887baf6b9097fdc18aee89443d67718;p=thirdparty%2Frspamd.git Reduce weight of URL_ONLY rule due to FP rate --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 41dca78adb..6debd402b8 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -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"; }