Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!arisia!roo!mdixon From: mdixon@parc.xerox.com (Mike Dixon) Newsgroups: comp.sys.next Subject: Re: How do I read NeXTmail sent to other machines? Message-ID: Date: 9 Jun 90 20:06:09 GMT References: <17084@phoenix.Princeton.EDU> <1531.266fd0da@miavx1.acs.muohio.edu> Sender: news@parc.xerox.com Organization: Xerox PARC, Palo Alto, CA Lines: 20 In-reply-to: pemurray@miavx1.acs.muohio.edu's message of 8 Jun 90 21:22:49 GMT alternatively, you can ftp your NeXTmail message to a NeXT machine, and execute the following script: ------------------------------------------------------------ # # extract the NeXT-encoded mail message in /tmp/NeXTmsg # cd /tmp rm .tar* uudecode NeXTmsg set tname = .tar* mv $tname NeXTmsg.Z chmod 644 NeXTmsg.Z mkdir d$tname cd d$tname zcat ../NeXTmsg.Z | tar xf - open . ------------------------------------------------------------ -- .mike.