diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-26 13:18:39 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-26 13:18:39 +0000 |
commit | a477739081bb4d4720a3ea437213e70ae9024e30 (patch) | |
tree | a41e738e406f3d26eca57ec4e21515d98a283e21 /src | |
parent | 74203dab0e910c09be2151c32a519c214b28528e (diff) | |
download | rspamd-a477739081bb4d4720a3ea437213e70ae9024e30.tar.gz rspamd-a477739081bb4d4720a3ea437213e70ae9024e30.zip |
[Minor] Reduce priority for ASN module
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/asn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |