diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 846a257a1..5130c66ab 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -686,7 +686,11 @@ metric { } symbol "R_SPF_ALLOW" { weight = -1.5; - description = "SPF verification alowed"; + description = "SPF verification allows sending"; + } + symbol "R_SPF_DNSFAIL" { + weight = 0.0; + description = "SPF DNS failure"; } } |