summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-12-08 20:51:27 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-12-08 20:51:27 +0000
commit3badb7e8f532530d010835adef65cc6df2042d4f (patch)
treea40bf5b3d44b6104c940c6ef924980c78eaa8fe3 /src/plugins
parent59823dd77dc52c980ef71a0c1f650dcaede59f69 (diff)
downloadrspamd-3badb7e8f532530d010835adef65cc6df2042d4f.tar.gz
rspamd-3badb7e8f532530d010835adef65cc6df2042d4f.zip
[Fix] Rbl: Fix helo check pipeline
Issue: #4356
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/lua/rbl.lua3
1 files changed, 2 insertions, 1 deletions
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,