Someone using
Netscape/PICgrabber hits once a week, requesting just a few files. It does not obey robots.txt so I'd like to ban it. Obviously I don't wish to ban other UA's named Netscape, so can I just leave off the anchor?
RewriteCond %{HTTP_USER_AGENT} PICgrabber [NC,OR]
Thanks