Remove DMARC descriptions from polices_group

Remove descriptions as they are inherited from the default rspamd configuration anyway
master
Patrik Kernstock 2019-07-16 20:15:11 +02:00 committed by GitHub
parent 3c3bcf8c82
commit 197f27b705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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