From: Vsevolod Stakhov Date: Fri, 9 Dec 2022 21:32:38 +0000 (+0000) Subject: [Minor] Rbl: Fix rdns pipeline X-Git-Tag: 3.5~156 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9a58947d9fc01b024cde0a8bd98476c08f17173b;p=rspamd.git [Minor] Rbl: Fix rdns pipeline Issue: #4356 --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 3b73f0b03..621903f99 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -637,7 +637,7 @@ local function gen_rbl_callback(rule) local function check_rdns(task, requests_table, whitelist) local hostname = task:get_hostname() if hostname == nil or hostname == 'unknown' then - return false + return true end add_dns_request(task, hostname, true, false,