diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-08-12 16:51:32 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-08-12 20:26:17 +0100 |
commit | 7b902c00bce62688d9154ef76017135ad014c33c (patch) | |
tree | 496a3667a833cefcd471ea1756fcb3c365c066dc /src/plugins/lua/greylist.lua | |
parent | 1c0482342898e8d4e61dadfe4f443ec2c1ac965e (diff) | |
download | rspamd-7b902c00bce62688d9154ef76017135ad014c33c.tar.gz rspamd-7b902c00bce62688d9154ef76017135ad014c33c.zip |
[Minor] Set idempotent postfilters
Diffstat (limited to 'src/plugins/lua/greylist.lua')
-rw-r--r-- | src/plugins/lua/greylist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/greylist.lua b/src/plugins/lua/greylist.lua index 719ba9270..622da4d9a 100644 --- a/src/plugins/lua/greylist.lua +++ b/src/plugins/lua/greylist.lua @@ -421,7 +421,7 @@ if opts then else rspamd_config:register_symbol({ name = 'GREYLIST_SAVE', - type = 'postfilter', + type = 'idempotent', callback = greylist_set, priority = 6 }) |