diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2019-04-15 20:28:39 +0200 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2019-04-15 20:28:39 +0200 |
commit | df39ac32d61c9fa6b9139dd1fc670fc9da9f7342 (patch) | |
tree | 426f6c173d9f122539c82e4e8a547e09b8d6b5fa /lualib | |
parent | b6a405f63e71ba8ca252d9aaf6587c0b7520490b (diff) | |
download | rspamd-df39ac32d61c9fa6b9139dd1fc670fc9da9f7342.tar.gz rspamd-df39ac32d61c9fa6b9139dd1fc670fc9da9f7342.zip |
[Conf] oversign openpgp and autocrypt headers
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_ffi/dkim.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib/lua_ffi/dkim.lua b/lualib/lua_ffi/dkim.lua index 00724f005..8735d8709 100644 --- a/lualib/lua_ffi/dkim.lua +++ b/lualib/lua_ffi/dkim.lua @@ -81,7 +81,7 @@ local default_dkim_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" local function create_sign_context(task, privkey, dkim_headers, sign_type) if not task or not privkey then @@ -137,4 +137,4 @@ return { load_sign_key = load_sign_key, create_sign_context = create_sign_context, do_sign = do_sign -}
\ No newline at end of file +} |