Explorar o código

Merge pull request #2789 from patschi/patch-6

Remove DMARC descriptions from polices_group
André Peters %!s(int64=6) %!d(string=hai) anos
pai
achega
83136c7876
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      data/conf/rspamd/local.d/policies_group.conf

+ 0 - 3
data/conf/rspamd/local.d/policies_group.conf

@@ -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";
     }
 }