]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Add oversigning for the most important headers
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 3 Apr 2018 13:57:23 +0000 (14:57 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 3 Apr 2018 13:57:23 +0000 (14:57 +0100)
src/plugins/dkim_check.c

index 705b110d954a5c381152e9118be2339c1212f8b5..53be30aa882656576f96ce870410c4807e55e3a3 100644 (file)
 #define DEFAULT_MAX_SIGS 5
 
 static const gchar default_sign_headers[] = ""
-               "from:sender:reply-to:subject:date:message-id:"
-               "to:cc:mime-version:content-type:content-transfer-encoding:"
+               "(o)from:(o)sender:(o)reply-to:(o)subject:(o)date:(o)message-id:"
+               "(o)to:(o)cc:(o)mime-version:(o)content-type:(o)content-transfer-encoding:"
                "resent-to:resent-cc:resent-from:resent-sender:resent-message-id:"
-               "in-reply-to:references:list-id:list-owner:list-unsubscribe:"
+               "(o)in-reply-to:(o)references:list-id:list-owner:list-unsubscribe:"
                "list-subscribe:list-post";
 
 struct dkim_ctx {