rspamd: Significantly lower ratelimit; without read receipts this should be more than fine

This commit is contained in:
missytake
2023-10-16 17:06:03 +02:00
committed by link2xt
parent bf863f05b6
commit 1b15ec0eae

View File

@@ -1,9 +1,9 @@
rates {
user = {
bucket = {
burst = 110;
rate = "90 / 1min";
burst = 60;
rate = "40 / 1min";
}
}
}
whitelisted_user = "/etc/rspamd/local.d/whitelisted_users_ratelimit.map"
whitelisted_user = "/etc/rspamd/local.d/whitelisted_users_ratelimit.map";