Auteur: Nico Erfurth
Date:
À: Lumpp, Wolfgang
CC: exim-users
Sujet: Re: AW: [Exim] problem with nested condition
Lumpp, Wolfgang wrote:
> sorry, but same error-message.
> I've crosschecked it several times.
Oooppps, you did not open the first condition
${if and { \
{ \
or { \
{match {$header_X-Spam-Status:}{\N.*hits=0\..*\N}} \
{match {$header_X-Spam-Status:}{\N.*hits=1\.0.*\N}} \
{match {$header_X-Spam-Status:}{\N.*hits=-.*\N}} \
}\
} \
{< {$message_size}{1M}} \
}{yes}{no}}
Nico