From 3de23ef38c9151c765fea9f368b09d53adfe1e2c Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 24 Dec 2013 06:58:03 -0800 Subject: [PATCH] Add metric for HELO_NOT_FQDN --- conf/metrics.conf | 5 +++++ 1 file changed, 5 insertions(+) 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"; + } } -- 2.39.5