diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-26 10:41:26 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-26 10:41:26 +0200 |
commit | d65ff9804408ebc54da40830a6139a0f51bf818f (patch) | |
tree | 2a4155623fc1a8db69ebd5eabb766d96266f1b14 /src/plugins/lua/asn.lua | |
parent | e8c4bf889840913f8015eeb7e665ec90904eb6cf (diff) | |
download | rspamd-d65ff9804408ebc54da40830a6139a0f51bf818f.tar.gz rspamd-d65ff9804408ebc54da40830a6139a0f51bf818f.zip |
[Feature] Adaptive ratelimits
- Also per-IP and per-ASN ratelimits
- Minor rework of some parts
Diffstat (limited to 'src/plugins/lua/asn.lua')
-rw-r--r-- | src/plugins/lua/asn.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/asn.lua b/src/plugins/lua/asn.lua index 28cd431b9..25b684dc4 100644 --- a/src/plugins/lua/asn.lua +++ b/src/plugins/lua/asn.lua @@ -96,5 +96,6 @@ if configure_asn_module() then name = 'ASN_CHECK', type = 'prefilter', callback = asn_check, + priority = 10, }) end |