Browse Source

Fix Helo Check

tags/2.6
Oliver Dick 4 years ago
parent
commit
4b29cc6755
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/plugins/lua/rbl.lua

+ 2
- 0
src/plugins/lua/rbl.lua View 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)

Loading…
Cancel
Save