Path: utzoo!attcan!uunet!mcsun!sunic!mosh!rolff From: rolff@mosh.UUCP (Anders Rolff) Newsgroups: comp.mail.misc Subject: Re^2: Smail 3.X Keywords: smail Message-ID: <106@mosh.UUCP> Date: 19 Dec 89 14:54:09 GMT References: <18806@cfctech.UUCP> <104@mosh.UUCP> <7341@ficc.uu.net> Lines: 25 peter@ficc.uu.net (Peter da Silva) writes: >Both machines correctly inserted the date, but smail 3.1 lost the From_ line. >While this isn't RFC822, it's what Version 2 UUCP generates. It should be >handled by smail. Are you saying that Smail 3.1 doesn't generate a From_ before passing the message to uux? In that case you're wrong. Here's a piece of /usr/lib/smail/transports: # uux - deliver to the rmail program on a remote UUCP site uux: driver = pipe, uucp, # use UUCP-style addressing forms from, # supply a From_ envelope line max_addrs = 5, # at most 5 addresses per invocation max_chars = 200; # at most 200 chars of addresses # the -r flag prevents immediate delivery, parentheses around the # $user variable prevent special interpretation by uux. cmd = "/usr/bin/uux - -r $host!rmail $(($user)$)", umask = 0022, pipe_as_sender --Anders