diff options
author | eneq123 <you@example.com> | 2014-05-07 16:31:04 +0400 |
---|---|---|
committer | eneq123 <you@example.com> | 2014-05-07 16:31:04 +0400 |
commit | 444b45d955b6072ab4940f29430f669859934e05 (patch) | |
tree | 00556f44201488a77b49b16055921010f637cf7d /conf/modules.conf | |
parent | 6ec0f7ee2a708df13863c938c1918a62c6f3ebb0 (diff) | |
download | rspamd-444b45d955b6072ab4940f29430f669859934e05.tar.gz rspamd-444b45d955b6072ab4940f29430f669859934e05.zip |
* use the "User:" rspamc proto param for ratelimit
* fix rspamd_actions typo
* rspamd_logger added for 'Ratelimit exceeded' case
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 0640def55..e01575803 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -209,6 +209,7 @@ ratelimit { limit = "to_ip_from:20:0.01666666667"; limit = "bounce_to:10:0.000555556"; limit = "bounce_to_ip:5:0.000277778"; + limit = "user:20:0.01666666667"; whitelisted_rcpts = "postmaster,mailer-daemon"; max_rcpt = 5; } |