> 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
Received on Wed Aug 20 2003 - 06:23:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:00 MST