Lähettäjä: Jeremy Harris Päiväys: Vastaanottaja: exim-users Aihe: Re: [exim] Filter to archive inbound bcc messages
On 16/04/15 11:59, John Schmerold john@??? KatyComputerSystems wrote: > I use this filter to archive all inbound & outbound messages:
> if ("$h_to:, $h_cc:, $h_bcc:, $h_Envelope-to:" contains "john@???")
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