From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 09:21:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBFF16A41C for ; Wed, 22 Jun 2005 09:21:28 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B232443D48 for ; Wed, 22 Jun 2005 09:21:26 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 22 Jun 2005 10:22:07 +0100 Message-ID: <42B92D95.6070206@dial.pipex.com> Date: Wed, 22 Jun 2005 10:21:25 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Mick Walker References: <1119431018.78612.18.camel@codegurus.org> In-Reply-To: <1119431018.78612.18.camel@codegurus.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Jun 2005 09:22:07.0233 (UTC) FILETIME=[DC2ED710:01C5770B] Cc: freebsd-questions@freebsd.org Subject: Re: HTML Mail from Command Line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 09:21:28 -0000 Mick Walker wrote: >On Wed, 2005-06-22 at 01:55 -0700, Ted Mittelstaedt wrote: > > > >>pipe it through mimencode and do other massaging to it. You do >>realize HTML mail is not standardized, don't you? >> >> > >I don't have a mimencode binary on my system and nothing in the ports >tree. >I am using FreeBSD 5.3-Release. > > > Then you need to look a little harder :-) % find /usr/ports -type f -name pkg-plist -print0 | xargs -0 egrep mimencode /usr/ports/mail/exmh2/pkg-plist:lib/exmh-%%EXMH_VERSION%%/mimencode.tcl /usr/ports/mail/metamail/pkg-plist:bin/mimencode --Alex