Re: [exim] trouble with a condition on a deny
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Dean Brooks at
2012-03-20 16:20
Dean Brooks at
2012-03-22 16:34
Author:
Chad Leigh
Date:
2012-03-22 16:21
UTC
To:
exim-users
Subject:
Re: [exim] trouble with a condition on a deny
On Mar 20, 2012, at 10:04 AM, Todd Lyons wrote:
>
> I suspect that putting the word "list" in quotes is the likely problem.
>
This actually worked without the "" on the list
something like this
condition = ${if match{lc:$header_Precedence:}{list} \ {yes}{no} }
Thanks for all of those who responded!
--