From: Oliver Dick <31733320+membero@users.noreply.github.com> Date: Tue, 7 Apr 2020 21:05:29 +0000 (+0200) Subject: Fix Helo Check X-Git-Tag: 2.6~551^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3326%2Fhead;p=thirdparty%2Frspamd.git Fix Helo Check --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 08d15c133c..b1cebbf986 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -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)