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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marten Lehmann
日付:  
To: exim-users
題目: 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