Hi, I have the following TrafficScript rule: if ( string.regexmatch ( http.getheader ( "User-Agent" ) , "crawl | bot | spider | Slurp" ) ) { rate.use ( "Limited" , request.getRemoteIP ( ) ) ; } It is continually logging the following error in the logs: Line 1: Regular expression "crawl | bot | spider | Slurp", subject length 0: Aborted, because it returned error code: -2 Anyone have any idea what this means and how I can correct this? Thanks, Scott
... View more