]> source.dussan.org Git - rspamd.git/commitdiff
Change priority replies plugin 887/head
authorAL <AlexeySa@users.noreply.github.com>
Wed, 24 Aug 2016 06:21:57 +0000 (09:21 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2016 06:21:57 +0000 (09:21 +0300)
Change prefilter priority for another plugins

src/plugins/lua/replies.lua

index 631ee02d045827e3559cd7aff6691d7847143815..360f14ffe640f4d0f9d36b6bb4d8dfc1434ce82f 100644 (file)
@@ -123,6 +123,7 @@ if opts then
         name = 'REPLIES_CHECK',
         type = 'prefilter',
         callback = replies_check,
+        priority = 10
       })
     end