Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cs.utexas.edu!sm.unisys.com!ism780c!jonathan From: jonathan@ism780c.isc.com (Jonathan C. Broome) Newsgroups: comp.unix.microport Subject: Re: Smail 2.5 & V/386 (more) Message-ID: <20635@ism780c.isc.com> Date: 20 Dec 88 04:29:43 GMT References: <714@wa3wbu.UUCP> Reply-To: jonathan@ism780c.UUCP (Jonathan C. Broome) Organization: Interactive Systems Corp., Santa Monica CA Lines: 14 In article <714@wa3wbu.UUCP> john@wa3wbu.UUCP (John Gayman) writes: : properly. If I simply use mailx to send " mailx john" I get: : : /bin/rmail: illegal option --s : valid flags are cdvArRiLH...... I ran into this in a past life... System V.3 added the "-s" option to /bin/mail, which mailx seems to (usually) use. The fix was to modify "svbinmail.c" from the smail distribution to recognize "-s" as an option for /bin/mail (add "s" to the getopt string and the following switch statement.) Sorry, no diffs, this is from memory. ---Jonathan Broome ism780c!jonathan@uunet.uu.net