瀏覽代碼

Remove DMARC descriptions from polices_group

Remove descriptions as they are inherited from the default rspamd configuration anyway
Patrik Kernstock 6 年之前
父節點
當前提交
197f27b705
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      data/conf/rspamd/local.d/policies_group.conf

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

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