]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Fix DMARC whitelist misconfiguration 579/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 1 Apr 2016 18:50:49 +0000 (20:50 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 1 Apr 2016 19:54:04 +0000 (21:54 +0200)
conf/modules.d/whitelist.conf

index 13013ff5302f767ae8b77592e7551ea529c00e48..f1d1ab56a06387864c30c653f092d7e8abdb36bf 100644 (file)
@@ -39,7 +39,6 @@ whitelist {
             description = "Mail comes from the whitelisted domain and has valid SPF and DKIM policies";
         }
         "WHITELIST_DMARC" = {
-            valid_dkim = true;
             valid_dmarc = true;
             domains = "${CONFDIR}/dmarc_whitelist.inc";
             score = -7.0;