From a477739081bb4d4720a3ea437213e70ae9024e30 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 13:18:39 +0000 Subject: [PATCH] [Minor] Reduce priority for 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 7595e1114..512f59a56 100644 --- a/src/plugins/lua/asn.lua +++ b/src/plugins/lua/asn.lua @@ -178,7 +178,7 @@ if configure_asn_module() then name = 'ASN_CHECK', type = 'prefilter', callback = asn_check, - priority = 10, + priority = 5, }) if options['symbol'] then rspamd_config:register_symbol({ -- 2.39.5