Path: utzoo!attcan!uunet!mcvax!ukc!strath-cs!glasgow!Robert From: robert@vax1.computing-maths.cardiff.ac.uk (Robert Evans) Newsgroups: comp.mail.sendmail,mail.uk-sendmail-workers Subject: Re: sendmail woes with UNIX-NIFTP Message-ID: <6898.8808231647@uk.ac.cardiff.computing-maths.vax1> Date: 23 Aug 88 16:47:22 GMT Sender: daemon@cs.glasgow.ac.uk Lines: 26 X-Mailer: Mail User's Shell (6.3 6/25/88) X-mailer: mail gatewayed to news (mail-news 1.5a) In Revision 5.0.1.6 of core-niftp it IS possible to make the required alteration (ie add argument -oi to sendmail's invocation) in /etc/niftptailor. Instead of amending the source of conf.c to: | struct mailfmt mailfmt[CONF_MAX] = { | ............ | { "sendmail", "%s -t", "%s -ba -oi -oMs%s", ADD_TO|ADD_SUBJ|ADD_BLANK}, | ............ | } add entries: MAILPROG /usr/lib/sendmail MAILFMT sendmail, "%s -t", "%s -ba -oi -oMs%s", 7 to /etc/niftptailor. The MAILFMT line replaces the format used when sendmail is the mailer. 7 is the bitmap corresponding to ADD_TO|ADD_SUBJ|ADD_BLANK. (Piete Brooks mentions this in file README.mail with Rev 5.0.1.6). -- -- Robert Evans, Dept of Computing Maths, University College Cardiff, PO Box 916, Cardiff, Wales, UK, CF2 4YN. Tel: +44 (0)222 874000 x 5518 E-mail: R.Evans@computing-maths.cardiff.ac.uk UUCP: R.Evans@cf-cm.UUCP