]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Rbl: Fix symbol type
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 22 Aug 2019 11:14:21 +0000 (12:14 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 22 Aug 2019 11:14:21 +0000 (12:14 +0100)
src/plugins/lua/rbl.lua

index efc1a131934eb9976d25bf2ab2a513baa742f6da..e260b02e4a1ff171bcba3405dcfeca14a3a6effe 100644 (file)
@@ -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, ',')