Browse Source

[Fix] Metadata_exporter: This plugin is idempotent not a postfilter

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
9cf160595f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/metadata_exporter.lua

+ 1
- 1
src/plugins/lua/metadata_exporter.lua View File

@@ -607,7 +607,7 @@ end
for k, r in pairs(settings.rules) do
rspamd_config:register_symbol({
name = 'EXPORT_METADATA_' .. k,
type = 'postfilter,idempotent',
type = 'idempotent',
callback = gen_exporter(r),
priority = 10,
flags = 'empty',

Loading…
Cancel
Save