]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Sign list-help header
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 10 May 2019 14:45:01 +0000 (15:45 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 10 May 2019 14:45:01 +0000 (15:45 +0100)
Issue: #2887

src/plugins/dkim_check.c

index 7a3dcac4ce6a09a712b3aa0fda676fed4e5fa249..6ad748454e020b5ad7782b6ede60f489097047e5 100644 (file)
@@ -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 {