]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Rbl: Fix helo check pipeline
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 8 Dec 2022 20:51:27 +0000 (20:51 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 8 Dec 2022 20:51:27 +0000 (20:51 +0000)
Issue: #4356

src/plugins/lua/rbl.lua

index dd69ccd67c7125444aa55386f7222d2585d87eb4..3b73f0b0343154b7b6d1a04aad84e498e1697849 100644 (file)
@@ -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,