From: Vsevolod Stakhov Date: Fri, 5 Aug 2016 12:01:31 +0000 (+0100) Subject: [Minor] Increase HFILTER_URL scores as FP rate should be reduced now X-Git-Tag: 1.3.2~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a622fce5e0d58d8cefcdb96bfe119d8a7e1b3777;p=rspamd.git [Minor] Increase HFILTER_URL scores as FP rate should be reduced now --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 5130c66ab..ce20753c7 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -984,11 +984,11 @@ metric { description = "Message from bounce and over 1 recepient"; } symbol "HFILTER_URL_ONLY" { - weight = 1.50; + weight = 2.20; description = "URL only in body"; } symbol "HFILTER_URL_ONELINE" { - weight = 1.20; + weight = 2.50; description = "One line URL and text in body"; } }