send-hook and my_hdr cc

2000-02-01 Thread David Shaw
Hi all, There is a certain domain that whenever I send mail to it, I need to automatically CC someone. I'd like to set up a send-hook for this, like this one: send-hook mydomain.com 'my_hdr Cc: user1,user2' That doesn't seem to work. I suspect the problem is that by the time the send

Re: send-hook and my_hdr cc

2000-02-01 Thread Michael Elkins
On Tue, Feb 01, 2000 at 12:02:30PM -0500, David Shaw wrote: There is a certain domain that whenever I send mail to it, I need to automatically CC someone. I'd like to set up a send-hook for this, like this one: send-hook mydomain.com 'my_hdr Cc: user1,user2' That doesn't seem

Re: send-hook and my_hdr cc

2000-02-01 Thread David Shaw
-hook mydomain.com 'my_hdr Cc: user1,user2' That doesn't seem to work. I suspect the problem is that by the time the send-hook is executed, the Cc header is already written. Does anyone have a workaround for this? I suspect you are using autoedit and edit_headers ? The only way