[Rspamd-Users] Help me to understand Rspamd Rate Limit
Dismas Axel (Thomas)
dismasc at protonmail.com
Mon Aug 10 16:49:50 UTC 2020
Hello, I am not sure if I got this right but I debugged and rspamd ratelimit is running in rspamd.log.
I would like to limit authenticated user email sending by 2 emails per minute. Is my setting already correct?
rates {
some_limit = {
selector = 'user.lower';
bucket = [
{
burst = 2;
rate = "1 / 1min";
}
}
}
Thank you,
D. Thomas
Sent with [ProtonMail](https://protonmail.com) Secure Email.
More information about the Users
mailing list