From d0e464183bae561583cd77b5389e8c0e8e6a149f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 27 Apr 2020 17:22:42 +0100 Subject: [PATCH] [Minor] Reduce priority of replies to avoid interference with settings --- src/plugins/lua/replies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/replies.lua b/src/plugins/lua/replies.lua index 247fcdd60d..1a9e5dccea 100644 --- a/src/plugins/lua/replies.lua +++ b/src/plugins/lua/replies.lua @@ -306,7 +306,7 @@ if opts then type = 'prefilter', flags = 'nostat', callback = replies_check, - priority = 10, + priority = 9, group = "replies" }) rspamd_config:register_symbol({ -- 2.47.3