From: Alexey AL Date: Thu, 12 Feb 2015 17:44:04 +0000 (+0300) Subject: Hfilter: New metrics for helo checks X-Git-Tag: 0.9.0~721^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2c9352b652d54fffeb45b921c371e7758276c85c;p=rspamd.git Hfilter: New metrics for helo checks --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 3901a1da6..780e3d0ce 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -760,6 +760,8 @@ metric { name = "DATE_NOT_EXISTS"; } # hfilter symbols + symbol { weight = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare 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)"; } symbol { weight = 3.00; name = "HFILTER_HELO_3"; description = "Helo host checks (medium)"; }