Skip to content

mailman: rate limit the uwsgi endpoint to 2 requests/sec

Jelle van der Waa requested to merge mailman-rate-limit into master

We have had bruteforce attempts to perform SQL injections on the signup page. To get rid of the alerts, let's rate limit this properly.

Merge request reports