Peter Marshall wrote: > Is there a way to block this "application/octet-stream" > I tried "acl STREAM req_mime_type ^application/octet-stream" but it did > not seem to work ....
That's because the MIME type of the sent content is in the reply, not the request. Change the acl to "rep_mime_type" and block it in http_reply_access instead of http_access and it should work. Adam
