type = 'idempotent',
callback = clickhouse_collect,
priority = 10,
- flags = 'empty',
+ flags = 'empty,explicit_disable,ignore_passthrough',
})
rspamd_config:register_finish_script(function(task)
if nrows > 0 then
type = 'idempotent',
callback = elastic_collect,
priority = 10,
- flags = 'empty',
+ flags = 'empty,explicit_disable,ignore_passthrough',
})
rspamd_config:add_on_load(function(cfg, ev_base,worker)
name = 'HISTORY_SAVE',
type = 'idempotent',
callback = history_save,
- flags = 'empty',
+ flags = 'empty,explicit_disable,ignore_passthrough',
priority = 150
})
rspamd_plugins['history'] = {