From 6cde6876a5af7bc9ef1670a9dc7cea00c993d3db Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 16 Sep 2015 18:08:18 +0100 Subject: Adjust scores for whitelists slightly. --- conf/modules.d/whitelist.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/modules.d/whitelist.conf') diff --git a/conf/modules.d/whitelist.conf b/conf/modules.d/whitelist.conf index 191960e85..e9961292c 100644 --- a/conf/modules.d/whitelist.conf +++ b/conf/modules.d/whitelist.conf @@ -12,12 +12,13 @@ whitelist { valid_dkim = true; domains = "${CONFDIR}/dkim_whitelist.inc"; description = "Mail comes from the whitelisted domain and has a valid DKIM signature"; + score = -1.0 } "WHITELIST_SPF_DKIM" = { valid_spf = true; valid_dkim = true; domains = "${CONFDIR}/spf_dkim_whitelist.inc"; - score = -6.0; + score = -3.0; description = "Mail comes from the whitelisted domain and has valid SPF and DKIM policies"; } "WHITELIST_DMARC" = { -- cgit v1.2.3