mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
Remove DMARC descriptions from polices_group
Remove descriptions as they are inherited from the default rspamd configuration anyway
This commit is contained in:
parent
3c3bcf8c82
commit
197f27b705
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user