diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-01 17:05:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-01 17:05:21 +0100 |
commit | 8ba42e555bade7b69676bff1f78ee37c8ee8a371 (patch) | |
tree | 2e5cb484cfe6fc84723d2b98fe07e740c7505eec /conf/metrics.conf | |
parent | c75906d95cbda6828fbfe4e282a98a3e77d50c42 (diff) | |
download | rspamd-8ba42e555bade7b69676bff1f78ee37c8ee8a371.tar.gz rspamd-8ba42e555bade7b69676bff1f78ee37c8ee8a371.zip |
[Feature] Add a special symbol for SPF DNS errors: R_SPF_DNSFAIL
Diffstat (limited to 'conf/metrics.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"; } } |