diff options
Diffstat (limited to 'src/plugins/lua/rbl.lua')
-rw-r--r-- | src/plugins/lua/rbl.lua | 3 |
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, |