Skip to content

Commit

Permalink
[Minor] Rbl: Misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Dec 15, 2018
1 parent 7048dc0 commit 49e2e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/rbl.lua
Expand Up @@ -325,7 +325,7 @@ local function gen_rbl_callback(rule)

for _,email in ipairs(emails) do
if rule.emails_domainonly then
add_dns_request(email:get_tld(), fale, requests_table)
add_dns_request(email:get_tld(), false, requests_table)
else
if rule.hash then
-- Leave @ as is
Expand Down

0 comments on commit 49e2e41

Please sign in to comment.