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: http://git.ipfire.org/?a=commitdiff_plain;h=9a58947d9fc01b024cde0a8bd98476c08f17173b;p=thirdparty%2Frspamd.git [Minor] Rbl: Fix rdns pipeline Issue: #4356 --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 3b73f0b034..621903f997 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,