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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Stanislaw Halik
日付:  
To: exim-users
題目: Re: [exim] message-size condition doesn't work
On Sun, Apr 16, 2006, Marten Lehmann wrote:
> deny message = This message was classified as SPAM
> condition = ${if < {$message_size}{10K}}
> spam = nobody


> I'm using this, but I noticed, that exim passes even messages with >
> 300KB and > 1MB to the spamfilter. Why doesn't it work as expected? My
> configure-file looks almost like the default in this area.


try flipping the '<' sign.

-- sh