From 3a5a2d470d3b87e3eb6319759590052d3a498388 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 23 Apr 2016 15:33:01 +0100 Subject: [PATCH] [Fix] Restore ONCE_RECEIVED symbol Issue: #602 Reported by: @AlexeySa --- src/plugins/lua/once_received.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/lua/once_received.lua b/src/plugins/lua/once_received.lua index 274504cf2..341618429 100644 --- a/src/plugins/lua/once_received.lua +++ b/src/plugins/lua/once_received.lua @@ -147,7 +147,6 @@ if opts then local id = rspamd_config:register_symbol({ name = symbol, callback = check_quantity_received, - type = 'callback', }) for n,v in pairs(opts) do -- 2.39.5