commit b092cec: [Minor] dkim_signing - add list-unsubscribe-post to sign_headers

Carsten Rosenberg c.rosenberg at heinlein-support.de
Wed Sep 30 19:21:06 UTC 2020


Author: Carsten Rosenberg
Date: 2020-09-30 20:39:40 +0200
URL: https://github.com/rspamd/rspamd/commit/b092cecf7faa842e39e64dd54318b94a6cafab5c (refs/pull/3496/head)

[Minor] dkim_signing - add list-unsubscribe-post to sign_headers

---
 src/plugins/dkim_check.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/plugins/dkim_check.c b/src/plugins/dkim_check.c
index a46624bd8..e2a8c4b23 100644
--- a/src/plugins/dkim_check.c
+++ b/src/plugins/dkim_check.c
@@ -58,13 +58,14 @@ static const gchar default_sign_headers[] = ""
 		"(o)to:(o)cc:(x)mime-version:(x)content-type:(x)content-transfer-encoding:"
 		"resent-to:resent-cc:resent-from:resent-sender:resent-message-id:"
 		"(x)in-reply-to:(x)references:list-id:list-help:list-owner:list-unsubscribe:"
-		"list-subscribe:list-post:(x)openpgp:(x)autocrypt";
+		"list-unsubscribe-post:list-subscribe:list-post:(x)openpgp:(x)autocrypt";
 static const gchar default_arc_sign_headers[] = ""
 		"(o)from:(x)sender:(o)reply-to:(o)subject:(x)date:(x)message-id:"
 		"(o)to:(o)cc:(x)mime-version:(x)content-type:(x)content-transfer-encoding:"
 		"resent-to:resent-cc:resent-from:resent-sender:resent-message-id:"
 		"(x)in-reply-to:(x)references:list-id:list-help:list-owner:list-unsubscribe:"
-		"list-subscribe:list-post:dkim-signature:(x)openpgp:(x)autocrypt";
+		"list-unsubscribe-post:list-subscribe:list-post:dkim-signature:(x)openpgp:"
+		"(x)autocrypt";
 
 struct dkim_ctx {
 	struct module_ctx ctx;


More information about the Commits mailing list