From d33399b3cb674a137742a9b7330f5d308e337884 Mon Sep 17 00:00:00 2001 From: andryyy Date: Mon, 29 May 2017 21:49:01 +0200 Subject: [PATCH] Fix mismatch in env and from mime header when signing mail --- data/conf/rspamd/local.d/dkim_signing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/rspamd/local.d/dkim_signing.conf b/data/conf/rspamd/local.d/dkim_signing.conf index fe4bc7ae..b87f89c8 100644 --- a/data/conf/rspamd/local.d/dkim_signing.conf +++ b/data/conf/rspamd/local.d/dkim_signing.conf @@ -1,7 +1,7 @@ # If false, messages with empty envelope from are not signed allow_envfrom_empty = false; # If true, envelope/header domain mismatch is ignored -allow_hdrfrom_mismatch = true; +allow_hdrfrom_mismatch = false; # If true, multiple from headers are allowed (but only first is used) allow_hdrfrom_multiple = true; # If true, username does not need to contain matching domain