From 8707b2799da6aa974de92f8608d0e2e2de7426ea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Jul 2024 12:35:49 -0700 Subject: [PATCH] mailman: fix missing } Signed-off-by: Kevin Fenzi --- roles/mailman3/templates/mailmanweb.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman3/templates/mailmanweb.conf.j2 b/roles/mailman3/templates/mailmanweb.conf.j2 index 82430119b4..a6a73678ce 100644 --- a/roles/mailman3/templates/mailmanweb.conf.j2 +++ b/roles/mailman3/templates/mailmanweb.conf.j2 @@ -35,7 +35,7 @@ RewriteEngine on RewriteRule ^/$ /archives [R,L] # Spiders-gone-wild # These spiders do not follow robots.txt -RewriteCond %{HTTP_USER_AGENT ^.*(Bytespider|ClaudeBot).*$ [NC] +RewriteCond %{HTTP_USER_AGENT} ^.*(Bytespider|ClaudeBot).*$ [NC] RewriteRule .* - [F,L] # Old static archives