Hello,
I have the following:
##### Mime blocking
##### Blocking reqested mine types
acl mimeblockq req_mime_type ^application/x-msn-messenger$
acl mimeblockq req_mime_type ^app/x-hotbar-xip20$
acl mimeblockq req_mime_type ^application/x-icq$
acl mimeblockq req_mime_type ^.*AIM.*
acl mimeblockq req_mime_type ^application/x-comet-log$
acl mimeblockq req_mime_type ^application/x-pncmd$
##### Blocking sent mime types
acl mimeblockp rep_mime_type ^application/x-msn-messenger$
acl mimeblockp rep_mime_type ^app/x-hotbar-xip20$
acl mimeblockp rep_mime_type ^application/x-icq$
acl mimeblockp rep_mime_type ^.*AIM.*
acl mimeblockp rep_mime_type ^.*AIM/HTTP
acl mimeblockp rep_mime_type ^application/x-comet-log$
acl mimeblockp rep_mime_type ^application/x-pncmd$
acl mimeblockp rep_mime_type ^application/x-chaincast$
##### Setting Access controls
http_access deny mimeblockq
http_reply_access deny mimeblockp
Michael.
On Tue, 13 Jul 2004 15:58:09 -0300
"Peter Marshall" <peter.marshall@caris.com> wrote:
> Hey,
>
> 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 ....
>
> Thank you for the help,
> Peter
>
>
>
>
>
>
-- Michael Gale Network Administrator Utilitran CorporationReceived on Tue Jul 13 2004 - 14:12:55 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:01 MDT