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

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Aug 20 09:21:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-08-20 09:32:29 +0100
URL: https://github.com/rspamd/rspamd/commit/9cf160595f0c66f8cdcbecc78c2e75b3984f4f94

[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',


More information about the Commits mailing list