From 7e639ed1083c838d6d331493ab830a7e26f15c3b Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 1 Apr 2016 20:50:49 +0200 Subject: [PATCH] [Fix] Fix DMARC whitelist misconfiguration --- conf/modules.d/whitelist.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/modules.d/whitelist.conf b/conf/modules.d/whitelist.conf index 13013ff53..f1d1ab56a 100644 --- a/conf/modules.d/whitelist.conf +++ b/conf/modules.d/whitelist.conf @@ -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; -- 2.39.5