RE: [squid-users] How may I block MSN Messenger...

From: Boniforti Flavio <boniforti@dont-contact.us>
Date: Wed, 20 Aug 2003 13:44:45 +0200

> Scratch that - I made the silly mistake of assuming that
> req_mime_type would match on the entire data; it probably
> looks for the Content-Type: line and matches from there.

Well... I'm still at it:

acl msn_no_block src 10.167.211.165/255.255.255.255
acl msn_server rep_mime_type ^application/x-msn-messenger
#acl msn_server dstdomain gateway.messenger.hotmail.com
#acl msn_server dst 207.46.110.0/255.255.255.0
http_access deny !msn_no_block msn_server
http_access deny all

I alternatively tried the different "msn_server" ACLs, with no success!
My station's IP is 10.167.211.11, therefore it shouldn't be able to get
through (msn_no_block just contains ONE IP: 10.167.211.165).

What now?

Thank you again!
Received on Wed Aug 20 2003 - 05:43:30 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:00 MST