From: Vsevolod Stakhov Date: Sat, 23 Apr 2016 14:33:01 +0000 (+0100) Subject: [Fix] Restore ONCE_RECEIVED symbol X-Git-Tag: 1.3.0~648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5a2d470d3b87e3eb6319759590052d3a498388;p=thirdparty%2Frspamd.git [Fix] Restore ONCE_RECEIVED symbol Issue: #602 Reported by: @AlexeySa --- diff --git a/src/plugins/lua/once_received.lua b/src/plugins/lua/once_received.lua index 274504cf26..3416184295 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