From 7ab86e2bddc0d134e43e6a76df2c765d28cf86d5 Mon Sep 17 00:00:00 2001 From: Joel Stein Date: Wed, 14 Feb 2018 13:52:40 +0100 Subject: [PATCH] rename sign_received to sign_inbound --- lualib/dkim_sign_tools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/dkim_sign_tools.lua b/lualib/dkim_sign_tools.lua index 99915bc91..a0c93b4ff 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') -- 2.39.5