]> source.dussan.org Git - rspamd.git/commitdiff
rename sign_received to sign_inbound 2018/head
authorJoel Stein <js@funkturm.net>
Wed, 14 Feb 2018 12:52:40 +0000 (13:52 +0100)
committerJoel Stein <js@funkturm.net>
Wed, 14 Feb 2018 12:52:40 +0000 (13:52 +0100)
lualib/dkim_sign_tools.lua

index 99915bc9167ded048105e6a06feb5265b07c841f..a0c93b4ff90ae88986422f31345b51bd108caf01 100644 (file)
@@ -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')