commit 4b29cc6: Fix Helo Check
GitHub
noreply at github.com
Tue Apr 7 21:56:06 UTC 2020
Author: Oliver Dick
Date: 2020-04-07 23:05:29 +0200
URL: https://github.com/rspamd/rspamd/commit/4b29cc6755960df043e3196f8eed13e883012db0 (refs/pull/3326/head)
Fix Helo Check
---
src/plugins/lua/rbl.lua | 2 ++
1 file changed, 2 insertions(+)
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)
More information about the Commits
mailing list