diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-06 14:17:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-06 14:17:38 +0100 |
commit | 6c9ebe71113ae6930c2ebd8bc1769b613d8f5755 (patch) | |
tree | 2235a58a9f33028c3f2ef80a8d921876ff62ff03 /conf/metrics.conf | |
parent | 5e0eeba0299b91bde5ec9dbcdf38b937e7f21031 (diff) | |
parent | d3392f3c2056ea037743b18a3f92dbd0e086d1e6 (diff) | |
download | rspamd-6c9ebe71113ae6930c2ebd8bc1769b613d8f5755.tar.gz rspamd-6c9ebe71113ae6930c2ebd8bc1769b613d8f5755.zip |
Merge pull request #813 from moisseev/hfilter-helo
Remove symbol HFILTER_HELO_UNKNOWN from mertics.conf
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 407f1c3ba..752499bfc 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -878,10 +878,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)"; |