diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-25 14:38:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-25 14:38:27 +0100 |
commit | a84877f40f9139f3cba7bd81d7bdd73c86870c4c (patch) | |
tree | 10541477364dc80ac10cdc507d8d404d6c90c46a /src | |
parent | 82ebd92c9f23661d5e1973c577a9bb3c76377532 (diff) | |
download | rspamd-a84877f40f9139f3cba7bd81d7bdd73c86870c4c.tar.gz rspamd-a84877f40f9139f3cba7bd81d7bdd73c86870c4c.zip |
[Minor] Milter headers is actually idempotent filter only
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/milter_headers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua index 8b81f1052..209985bbd 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', |