Personal name in MAIL.

Ge' Weijers ge at hobbit.sci.kun.nl
Sat Jul 30 06:25:28 AEST 1988


>From article <48906 at felix.UUCP>, by warren at 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



More information about the Comp.unix.ultrix mailing list