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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Marten Lehmann
Data:  
Para: exim-users
Asunto: 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