]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update src/plugins/lua/rbl.lua
authorteplynin <35330419+teplynin@users.noreply.github.com>
Sun, 15 Dec 2024 09:52:36 +0000 (12:52 +0300)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2024 09:52:36 +0000 (12:52 +0300)
Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
src/plugins/lua/rbl.lua

index a5c8346c82c1ba074013c74435abf9b1abdaf1db..76c84f85d1d28a1092726b9dc0c54aef17bc1e4c 100644 (file)
@@ -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