From c26d02a9101a124c2e07be63dbdb387774cdbcba Mon Sep 17 00:00:00 2001 From: Alessio Nava Date: Mon, 18 Dec 2017 21:55:50 +0100 Subject: [PATCH] Changed omitted headers for DKIM with mailtrain (#774) Added List-ID and List-Unsubscribe omitted headers for DKIM verification. --- target/opendkim/opendkim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/opendkim/opendkim.conf b/target/opendkim/opendkim.conf index dfe1e812..3179a3e8 100644 --- a/target/opendkim/opendkim.conf +++ b/target/opendkim/opendkim.conf @@ -20,4 +20,4 @@ SignatureAlgorithm rsa-sha256 UserID opendkim:opendkim Socket inet:8891@localhost -OmitHeaders Message-ID, Date, Return-Path, Bounces-To, Received, Comments, Keywords, Bcc, Resent-Bcc, DKIM-Signature +OmitHeaders Message-ID, Date, Return-Path, Bounces-To, Received, Comments, Keywords, Bcc, Resent-Bcc, List-ID, List-Unsubscribe, DKIM-Signature