On Thu, Nov 01, 2001 at 18:51, [EMAIL PROTECTED] wrote:
> Now I am on several mailing lists.
> But most of them reject me if I use different "From: " address
> than the one I used when I joined them.
> 
> So can I use a different "From: " when I write an email to 
> mailing lists?
I use send-hooks for this

send-hook . 'unmy_hdr from'
send-hook '~l' 'my_hdr From: your name <[EMAIL PROTECTED]>'

This would assume that you are always subscribed with they same name and
that you have specified all these mailing lists with the subscribed
command in your .muttrc

Otherwise use this :
send-hook . 'unmy_hdr from'
send-hook '~C [EMAIL PROTECTED]' 'my_hdr From: your name <[EMAIL PROTECTED]>'
send-hook '~C [EMAIL PROTECTED]' 'my_hdr From: your name <[EMAIL PROTECTED]>'
...

Bye, Steffen

Reply via email to