Re: AW: [Exim] problem with nested condition

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Lumpp, Wolfgang
CC: exim-users
Subject: 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