mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-18 16:24:23 +08:00
Merge pull request #2789 from patschi/patch-6
Remove DMARC descriptions from polices_group
This commit is contained in:
commit
83136c7876
@ -13,14 +13,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