From owner-freebsd-isp Tue Mar 16 10:31:37 1999 Delivered-To: freebsd-isp@freebsd.org Received: from carme.eclipse.net.uk (carme.eclipse.net.uk [195.188.32.33]) by hub.freebsd.org (Postfix) with ESMTP id 05BB715158 for ; Tue, 16 Mar 1999 10:31:29 -0800 (PST) (envelope-from stuart@eclipse.net.uk) Received: from eclipse.net.uk (elara.eclipse.net.uk [195.188.32.31]) by carme.eclipse.net.uk (8.9.3/8.9.3) with ESMTP id SAA36276; Tue, 16 Mar 1999 18:29:47 GMT X-Envelope-To: freebsd-isp@freebsd.org Message-ID: <36EEA393.B0097A3B@eclipse.net.uk> Date: Tue, 16 Mar 1999 18:31:47 +0000 From: Stuart Henderson Organization: Eclipse Networking Ltd. X-Mailer: Mozilla 4.51 [en] (WinNT; U) X-Accept-Language: en-GB MIME-Version: 1.0 To: Michael Moran Cc: freebsd-isp@freebsd.org Subject: Re: Quota on all E-Mailboxes References: <3.0.2.32.19990315162017.008b4430@veronet.net> <3.0.2.32.19990316125919.00969da0@veronet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Will Sendmail check and block the file types such as .BMP > and .TIFF before come in? Not without source code patches, although you can get it to check for happy99 (ska) virus :) Anything that is in *headers* sendmail can check and filter, but MIME body parts are trickier to decode (it's body information rather than headers you need to look at - sendmail won't do that using rules afaik). You can just about manage it with procmail, there are some faqs around... try this site http://www.ling.helsinki.fi/~reriksso/procmail/mini-faq.html#mime which points to ftp://cs.uta.fi/pub/ssjaaa/pm-code.html (look for "Pm-jamime-kill" in the pm-code page). cc'd to freebsd-isp for the archives. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message