]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fixed missing pipeline descriptions on rbl.lua
authorJose Celestino <japc@co.sapo.pt>
Fri, 22 Aug 2025 12:58:27 +0000 (13:58 +0100)
committerJose Celestino <japc@co.sapo.pt>
Fri, 22 Aug 2025 13:00:35 +0000 (14:00 +0100)
src/plugins/lua/rbl.lua

index b5b904b0053e28594c68381b31268c98d83de20f..56a4a5500432b0e8913928b9dcbe8231858a8638 100644 (file)
@@ -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