From: teplynin <35330419+teplynin@users.noreply.github.com> Date: Sun, 15 Dec 2024 09:52:36 +0000 (+0300) Subject: Update src/plugins/lua/rbl.lua X-Git-Tag: 3.11.0~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e40cbf34c84059df4290d3ab1d669cf81c194ea5;p=thirdparty%2Frspamd.git Update src/plugins/lua/rbl.lua Co-authored-by: Vsevolod Stakhov --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index a5c8346c82..76c84f85d1 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -698,7 +698,9 @@ local function gen_rbl_callback(rule) requests_table, 'received', whitelist) else - lua_util.debugm(N, task, 'rbl %s; skip check_received for %s: Received IP same as From IP and will be checked only in check_from function', rule.symbol, rh.real_ip) + lua_util.debugm(N, task, 'rbl %s; skip check_received for %s:' .. + 'Received IP same as From IP and will be checked only in check_from function', + rule.symbol, rh.real_ip) end end end