Re: [exim] message-size condition doesn't work

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Marten Lehmann
Data:  
Para: exim-users
Assunto: Re: [exim] message-size condition doesn't work
Hello,

> try flipping the '<' sign.


why? I don't want messages > 10K to be spamfiltered. Right now all
messages are scanned no matter which size they have. So something is
wrong in the condition, but the documentation says, that I don't have to
write

${if < {$message_size}{10K}{1}{0}}

Regards
Marten