aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2015-02-14 16:02:43 +0300
committerAlexey AL <AlexeySa@users.noreply.github.com>2015-02-14 16:02:43 +0300
commit96ec392ac95b87b9d5ed7592b75648f768351a01 (patch)
treee98e9fb9e77c60d3c6b1a72d2b3d4bfd77ab41ed /conf
parent5688f3bed44da2026d59bdd4ff85303e6b75f59f (diff)
downloadrspamd-96ec392ac95b87b9d5ed7592b75648f768351a01.tar.gz
rspamd-96ec392ac95b87b9d5ed7592b75648f768351a01.zip
Update metrics for Hfilter
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 229e0815c..f4697c43d 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -761,6 +761,7 @@ metric {
}
# hfilter symbols
symbol { weight = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; }
+ symbol { weight = 4.50; name = "HFILTER_HELO_BADIP"; description = "Helo host is very bad ip"; }
symbol { weight = 4.00; name = "HFILTER_HELO_UNKNOWN"; description = "Helo host empty or unknown"; }
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)"; }