From: Vsevolod Stakhov Date: Sat, 18 Nov 2017 13:16:26 +0000 (+0000) Subject: [Fix] Greylisting set phase is not idempotent X-Git-Tag: 1.7.0~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3616d6326b5c3325e460e71f9e7b0c2e66402fa7;p=thirdparty%2Frspamd.git [Fix] Greylisting set phase is not idempotent --- diff --git a/src/plugins/lua/greylist.lua b/src/plugins/lua/greylist.lua index 32338f7d55..11ab2a2ded 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 })