If I wanted to block a ua in mod_rewrite like this:
RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR]
Except I want to block the ua "PingALink Monitoring Service 1.0" or "LinksManager"
can I just do this?
RewriteCond %{HTTP_USER_AGENT} ^Ping.* [OR]