On Wed, Jun 05, 2002 at 11:41:28AM +0100, Rev Simon Rumble wrote:
> I have been trying to use the following in my .muttrc:
> 
> send-hook [EMAIL PROTECTED] "my_hdr From: Rev Simon Rumble 
><simon.gift-openft@ru\
> mble.net> "
> 
> This successfully sends mail that I send to gift-opentft with the
> amended email address.  However it also sends using that address when
> I do group replies that bear absolutely no relation to the above
> address.

Have you put the magic incantation:

send-hook . "my_hdr Rev Simon Rumble <[EMAIL PROTECTED]>"

on the line *before* that?

The . matches any address. Mutt takes the last matchin send-hook for any
message, but if it doesn't find one, it will keep the setting from the
previous message, rather than resetting to defaults. I think the
behaviour you observed is actually that every mail you sent after
sending to [EMAIL PROTECTED] had the new From address,
because you didn't have the . send-hook to set it back.

That's the usual problem anyway ;)

-Mary.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to