From 3616d6326b5c3325e460e71f9e7b0c2e66402fa7 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 18 Nov 2017 13:16:26 +0000 Subject: [PATCH] [Fix] Greylisting set phase is not idempotent --- src/plugins/lua/greylist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/greylist.lua b/src/plugins/lua/greylist.lua index 32338f7d5..11ab2a2de 100644 --- a/src/plugins/lua/greylist.lua +++ b/src/plugins/lua/greylist.lua @@ -429,7 +429,7 @@ if opts then else rspamd_config:register_symbol({ name = 'GREYLIST_SAVE', - type = 'idempotent', + type = 'postfilter', callback = greylist_set, priority = 6 }) -- 2.39.5