From: Vsevolod Stakhov Date: Sat, 18 May 2019 08:29:33 +0000 (+0100) Subject: [Minor] Increase priority of the asn module X-Git-Tag: 2.0~889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0141607ec2347169666395c610654b1452eb0e78;p=thirdparty%2Frspamd.git [Minor] Increase priority of the asn module --- diff --git a/src/plugins/lua/asn.lua b/src/plugins/lua/asn.lua index ac98fefd15..5adc2bd7f4 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