I changed my smail configuration so that it will change the From: field on an 
outgoing mail to be my account on my ISP machine ([EMAIL PROTECTED]).
This setting is working when I use the mail command. For example, 
        $ echo `date` | mail -s test [EMAIL PROTECTED]
results in 

        From: [EMAIL PROTECTED] (shaul)
        Date: Fri, 17 Jul 1998 02:27:02 +0300 (IDT)
        To: [EMAIL PROTECTED]
        Subject: test

        Fri Jul 17 02:27:02 IDT 1998

However, when I am using exmh I get

        From: [EMAIL PROTECTED]
        To: [EMAIL PROTECTED]
        Subject: test.
        Date: Fri, 17 Jul 1998 02:28:30 +0300

        Fri Jul 17 02:28:01 IDT 1998

(Note the From: field)

Question: How to change exmh configuration so that it will let smail do what I 
want ? That is, how to prevent exmh from disturbing smail to set the From: 
header the way I want it to be ?






--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to