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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Marten Lehmann
Dátum:  
Címzett: exim-users
Tárgy: 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