spam アドレス収集 robot に対抗するための mod_rewrite

- リファラが空白で,FreeBit.NE.JP からのアクセスで,User Agent が
 「Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)」なブラウザを任
  意のファイルにアクセスさせる..htaccess に

RewriteCond %{HTTP_REFERER}    ^$
RewriteCond %{REMOTE_HOST}      \.FreeBit\.NE\.JP$ [NC]
RewriteCond %{HTTP_USER_AGENT} "^Mozilla/4.0 \(compatible; MSIE 6.0; Windows 98\)$"
RewriteRule ^.*$               /hoge.html [L]


- via:
  http://www.otsune.com/diary/2003/06/19.html#2003061927