From a622fce5e0d58d8cefcdb96bfe119d8a7e1b3777 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 5 Aug 2016 13:01:31 +0100 Subject: [PATCH] [Minor] Increase HFILTER_URL scores as FP rate should be reduced now --- conf/metrics.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } } -- 2.39.5