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 [email protected]" 'my_hdr Bcc: Yubin Ruan
<[email protected]>'
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 <[email protected]>'
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.
You may want to try a folder-hook perhaps?