On 04/23/2017 09:53 PM, Ajay Kajla via Exim-users wrote: > Hi, > > 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 [email protected]. > > #####Test Filter 20/Apr/2017 > if ("$h_from:" contains "example.com" and $h_bcc:" contains "ajaykajla")
Weird use of double-quoting? > then > unseen deliver "[email protected]" > endif > ###### > > Is there any problem in above filter? > > Regards, > -Ajay > -- ## 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/
