I am trying to change the To: address of some messages with a send-hook
and failing completely.
I already have a pair of send-hook commands that work for all lists:-
send-hook . 'my_hdr From: Chris Green <[email protected]>'
send-hook ~l 'my_hdr From: Chris Green <[email protected]>'
This sets the From: address for lists as I want it to.
So, after failing with more complex send-hook commands for setting the
To: address I just did:-
send-hook . 'my_hdr From: Chris Green <[email protected]>'
send-hook ~l 'my_hdr From: Chris Green <[email protected]>'
send-hook ~l 'my_hdr To: [email protected]'
So *all* list replies should get that To: header added, and they don't,
or at least they don't seem to.
--
Chris Green