send-hooks
Hello,
I'm just starting to play with send-hook's and I've come across a couple
of ploblems.
My send hook is very simple: send-hook ~l 'my_hdr From: user@host'. That
is, I want to change my from address anytime I'm sending anything to a
known mailing list.
My lists are defined as follows:
lists vim* mutt* fluxbox*
subscribe vim*
subscribe mutt*
subscribe fluxbox*
1. When I compose a message to just vim@xxxxxxx, it works. When it's
vim-something@xxxxxxx, it doesn't. Also, it doesn't work for either mutt or
fluxbox.
2. When it does work, the "From: " value remains changed for all other
messages.
Thanks for any suggestions!