From: Jose Celestino Date: Fri, 22 Aug 2025 12:58:27 +0000 (+0100) Subject: [Minor] Fixed missing pipeline descriptions on rbl.lua X-Git-Tag: 3.13.1~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd767b2e57c75fe53e56f7ee83f85663cc5df29;p=thirdparty%2Frspamd.git [Minor] Fixed missing pipeline descriptions on rbl.lua --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index b5b904b005..56a4a55004 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -857,7 +857,9 @@ local function gen_rbl_callback(rule) check_required_symbols -- if we have require_symbols then check those symbols } local description = { + 'allowed', 'alive', + 'required_symbols', } if rule.exclude_users then