diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-08-05 18:13:30 +0400 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-08-05 18:13:30 +0400 |
commit | d3392f3c2056ea037743b18a3f92dbd0e086d1e6 (patch) | |
tree | 0895a6d1ba71d7389e6d69a71d8ad8445d8585de /conf/metrics.conf | |
parent | 20ead15cb2b3fa3eed9c59225f520d7fd5365bb8 (diff) | |
download | rspamd-d3392f3c2056ea037743b18a3f92dbd0e086d1e6.tar.gz rspamd-d3392f3c2056ea037743b18a3f92dbd0e086d1e6.zip |
Remove symbol HFILTER_HELO_UNKNOWN from mertics.conf
The symbol is not used anymore.
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index ce20753c7..482a9dc1e 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -882,10 +882,6 @@ metric { weight = 4.50; description = "Helo host is very bad ip"; } - symbol "HFILTER_HELO_UNKNOWN" { - weight = 2.00; - description = "Helo host empty or unknown"; - } symbol "HFILTER_HELO_1" { weight = 0.5; description = "Helo host checks (very low)"; |