diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-17 15:22:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-17 15:22:16 +0100 |
commit | 47f7b77a5bde31f73690ffd00185ea8887e26509 (patch) | |
tree | ffee0698f36f8d291013ad506e46a742013bb443 /conf/metrics.conf | |
parent | bc77897b3ac6f679b7ae88ec7c29c6e1f7df9ed9 (diff) | |
download | rspamd-47f7b77a5bde31f73690ffd00185ea8887e26509.tar.gz rspamd-47f7b77a5bde31f73690ffd00185ea8887e26509.zip |
Further reduce hfilter weights.
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 52a540ef0..e28af61e6 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"; } |