Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!oliveb!felix!info-ultrix From: ge@hobbit.sci.kun.nl (Ge' Weijers) Newsgroups: comp.unix.ultrix Subject: Re: Personal name in MAIL. Message-ID: <51453@felix.UUCP> Date: 29 Jul 88 20:25:28 GMT References: <48906@felix.UUCP> Sender: info-ultrix@felix.UUCP Reply-To: ge@hobbit.sci.kun.nl (Ge' Weijers) Organization: University of Nijmegen, The Netherlands. Lines: 23 Approved: zemon@felix.UUCP Reply-Path: >From article <48906@felix.UUCP>, by warren@sniff.dec.com (warren sypteras): > I'm running ULTRIX-32 V2.2 on a MicroVAX. I would like to be able to > include the same feature that the VMS mailer has; PERSONAL_NAME. > > Is the above possible to do in the sendmail.cf file? If not, is something > else possible? On BSD systems, you can use an alternative mailer in /usr/ucb/Mail. edit the .mailrc file (or maybe the global Mailrc) and add the command set sendmail=/somewhere/mymailer mymailer can do everything it likes with the mail message, but it should edit the message and then pass it to /usr/lib/sendmail with the original arguments. try: #!/bin/sh (cat ; cat ~/.personal) | /usr/lib/sendmail $@ -- Ge' Weijers, Informatics dept., Nijmegen University, the Netherlands UUCP: {uunet!,}mcvax!kunivv1!hobbit!ge