From owner-freebsd-questions Tue Nov 27 13:53:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 393F737B420 for ; Tue, 27 Nov 2001 13:49:28 -0800 (PST) Received: from onyx (onyx.cs.binghamton.edu [128.226.140.171]) by bingnet2.cc.binghamton.edu (8.11.6/8.11.6) with ESMTP id fARLnOq18745; Tue, 27 Nov 2001 16:49:24 -0500 (EST) Date: Tue, 27 Nov 2001 16:47:42 -0500 (EST) From: Zhihui Zhang X-Sender: zzhang@onyx To: Paul Herman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Re-obtain the attachment in an email? In-Reply-To: <200111272141.fARLfcv57942@tick.sc.omation.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks. It works! On Tue, 27 Nov 2001, Paul Herman wrote: > On Tue, 27 Nov 2001, Zhihui Zhang wrote: > > > I am reading some postings in the archive. One of the postings I am > > reading now is like this: > > > > --------------010304000009040600000002 > > Content-Type: application/gzip; > > name="kmem.tar.gz" > > Content-Transfer-Encoding: base64 > > Content-Disposition: inline; > > > > Content-Disposition: inline; > > filename="kmem.tar.gz" > > > > Openssl can do base64. Just save the email into a file, and strip > all text just leaving the gibberish. Then try: > > openssl enc -d -a < base64.file.txt > kmem.tar.gz > > -Paul. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message