From: Vsevolod Stakhov Date: Thu, 22 Aug 2019 11:14:21 +0000 (+0100) Subject: [Minor] Rbl: Fix symbol type X-Git-Tag: 2.0~362 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c61011e62da10e41d8ee1fe9c779dc1e0a1cf2d0;p=rspamd.git [Minor] Rbl: Fix symbol type --- 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, ',')