On Mon, Dec 18, 2017 at 07:34:36AM +0000, David Woodfall wrote: > > How can I set the Bcc: to myself when To: is not myself? > > > > I try something like this but it does not work: > > send-hook "!~t ablacktsh...@gmail.com" 'my_hdr Bcc: Yubin Ruan > > <ablacktsh...@gmail.com>' > > > > Then I try this and it work when I try to send a fresh email: > > > > send-hook "~t ablacktshirt" 'my_hdr Bcc:' > > send-hook . 'my_hdr Bcc: Yubin Ruan <ablacktsh...@gmail.com>' > > > > however when I reply to somebody, it does not work. Frustrating! ;-( > > > > Yubin > > I read in an old post that changing/setting headers doesn't work with > send-hook.
Is this a bug or something? Yubin