From 9cf160595f0c66f8cdcbecc78c2e75b3984f4f94 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 20 Aug 2019 09:32:29 +0100 Subject: [PATCH] [Fix] Metadata_exporter: This plugin is idempotent not a postfilter --- src/plugins/lua/metadata_exporter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/metadata_exporter.lua b/src/plugins/lua/metadata_exporter.lua index 9897f3357..fed6d881b 100644 --- a/src/plugins/lua/metadata_exporter.lua +++ b/src/plugins/lua/metadata_exporter.lua @@ -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', -- 2.39.5