From c61011e62da10e41d8ee1fe9c779dc1e0a1cf2d0 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 22 Aug 2019 12:14:21 +0100 Subject: [PATCH] [Minor] Rbl: Fix symbol type --- src/plugins/lua/rbl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index efc1a1319..e260b02e4 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -541,7 +541,7 @@ local function add_rbl(key, rbl) end local id = rspamd_config:register_symbol{ - type = 'normal', + type = 'callback', callback = gen_rbl_callback(rbl), name = rbl.symbol, flags = table.concat(flags_tbl, ',') -- 2.39.5