mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 14:49:14 +02:00
- Route arch-commits through a slow lane (1 msg/s per domain) so Gmail isn't throttling, bump queue_lifetime to 14d - Block scraper user-agents and rate-limit the search endpoint in nginx Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
6 lines
175 B
Django/Jinja
6 lines
175 B
Django/Jinja
#
|
|
# {{ ansible_managed }}
|
|
#
|
|
# Slow-lane the high-volume arch-commits list (matches VERP sender too).
|
|
/^arch-commits-bounces(\+.*)?@{{ lists_domain | regex_escape }}$/ slow:
|