Auteur: Marc Sherman Datum: Aan: exim-users Onderwerp: Re: [exim] Trouble with a match condition
Hill Ruyter wrote: >
> I am having a spot of bother getting a match condition to work in an exim
> router
> here is the router in it's entirity including the match condition.
> The condition is always failing and the message is passed to the next router
> that directs mail to the ham transport
>
> condition = ${if match {$h_X-Spam-Status:}{\N/Yes/\N} {yes} fail }
Does your header actually contain the literal string "/Yes/", or are the
slashes supposed to be regex delimiters? If the latter, they're not
supposed to be there.