I wish to block these 3 UAs that start/end as follows:
Moz
Mozilla
Mozilla/5.0
This works, but I want to shorten it to one line, make it more succinct:
RewriteCond %{HTTP_USER_AGENT} ^Moz(illa)?$ [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5\.0$ [NC,OR]
Embarrassing because I used to know these things :)