summaryrefslogtreecommitdiffstats
path: root/src/plugins/dkim_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/dkim_check.c')
-rw-r--r--src/plugins/dkim_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/dkim_check.c b/src/plugins/dkim_check.c
index 9861d1eb7..8964d99ba 100644
--- a/src/plugins/dkim_check.c
+++ b/src/plugins/dkim_check.c
@@ -58,13 +58,13 @@ static const gchar default_sign_headers[] = ""
"(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:"
"(o)in-reply-to:(o)references:list-id:list-owner:list-unsubscribe:"
- "list-subscribe:list-post";
+ "list-subscribe:list-post:(o)openpgp:(o)autocrypt";
static const gchar default_arc_sign_headers[] = ""
"(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:"
"(o)in-reply-to:(o)references:list-id:list-owner:list-unsubscribe:"
- "list-subscribe:list-post:dkim-signature";
+ "list-subscribe:list-post:dkim-signature:(o)openpgp:(o)autocrypt";
struct dkim_ctx {
struct module_ctx ctx;