diff options
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 5 |
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"; + } } |