summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-23 15:33:01 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-23 15:33:01 +0100
commit3a5a2d470d3b87e3eb6319759590052d3a498388 (patch)
treedb58b55fd3e346ccc51b396be0023569b05cbede
parent428ed3475815065da84711eba30da0b33c05c313 (diff)
downloadrspamd-3a5a2d470d3b87e3eb6319759590052d3a498388.tar.gz
rspamd-3a5a2d470d3b87e3eb6319759590052d3a498388.zip
[Fix] Restore ONCE_RECEIVED symbol
Issue: #602 Reported by: @AlexeySa
-rw-r--r--src/plugins/lua/once_received.lua1
1 files changed, 0 insertions, 1 deletions
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