From: Vsevolod Stakhov Date: Tue, 13 Oct 2015 12:47:44 +0000 (+0100) Subject: Further reducing of hfilter weights. X-Git-Tag: 1.0.5~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd7794a75586e2b830f386dc9ee8309117b3cc09;p=rspamd.git Further reducing of hfilter weights. --- 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"; }