From: Vsevolod Stakhov Date: Tue, 25 Sep 2018 13:38:05 +0000 (+0100) Subject: [Minor] Milter headers is actually idempotent filter only X-Git-Tag: 1.8.1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84877f40f9139f3cba7bd81d7bdd73c86870c4c;p=thirdparty%2Frspamd.git [Minor] Milter headers is actually idempotent filter only --- diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua index 8b81f10521..209985bbd4 100644 --- a/src/plugins/lua/milter_headers.lua +++ b/src/plugins/lua/milter_headers.lua @@ -619,7 +619,7 @@ if type(opts['extended_headers_rcpt']) == 'table' and opts['extended_headers_rcp end rspamd_config:register_symbol({ name = 'MILTER_HEADERS', - type = 'postfilter,idempotent', + type = 'idempotent', callback = milter_headers, priority = 10, flags = 'empty',