Re: [exim] BCC Filter not working

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users@exim.org
Subject: Re: [exim] BCC Filter not working
On 24 Apr 2017, at 05:53, Ajay Kajla via Exim-users <exim-users@???> wrote:
> #####Test Filter 20/Apr/2017
> if ("$h_from:" contains "example.com" and $h_bcc:" contains "ajaykajla")
> then
> unseen deliver "alerts@???"
> endif
> ######


This only works if there is a Bcc header. Many clients do not insert one, for the specific reason that it’s “blind”.

Graeme