From: Vsevolod Stakhov Date: Thu, 17 Sep 2015 14:22:16 +0000 (+0100) Subject: Further reduce hfilter weights. X-Git-Tag: 1.0.0~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47f7b77a5bde31f73690ffd00185ea8887e26509;p=thirdparty%2Frspamd.git Further reduce hfilter weights. --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 52a540ef0e..e28af61e65 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -994,7 +994,7 @@ metric { name = "hfilter"; symbol { - weight = 4.00; + weight = 3.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; } @@ -1004,67 +1004,67 @@ metric { description = "Helo host is very bad ip"; } symbol { - weight = 4.00; + weight = 2.00; name = "HFILTER_HELO_UNKNOWN"; description = "Helo host empty or unknown"; } symbol { - weight = 1.00; + weight = 0.5; name = "HFILTER_HELO_1"; description = "Helo host checks (very low)"; } symbol { - weight = 2.00; + weight = 1.00; name = "HFILTER_HELO_2"; description = "Helo host checks (low)"; } symbol { - weight = 3.00; + weight = 2.00; name = "HFILTER_HELO_3"; description = "Helo host checks (medium)"; } symbol { - weight = 3.50; + weight = 2.50; name = "HFILTER_HELO_4"; description = "Helo host checks (hard)"; } symbol { - weight = 4.00; + weight = 3.00; name = "HFILTER_HELO_5"; description = "Helo host checks (very hard)"; } symbol { - weight = 1.00; + weight = 0.5; name = "HFILTER_HOSTNAME_1"; description = "Hostname checks (very low)"; } symbol { - weight = 2.00; + weight = 1.00; name = "HFILTER_HOSTNAME_2"; description = "Hostname checks (low)"; } symbol { - weight = 3.00; + weight = 2.00; name = "HFILTER_HOSTNAME_3"; description = "Hostname checks (medium)"; } symbol { - weight = 3.50; + weight = 2.50; name = "HFILTER_HOSTNAME_4"; description = "Hostname checks (hard)"; } symbol { - weight = 4.00; + weight = 3.00; name = "HFILTER_HOSTNAME_5"; description = "Hostname checks (very hard)"; } symbol { - weight = 1.50; + weight = 0.50; name = "HFILTER_HELO_NORESOLVE_MX"; description = "MX found in Helo and no resolve"; } symbol { - weight = 2.00; + weight = 1.00; name = "HFILTER_HELO_NORES_A_OR_MX"; description = "Helo no resolve to A or MX"; } @@ -1074,7 +1074,7 @@ metric { description = "Helo A IP != hostname IP"; } symbol { - weight = 3.00; + weight = 2.00; name = "HFILTER_HELO_NOT_FQDN"; description = "Helo not FQDN"; } @@ -1084,12 +1084,12 @@ metric { description = "MX found in FROM host and no resolve"; } symbol { - weight = 3.50; + weight = 2.50; name = "HFILTER_FROMHOST_NORES_A_OR_MX"; description = "FROM host no resolve to A or MX"; } symbol { - weight = 4.00; + weight = 3.00; name = "HFILTER_FROMHOST_NOT_FQDN"; description = "FROM host not FQDN"; }