diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-27 02:36:20 -0800 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-27 02:36:20 -0800 |
commit | dbf377ae0bdeffc0c060c3efee097ff5780b3e58 (patch) | |
tree | c9280c7c84bacfd33e641dc463a10dfed543d3c1 /conf/metrics.conf | |
parent | d0f17047de9f77f4735a994714447f95401d06c1 (diff) | |
parent | 3dc20fa79eac8f2cd3282e40403e5d10d458cf8e (diff) | |
download | rspamd-dbf377ae0bdeffc0c060c3efee097ff5780b3e58.tar.gz rspamd-dbf377ae0bdeffc0c060c3efee097ff5780b3e58.zip |
Merge pull request #19 from AlexeySa/master
Rework checks for Message-id in Hfilter
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index b2d6e6029..13b9796af 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -711,9 +711,7 @@ metric { symbol { weight = 1.50; name = "HFILTER_FROMHOST_NORESOLVE_MX"; description = "MX found in FROM host and no resolve"; } symbol { weight = 3.00; name = "HFILTER_FROMHOST_NORES_A_OR_MX"; description = "FROM host no resolve to A or MX"; } symbol { weight = 4.00; name = "HFILTER_FROMHOST_NOT_FQDN"; description = "FROM host not FQDN"; } - symbol { weight = 1.00; name = "HFILTER_MID_NORESOLVE_MX"; description = "MX found in Message-id host and no resolve"; } - symbol { weight = 1.00; name = "HFILTER_MID_NORES_A_OR_MX"; description = "Message-id host no resolve to A or MX"; } - symbol { weight = 1.00; name = "HFILTER_MID_NOT_FQDN"; description = "Message-id host not FQDN"; } + symbol { weight = 0.50; name = "HFILTER_MID_NOT_FQDN"; description = "Message-id host not FQDN"; } symbol { weight = 4.00; name = "HFILTER_HOSTNAME_NOPTR"; description = "No PTR for IP"; } symbol { weight = 3.50; name = "HFILTER_URL_ONLY"; description = "URL only in body"; } symbol { weight = 2.00; name = "HFILTER_URL_ONELINE"; description = "One line URL and text in body"; } |