summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2015-02-12 20:44:04 +0300
committerAlexey AL <AlexeySa@users.noreply.github.com>2015-02-12 20:44:04 +0300
commit2c9352b652d54fffeb45b921c371e7758276c85c (patch)
tree03bc10f9852e740dd2b6a29647c6aebcb320d5c0 /conf
parent61a65851d2051b097cd2eb082551cfc3fec1a4e2 (diff)
downloadrspamd-2c9352b652d54fffeb45b921c371e7758276c85c.tar.gz
rspamd-2c9352b652d54fffeb45b921c371e7758276c85c.zip
Hfilter: New metrics for helo checks
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf2
1 files changed, 2 insertions, 0 deletions
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)"; }