Browse Source

Add metric for HELO_NOT_FQDN

tags/0.6.6
Alexey 10 years ago
parent
commit
3de23ef38c
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      conf/metrics.conf

+ 5
- 0
conf/metrics.conf View File

@@ -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";
}
}

Loading…
Cancel
Save