]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Increase priority of the asn module
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 18 May 2019 08:29:33 +0000 (09:29 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 18 May 2019 08:29:33 +0000 (09:29 +0100)
src/plugins/lua/asn.lua

index ac98fefd15ee8c4487ae66ae352670c27070953d..5adc2bd7f418789010b057bf2b447220b2b3190b 100644 (file)
@@ -124,7 +124,7 @@ if configure_asn_module() then
     name = 'ASN_CHECK',
     type = 'prefilter,nostat',
     callback = asn_check,
-    priority = 5,
+    priority = 8,
     flags = 'empty',
   })
   if options['symbol'] then