On Fri, Aug 15, 2014 at 12:11:27PM -0400, Jon LaBadie wrote:
> A mailing list I subscribe to is changing their host.
> For a while messages will be received from both servers.
> 
> I would like that any replies I make automatically go
> to the new server even if I'm replying to one from the
> old server.
> 
> I tried a send-hook.  I already have others for setting
> my sender's name and signature.
> 
> send-hook  'fool...@oldserver.org'  'my_hdr To: fool...@newserver.net'

Did you try a reply-hook?  I think that would be most appropriate here.
Something like the following should work:

reply-hook "~C fool...@oldserver.org" my_hdr To: fool...@newserver.net

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to