Auteur: George L. Yermulnik Date: À: exim-users Sujet: Re: [exim] BCC Filter not working
Hello!
On Mon, 24 Apr 2017 at 10:23:45 (+0530), Ajay Kajla via Exim-users wrote:
> I'm trying to setup following exim filter but it's not working, assuming
> example.com is my domain and I want any outgoing mail from my server
> containing some key-work in BCC should also get delivered to our monitoring
> ID alerts@???. > #####Test Filter 20/Apr/2017
> if ("$h_from:" contains "example.com" and $h_bcc:" contains "ajaykajla")
> then
> unseen deliver "alerts@???"
> endif
> ###### > Is there any problem in above filter?
Are you sure there's a "Bcc:" header in the target messages?