> 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!


Reply via email to