commit 0141607: [Minor] Increase priority of the asn module
Vsevolod Stakhov
vsevolod at highsecure.ru
Sat May 18 08:35:03 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-05-18 09:29:33 +0100
URL: https://github.com/rspamd/rspamd/commit/0141607ec2347169666395c610654b1452eb0e78 (HEAD -> master)
[Minor] Increase priority of the asn module
---
src/plugins/lua/asn.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/lua/asn.lua b/src/plugins/lua/asn.lua
index ac98fefd1..5adc2bd7f 100644
--- a/src/plugins/lua/asn.lua
+++ b/src/plugins/lua/asn.lua
@@ -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
More information about the Commits
mailing list