Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site adobe.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!glacier!adobe!greid From: greid@adobe.UUCP (Glenn Reid) Newsgroups: net.unix Subject: Re: Mailing articles to oneself for saving Message-ID: <1081@adobe.UUCP> Date: Sat, 25-Jan-86 02:55:20 EST Article-I.D.: adobe.1081 Posted: Sat Jan 25 02:55:20 1986 Date-Received: Sun, 26-Jan-86 05:35:14 EST References: <257@bocar.UUCP> Reply-To: greid@adobe.UUCP (Glenn Reid) Organization: Adobe Systems, Palo Alto Lines: 21 Keywords: binmail Summary: use /bin/mail -d The best way to do this is to avoid passing it through sendmail. The way sendmail delivers mail locally is typically to call /bin/mail with the undocumented -d flag, meaning "deliver this directly to /usr/spool/mail/whoever, I guarantee that the header and format of the message are correct and appropriate." /bin/mail then sticks it into the spool file, no questions asked, adding only the Unix "From " line at the beginning. It will not add a From: field, a Sender: field, or whatever, although, again, the Unix "From " field will still be you. This is usually not a problem. So try piping the message from your news reader through the shell command: | /bin/mail -d myself This is probaby pretty 4.2 specific, I don't know. It seems awfully non-likely-to-be-portable to me.... Glenn Reid Adobe Systems (disclaimer) Palo Alto