diff options
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 823225937..52a540ef0 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1134,4 +1134,29 @@ metric { description = "One line URL and text in body"; } } + + group { + name = "dmarc"; + + symbol { + weight = -1.0; + name = "DMARC_POLICY_ALLOW"; + description = "DMARC permit policy"; + } + symbol { + weight = 2.0; + name = "DMARC_POLICY_REJECT"; + description = "DMARC reject policy"; + } + symbol { + weight = 1.5; + name = "DMARC_POLICY_QUARANTINE"; + description = "DMARC quarantine policy"; + } + symbol { + weight = 0.1; + name = "DMARC_POLICY_SOFTFAIL"; + description = "DMARC failed"; + } + } } |