RE: [squid-users] msn time

From: Chris Robertson <crobertson@dont-contact.us>
Date: Fri, 5 Aug 2005 10:59:13 -0800

> -----Original Message-----
> From: Brent Clark [mailto:bclark@eccotours.dyndns.org]
> Sent: Friday, August 05, 2005 4:26 AM
> To: Squid-Users
> Subject: [squid-users] msn time
>
>
> Hi all
>
> I have a entry in my squid conf
>
> acl msntime time M T W H F A 12:00-13:00
> acl msnp rep_mime_type ^application/x-msn-messenger$
> acl msnq req_mime_type ^application/x-msn-messenger$
>
> http_reply_access deny msnp msntime
> http_reply_access deny msnq msntime
>
> And for some reason, squid does not deny access past 13:00 or before
> 12:00 noon.
>

Just to clarify, are you trying to block msn messenger outside of "lunch" time? If so...

http_access allow msnq msntime
http_access deny msnq

...should work (assuming that the req_mime_type is correct). As it stands, your acls are blocking msnq from 12:00 to 13:00 and allowing it any other time.

> If anyone would be so kind to as too assist me, it would
> greatfully be
> appreciated.
>
> Kind Regards
> Brent Clark
>
>

Chris
Received on Fri Aug 05 2005 - 12:59:19 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:01 MDT