Previously, William Park wrote:
>
> Sendmail solution may be the only option, if the mailing list checks
> sender address on the envelope instead of 'From:' header.
Configuring masquerading is a bit extreme in some situations, and not
always possible either (many users don't control the local sendmail.cf).
I handle it with Sendmail's -f flag:
dan@lothlorien:~% grep sendmail Library/Mutt/snoopy/muttrc
# How to call sendmail
set sendmail="/usr/sbin/sendmail [EMAIL PROTECTED]"
One can do this is a folder-hook or something too, to have multiple
identities (I don't use folder-hook for this, but I used to; nowadays I
just have two separate muttrc's for two separate mailboxes to keep my work
and personal mail separate - maybe I'll get industrious someday and merge
them into one config).
--
Education is a progressive discovery of our own ignorance. -Will Durant