Merge pull request #2789 from patschi/patch-6

Remove DMARC descriptions from polices_group
master
André Peters 2019-07-16 21:30:44 +02:00 committed by GitHub
commit 83136c7876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -13,14 +13,11 @@ symbols = {
} }
"DMARC_POLICY_REJECT" { "DMARC_POLICY_REJECT" {
weight = 20.0; weight = 20.0;
description = "DMARC reject policy";
} }
"DMARC_POLICY_QUARANTINE" { "DMARC_POLICY_QUARANTINE" {
weight = 10.0; weight = 10.0;
description = "DMARC quarantine policy";
} }
"DMARC_POLICY_SOFTFAIL" { "DMARC_POLICY_SOFTFAIL" {
weight = 2.0; weight = 2.0;
description = "DMARC failed";
} }
} }