]> source.dussan.org Git - rspamd.git/commitdiff
Fix Helo Check 3326/head
authorOliver Dick <31733320+membero@users.noreply.github.com>
Tue, 7 Apr 2020 21:05:29 +0000 (23:05 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 21:05:29 +0000 (23:05 +0200)
src/plugins/lua/rbl.lua

index 08d15c133c9b00eb3ec84f40a30f0849274bb075..b1cebbf9866720104bda00a262a4082e21d8fd77 100644 (file)
@@ -419,6 +419,8 @@ local function gen_rbl_callback(rule)
 
     add_dns_request(task, helo, true, false, requests_table,
         'helo', whitelist)
+    
+    return true
   end
 
   local function check_dkim(task, requests_table, whitelist)