Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site down.FUN Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!down!honey From: honey@down.FUN (Peter Honeyman) Newsgroups: net.mail Subject: Re: New headers breaking mail Message-ID: <499@down.FUN> Date: Mon, 13-May-85 23:39:20 EDT Article-I.D.: down.499 Posted: Mon May 13 23:39:20 1985 Date-Received: Wed, 15-May-85 00:00:08 EDT References: <17078@mgweed.UUCP> Distribution: net Organization: Princeton University, EECS Lines: 21 You are surely not to blame here, Randy. Your mailer, probably mailx, a derivative of Mail, wants messages to be separated by a blank line followed by a valid "From " line. A valid "From " line has the following form: From (Ignore any leading ">" inserted by rnews.) is any string not containing whitespace. is exactly what it claims to be: the 26-character string described on the ctime man page. Locally, I validate the first line of each incoming message in rmail. If it's not right, I reject it immediately, with stderr "No From line !?!"; uuxqt then takes care of the rest. This has always produced immediate results. Emacs-based mailers seem to be the most frequent offenders, since they tend to shun unix mail altogether, and call uux directly. Peter