On Thu, May 03, 2001 at 07:20:13AM +0700, Efata wrote:
> If I send email mailling list. My email header form wrong with my setting
> header from: in my muttrc. How I can fix this one.
> Thanks
A couple ways:
add to .muttrc...
my_hdr From: Efata <[EMAIL PROTECTED]>
This will override any other header settings.
Also, if you having trouble with the domain part, you can use...
set hostname=indosat.net.id
to set the domain part of the address and the user name part is pulled from your
/etc/passwd file, unless other header setting (e.g. my_hdr) are set.
jc