aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/greylist.lua
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-09-29 14:00:17 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-09-29 14:00:17 +0200
commite4e309f367e06385d47c9cd71ef02dbbd52698d7 (patch)
tree577f2043c7bd43c9141c52514d7fffa2b316a5fb /src/plugins/lua/greylist.lua
parent337ca0640698f11ca8ff5cbaa023b73f610315f4 (diff)
downloadrspamd-e4e309f367e06385d47c9cd71ef02dbbd52698d7.tar.gz
rspamd-e4e309f367e06385d47c9cd71ef02dbbd52698d7.zip
[Minor] Set/reduce postfilter priorities
Diffstat (limited to 'src/plugins/lua/greylist.lua')
-rw-r--r--src/plugins/lua/greylist.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/greylist.lua b/src/plugins/lua/greylist.lua
index 646164424..90f6be1ea 100644
--- a/src/plugins/lua/greylist.lua
+++ b/src/plugins/lua/greylist.lua
@@ -348,7 +348,7 @@ if opts then
name = 'GREYLIST_SAVE',
type = 'postfilter',
callback = greylist_set,
- priority = 10
+ priority = 5
})
rspamd_config:register_symbol({
name = 'GREYLIST_CHECK',