]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Slightly increase greylist plugin postfilter priority
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Jan 2017 11:43:41 +0000 (11:43 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Jan 2017 11:44:02 +0000 (11:44 +0000)
src/plugins/lua/greylist.lua

index 7bc3ca838aa2b812fabb74fd96263419cb6682ea..2653564b581bdea55cebe5a5c8325def5c0359c6 100644 (file)
@@ -378,7 +378,7 @@ if opts then
       name = 'GREYLIST_SAVE',
       type = 'postfilter',
       callback = greylist_set,
-      priority = 5
+      priority = 6
     })
     rspamd_config:register_symbol({
       name = 'GREYLIST_CHECK',