diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-24 18:55:47 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-24 18:55:47 +0000 |
commit | 928d072ceca774b81c390675b24a44c1498f8eac (patch) | |
tree | 8a01a58373fec739201355c2b496ac1853f6f2cb /conf/metrics.conf | |
parent | b3a62f0ac6a87cdbf2044d58d9504a7f5e9a2d43 (diff) | |
download | rspamd-928d072ceca774b81c390675b24a44c1498f8eac.tar.gz rspamd-928d072ceca774b81c390675b24a44c1498f8eac.zip |
Remove HELO_NOT_FQDN as it exists in hfilter.
Submitted by: AL
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 0489f90e6..2b91093e3 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -693,11 +693,6 @@ metric { description = "Message date is in past"; name = "DATE_IN_PAST"; } - symbol { - weight = 1.5; - description = "Helo host FQDN check"; - name = "HELO_NOT_FQDN"; - } # hfilter symbols symbol { weight = 1.00; name = "HFILTER_HELO_1"; description = "Helo host checks (very low)"; } symbol { weight = 2.00; name = "HFILTER_HELO_2"; description = "Helo host checks (low)"; } |