From: Grant Slater Date: Mon, 11 Jul 2022 21:12:55 +0000 (+0300) Subject: mailman: redact list entries pending moderator review X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2eed3d8489b900383cc8d93a02d5fd0c8775440e?ds=inline mailman: redact list entries pending moderator review --- diff --git a/cookbooks/mailman/templates/default/apache.erb b/cookbooks/mailman/templates/default/apache.erb index d2c0aab91..0f0e9a959 100644 --- a/cookbooks/mailman/templates/default/apache.erb +++ b/cookbooks/mailman/templates/default/apache.erb @@ -58,6 +58,9 @@ RedirectMatch ^/$ /listinfo RedirectMatch ^/cgi-bin/mailman/(.*)$ /$1 + # Redact list archive entries pending moderator review + RedirectMatch 451 ^/pipermail/talk/2022-July/(087645|087647)\.html$ + Options Indexes FollowSymLinks AllowOverride None