From: Alexey AL Date: Thu, 12 Feb 2015 17:44:04 +0000 (+0300) Subject: Hfilter: New metrics for helo checks X-Git-Tag: 0.8.2~48^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ecaf1085ea6ef974f6cb080da9038a8aba77375c;p=rspamd.git Hfilter: New metrics for helo checks --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 53b8cd6e5..673a9feec 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -755,6 +755,8 @@ metric { name = "DATE_IN_PAST"; } # 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)"; }