On Wed, 27 Jun 2007 09:19:46 +0800 Adrian Chadd <adrian@xxxxxxxxxxxxxxx> wrote: > On Tue, Jun 26, 2007, Andreas Pettersson wrote: > > Adrian Chadd wrote: > > >People keep asking about how to block IM in Squid; would > > >anyone like to kick up some ACLs that they use to block IM > > > > ICQ? MSN? Windows Messenger? AOL? Skype? Jabber? IRC? Sametime? > > Or http://webmessenger.msn.com/ or http://talk.google.com/ ? > > My question is just as vague as the various questions people ask > about "blocking IM". Hence why I'd like to arrange a Wiki article > about it! This is how we block IM to msn, but leafe the connection open to "normal" web-pages on msn. acl msn_req req_mime_type application/x-msn-messenger acl msn_rep rep_mime_type application/x-msn-messenger http_access deny mynetwork msn_req http_reply_access deny mynetwork msn_rep Regards Jörg