> 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
> http_access deny !msn_no_block msn_server
> http_access deny all

> What now?

Since you are matching on the reply MIME type, you should
probably use this line instead:

http_reply_access deny !msn_no_block msn_server

I have no idea why that did not occur to me before.

Adam

Reply via email to