From: Vsevolod Stakhov Date: Wed, 19 Jan 2022 21:14:07 +0000 (+0000) Subject: [Minor] Rbl: The default behaviour must be bypass X-Git-Tag: 3.2~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4af7a5a931dcc10ff6847548f8a234dc7a53a24;p=thirdparty%2Frspamd.git [Minor] Rbl: The default behaviour must be bypass --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 8c362add28..951e5b1368 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -427,6 +427,8 @@ local function gen_rbl_callback(rule) if rule.require_symbols then return fun.all(function(sym) task:has_symbol(sym) end, rule.require_symbols) end + + return true end local function check_user(task, _)