Re: [exim] trouble with a condition on a deny

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Chad Leigh
Dátum:  
Címzett: exim-users
Tárgy: 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!


--