Re: send-hooks
Hello Kyle,
On Thursday, May 11, 2006 at 18:42:39 -0400, Kyle Wheeler wrote:
>| send-hook . 'my_hdr From: me@xxxxxxxx'
>| send-hook ~l 'my_hdr From: lists@xxxxxxxx'
This breaks $reverse_name and doesn't act for <bounce-message>. May
I suggest the better:
| set from=me@xxxxxxxx
| set realname="John Doe"
| send-hook . "unmy_hdr From:"
| send-hook ~l "my_hdr From: lists@xxxxxxxx"
While $use_from=yes as by default. With this enhancement, the
$reverse_name feature and <bounce-message> function work correctly in
non-list context. Still <bounce-message> to lists is wrong...
Bye! Alain.
--
Mutt muttrc tip for mailing lists: set followup_to=yes and declare the list as
- subscribe ^list@ddress$ if you are subscribed and don't want courtesy copy.
- lists ^list@ddress$ if you are not subscribed or want a courtesy copy.