summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-09-03 04:29:43 +0200
committerpacien2018-09-03 04:29:43 +0200
commit1ace64ebd0b6ad6fce1ef9cdb7ffbaf4e5a481e0 (patch)
treec6737d89104f5033ae6d672d8486570f8ebc66a3
parent4e886d95855558633e6d398b0cb7150e9f1476b2 (diff)
downloadexim-1ace64ebd0b6ad6fce1ef9cdb7ffbaf4e5a481e0.tar.gz
Correctly override DKIM header macro
-rw-r--r--conf.d/040_transports.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.d/040_transports.conf b/conf.d/040_transports.conf
index 5a2d389..7eee901 100644
--- a/conf.d/040_transports.conf
+++ b/conf.d/040_transports.conf
@@ -27,8 +27,10 @@ remote_smtp:
27# servers to forward messages without invalidating the signature. 27# servers to forward messages without invalidating the signature.
28# ref: https://www.spinics.net/lists/linux-media/msg138870.html 28# ref: https://www.spinics.net/lists/linux-media/msg138870.html
29 29
30.ifndef _DKIM_SIGN_HEADERS 30.ifdef _DKIM_SIGN_HEADERS
31_DKIM_SIGN_HEADERS = In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive 31DKIM_SIGN_HEADERS = _DKIM_SIGN_HEADERS
32.else
33DKIM_SIGN_HEADERS = In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive
32.endif 34.endif
33 35
34signed_smtp: 36signed_smtp: