On 16/04/15 11:59, John Schmerold [email protected] KatyComputerSystems wrote: > I use this filter to archive all inbound & outbound messages: > if ("$h_to:, $h_cc:, $h_bcc:, $h_Envelope-to:" contains "[email protected]")
I think you'll find that the mail as received has no Bcc: header. If it did, it would not be blind. Perhaps you're really wanting the envelope recipient? Try $local_part@$domain . -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
