commit bc8a0fe: [Minor] Sign list-help header

Vsevolod Stakhov vsevolod at highsecure.ru
Fri May 10 14:49:06 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-05-10 15:45:01 +0100
URL: https://github.com/rspamd/rspamd/commit/bc8a0fe1d5f55e6ec47200028a027d1843d6306d (HEAD -> master)

[Minor] Sign list-help header
Issue: #2887

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

diff --git a/src/plugins/dkim_check.c b/src/plugins/dkim_check.c
index 7a3dcac4c..6ad748454 100644
--- a/src/plugins/dkim_check.c
+++ b/src/plugins/dkim_check.c
@@ -57,13 +57,13 @@ static const gchar default_sign_headers[] = ""
 		"(o)from:(x)sender:(x)reply-to:(x)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-owner:list-unsubscribe:"
+		"(x)in-reply-to:(x)references:list-id:list-help:list-owner:list-unsubscribe:"
 		"list-subscribe:list-post:(x)openpgp:(x)autocrypt";
 static const gchar default_arc_sign_headers[] = ""
 		"(o)from:(x)sender:(x)reply-to:(x)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-owner:list-unsubscribe:"
+		"(x)in-reply-to:(x)references:list-id:list-help:list-owner:list-unsubscribe:"
 		"list-subscribe:list-post:dkim-signature:(x)openpgp:(x)autocrypt";
 
 struct dkim_ctx {


More information about the Commits mailing list