Re: [exim] BCC Filter not working

Góra strony
Delete this message
Reply to this message
Autor: Graeme Fowler
Data:  
Dla: exim-users@exim.org
Temat: 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