Hi all I currently have the following in my squid.conf file. acl msntime time M T W H F A 11:59-12:59 acl msnp rep_mime_type ^application/x-msn-messenger$ acl msnq req_mime_type ^application/x-msn-messenger$ http_reply_access allow msnp msntime http_reply_access allow msnq msntime http_reply_access deny msnq http_reply_access deny msnp This allows for MSN access to my users between the hours of 12 and 13pm. But now I would like to add another time range (17:00 to 19:00). Would anyone know how I can achieve this. Any tips or advise, I would be most grateful. Kind Regards Brent Clark