From bd7794a75586e2b830f386dc9ee8309117b3cc09 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 13 Oct 2015 13:47:44 +0100 Subject: [PATCH] Further reducing of hfilter weights. --- conf/metrics.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index a6a73da35..a60efb401 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1060,12 +1060,12 @@ metric { description = "Hostname checks (very hard)"; } symbol { - weight = 0.50; + weight = 0.20; name = "HFILTER_HELO_NORESOLVE_MX"; description = "MX found in Helo and no resolve"; } symbol { - weight = 1.00; + weight = 0.3; name = "HFILTER_HELO_NORES_A_OR_MX"; description = "Helo no resolve to A or MX"; } @@ -1080,12 +1080,12 @@ metric { description = "Helo not FQDN"; } symbol { - weight = 1.50; + weight = 0.5; name = "HFILTER_FROMHOST_NORESOLVE_MX"; description = "MX found in FROM host and no resolve"; } symbol { - weight = 2.50; + weight = 1.50; name = "HFILTER_FROMHOST_NORES_A_OR_MX"; description = "FROM host no resolve to A or MX"; } -- 2.39.5