mailman: fix missing }

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-07-03 12:35:49 -07:00
parent 4937c5be2a
commit 8707b2799d

View file

@ -35,7 +35,7 @@ RewriteEngine on
RewriteRule ^/$ /archives [R,L] RewriteRule ^/$ /archives [R,L]
# Spiders-gone-wild # Spiders-gone-wild
# These spiders do not follow robots.txt # These spiders do not follow robots.txt
RewriteCond %{HTTP_USER_AGENT ^.*(Bytespider|ClaudeBot).*$ [NC] RewriteCond %{HTTP_USER_AGENT} ^.*(Bytespider|ClaudeBot).*$ [NC]
RewriteRule .* - [F,L] RewriteRule .* - [F,L]
# Old static archives # Old static archives