Re: [squid-users] ACL armageddon

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 22 May 2001 10:12:10 +0200

See "man 7 regex" on most UNIX:es...

On GNU systems (for example most Linux systems) you can block the word
"chat" by using the "start/end of word" charater class extensions.

     [[:<:]]chat[[:>:]]

note: This is NOT supported by the standalone GNU regex package shipped
with Squid.

--
Henrik Nordstrom
Squid Hacker
Peter Wood wrote:
> 
> Hi all,
> 
> We are wanting to block sites with the word 'chat' in the url (this works fine) but it also blocks the word 'chatham'. My knowledge of regular expressions is pretty poor. Is there a way of blocking 'chat' but allowing, say, 'www.chatham.edu'?
> 
> Any help would be appreciated.
> 
> Regards,
> 
> Peter
Received on Tue May 22 2001 - 02:14:41 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:13 MST