I'd like to setup mutt to set a ``Bcc: [EMAIL PROTECTED]'' header
field whenever I address email to [EMAIL PROTECTED]'' (except when
foo=utdlug). Right now I have the following line in my .muttrc:
send-hook '~t @utdallas\.edu$ !~t [EMAIL PROTECTED]' 'my_hdr "From: [EMAIL
PROTECTED]" ; my_hdr "Bcc: [EMAIL PROTECTED]"'
The default From field is set as I'd like, but Bcc is not.
Is there another way to achieve the desired effect (i.e., routing an
extra copy of the email to my utdallas.edu mailbox so I can be
informed when their spam filtering software decides to trash my
messages)?
(In case it's relevant, I'm using mutt 1.5.12-hcache from OpenBSD 4.0.)
Thanks.