From fdd767b2e57c75fe53e56f7ee83f85663cc5df29 Mon Sep 17 00:00:00 2001 From: Jose Celestino Date: Fri, 22 Aug 2025 13:58:27 +0100 Subject: [PATCH] [Minor] Fixed missing pipeline descriptions on rbl.lua --- src/plugins/lua/rbl.lua | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3