From: Joel Stein Date: Wed, 14 Feb 2018 12:52:40 +0000 (+0100) Subject: rename sign_received to sign_inbound X-Git-Tag: 1.7.0~152^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2018%2Fhead;p=thirdparty%2Frspamd.git rename sign_received to sign_inbound --- diff --git a/lualib/dkim_sign_tools.lua b/lualib/dkim_sign_tools.lua index 99915bc916..a0c93b4ff9 100644 --- a/lualib/dkim_sign_tools.lua +++ b/lualib/dkim_sign_tools.lua @@ -37,7 +37,7 @@ local function prepare_dkim_signing(N, task, settings) rspamd_logger.debugm(N, task, 'mail is from address in sign_networks') elseif settings.sign_local and is_local then rspamd_logger.debugm(N, task, 'mail is from local address') - elseif settings.sign_received and not is_local and not auser then + elseif settings.sign_inbound and not is_local and not auser then rspamd_logger.debugm(N, task, 'mail was sent to us') else rspamd_logger.debugm(N, task, 'ignoring unauthenticated mail')