How Do I Create a Rule that is Triggered by BCC Recipient?

M

michael.hyatt

I want to BCC myself for items I have delegated to others. I want to
create a rule that essentially says, "If I am the sender and the BCC
recipient, trigger this rule."

I see "Any Cc recipient," but I don't see "Any Bcc recipient." Is this
possible? Thanks.
 
M

Mickey Stevens

You can't have an "Any Bcc Recipient" criterion for incoming mail rules
because by definition, Bcc recipients aren't included in the headers of
incoming mail. You could try a rule like this:

* Execute actions if all criteria are met
IF Account is <whatever account>
IF Specific Header To Does Not Contain <your e-mail address>
IF Specific Header Cc Does Not Contain <your e-mail address>

Be sure to replace the text in angle brackets with the appropriate
information.
 
Top