Re: [SQU] hotmail direct

From: Martin Brooks <martin@dont-contact.us>
Date: Tue, 10 Oct 2000 19:19:38 +0100

At 15:40 10/10/00 +0500, Ahmad bilal wrote:
>Dear all,
>
>Iam forcing users to use squid as proxy but i want them to access
>hotmail directly so that they dont get cached stuff cause i was getting
>complains of users seeing other ppl mail box what i did in squid.conf is
>
>acl QUERY url_regex ^www.hotmail.com/*.html$
>no_cache deny QUERY
>
>is this enough and will it force users to access all the information in
>hotmail site directly.

That regex will NOT match "http://www.hotmail.com" as "^" says "start of a
line". Use "^http://.*hotmail.com" instead.

Regards

Martin A. Brooks
------------------------------------
The package said Windows NT 4 or better - I installed Linux.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Oct 10 2000 - 12:26:12 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:43 MST