From: Vsevolod Stakhov Date: Thu, 8 Dec 2022 20:51:27 +0000 (+0000) Subject: [Fix] Rbl: Fix helo check pipeline X-Git-Tag: 3.5~158 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3badb7e8f532530d010835adef65cc6df2042d4f;p=rspamd.git [Fix] Rbl: Fix helo check pipeline Issue: #4356 --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index dd69ccd67..3b73f0b03 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -463,7 +463,8 @@ local function gen_rbl_callback(rule) local helo = task:get_helo() if not helo then - return false + -- Avoid pipeline breaking + return true end add_dns_request(task, helo, true, false, requests_table,