aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dkim_check.c
diff options
context:
space:
mode:
authorheraklit256 <heraklit256@users.noreply.github.com>2019-04-15 20:28:39 +0200
committerheraklit256 <heraklit256@users.noreply.github.com>2019-04-15 20:28:39 +0200
commitdf39ac32d61c9fa6b9139dd1fc670fc9da9f7342 (patch)
tree426f6c173d9f122539c82e4e8a547e09b8d6b5fa /src/plugins/dkim_check.c
parentb6a405f63e71ba8ca252d9aaf6587c0b7520490b (diff)
downloadrspamd-df39ac32d61c9fa6b9139dd1fc670fc9da9f7342.tar.gz
rspamd-df39ac32d61c9fa6b9139dd1fc670fc9da9f7342.zip
[Conf] oversign openpgp and autocrypt headers
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;