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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Stanislaw Halik
Fecha:  
A: exim-users
Asunto: 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