Hi, Why don't you use '-i' option, and this will allow you to avoid [xX] like expressions, because of ignore-case parsing logic.
Regards, Yuri Fominov. -----Original Message----- From: PASCUAL, Mike A. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 15:52 To: [EMAIL PROTECTED] Subject: [squid-users] ACL Question Hi, I have a little bit question about ACL blocking the downloading. here's my squid.conf some line acl download url_regex "/path/to/denydownload.txt" acl POST method POST http_access deny download !POST here's my denydownload.txt [eE][xX][eE] [zZ][iI][pP] my problem is when my clients search in the google, keywords like exercise or zipcode, the squid block it, but probably not. what's the problem in my configuration. please help Thanks Mike
