Hello Guys,
I've created a Squid url_regex acl to block url's that contain the word xxx followed by a period(.), like in www.xxx.com for example.
The issue is, there are some sites that have pdf's to download that contain XXX in the file name, like www.thepdfsite.com/xxx.pdf .
Is there a way to create a reg. expression that catches all other (xxx.\.) but the ones with *.pdf extension ?
I've been reading regex tutorials for 2 days, and I was able to create an expression using perl regex, [xxx(?!.*pdf.*)] , but it does not seem to work on squid, apparently different implementation.
Thanks for any help provided,
Rodrigo
Received on Fri Sep 10 2010 - 19:14:37 MDT
This archive was generated by hypermail 2.2.0 : Sat Sep 11 2010 - 12:00:02 MDT