Re: AW: [Exim] problem with nested condition

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Lumpp, Wolfgang
CC: exim-users
Betreff: 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