aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
diff options
context:
space:
mode:
authorAL <AlexeySa@users.noreply.github.com>2016-08-24 09:21:57 +0300
committerGitHub <noreply@github.com>2016-08-24 09:21:57 +0300
commit9eca35a185dbc6c4748178f7958ea635bf6573ce (patch)
tree0ad2060b6cdbb9fb08b253a9a9b915ffc48f5ddf /src/plugins/lua
parentab58c4cf42362df91c570afc2fec47917616c36b (diff)
downloadrspamd-9eca35a185dbc6c4748178f7958ea635bf6573ce.tar.gz
rspamd-9eca35a185dbc6c4748178f7958ea635bf6573ce.zip
Change priority replies plugin
Change prefilter priority for another plugins
Diffstat (limited to 'src/plugins/lua')
-rw-r--r--src/plugins/lua/replies.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/replies.lua b/src/plugins/lua/replies.lua
index 631ee02d0..360f14ffe 100644
--- a/src/plugins/lua/replies.lua
+++ b/src/plugins/lua/replies.lua
@@ -123,6 +123,7 @@ if opts then
name = 'REPLIES_CHECK',
type = 'prefilter',
callback = replies_check,
+ priority = 10
})
end