Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!jarthur!uci-ics!orion.oac.uci.edu!meggers From: meggers@orion.oac.uci.edu (mark eggers) Newsgroups: comp.mail.sendmail Subject: rewriting From: fields Keywords: Sendmail 5.61, IDA 1.28 Message-ID: <3734@orion.cf.uci.edu> Date: 29 Nov 89 21:30:09 GMT Organization: University of California, Irvine Lines: 37 I have been using Sendmail 5.61 with the IDA 1.28 enhancements on a Sparc system running 4.03c. Most everything has gone well. Right now, I am trying to get the From: field rewritten. I have tried the following: in newaliases.m4 define (NEWALIASES)dnl in xaliases foobar@thishost, foobar: < fobbar@globalhost Then I ran the following in a makefile: aliases generics: xaliases xalparse xaliases aliases generics generics.dir: generics dbm -R -d generics+ load < generics mv generics+.dir generics.dir mv generics+.pag generics.pag aliases.dir: aliases /usr/lib/newaliases.cf dbm -d aliases clear /usr/lib/sendmail -C/usr/lib/newaliases.cf -bi However, this does not rewrite the From: field. I still get From: foobar@thishost rather than From: foobar@globalhost Any thoughts on what I'm doing wrong?? /mde/