aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2013-12-24 06:58:03 -0800
committerAlexey <AlexeySa@users.noreply.github.com>2013-12-24 06:58:03 -0800
commit3de23ef38c9151c765fea9f368b09d53adfe1e2c (patch)
tree343a6574b512a9c46a820efbc6adcd964078c572 /conf/metrics.conf
parent263a564e0b00510a9fc5962f1c9c310ab1816057 (diff)
downloadrspamd-3de23ef38c9151c765fea9f368b09d53adfe1e2c.tar.gz
rspamd-3de23ef38c9151c765fea9f368b09d53adfe1e2c.zip
Add metric for HELO_NOT_FQDN
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 79ec73428..498defa40 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -702,4 +702,9 @@ metric {
description = "Message date is in past";
name = "DATE_IN_PAST";
}
+ symbol {
+ weight = 1.5;
+ description = "Helo host FQDN check";
+ name = "HELO_NOT_FQDN";
+ }
}