// This file contains regular expressions that are used to specify // which user agents are banned from this web site. // The user agent string will be checked against each regular // expression in this file one by one. The first time a match is found // the page request will be rejected. If none match the page request // will be processed. The regular expressions are implemented using // the java.util.regex java package. See the Java development kit // documentation for help building them.