Re: AW: [Exim] problem with nested condition

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nico Erfurth
Data:  
Para: Lumpp, Wolfgang
CC: exim-users
Assunto: 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