]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Increase HFILTER_URL scores as FP rate should be reduced now
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 5 Aug 2016 12:01:31 +0000 (13:01 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 5 Aug 2016 12:05:45 +0000 (13:05 +0100)
conf/metrics.conf

index 5130c66ab356ce65b0e5921b31536e1187904cdf..ce20753c7443ad96f77a5bf9c380e5d68640d4ca 100644 (file)
@@ -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";
         }
     }