From: Alexey AL Date: Sat, 14 Feb 2015 13:02:43 +0000 (+0300) Subject: Update metrics for Hfilter X-Git-Tag: 0.9.0~703^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96ec392ac95b87b9d5ed7592b75648f768351a01;p=rspamd.git Update metrics for Hfilter --- 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)"; }