> -----Original Message-----
> From: Brent Clark [mailto:[EMAIL PROTECTED]
> 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

Reply via email to