aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/rbl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lua/rbl.lua')
-rw-r--r--src/plugins/lua/rbl.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua
index 08d15c133..b1cebbf98 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)