From: Alexey Date: Tue, 24 Dec 2013 14:58:03 +0000 (-0800) Subject: Add metric for HELO_NOT_FQDN X-Git-Tag: 0.6.6~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de23ef38c9151c765fea9f368b09d53adfe1e2c;p=thirdparty%2Frspamd.git Add metric for HELO_NOT_FQDN --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 79ec73428e..498defa40e 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"; + } }