[EMAIL PROTECTED] schrieb am 26.10.2005 12:10:37:

> You need to test the size first, eg
> 
> >   warn  message = X-Spam-Report: $spam_report
> >         hosts  = !+relay_from_hosts
> >         spam = nobody
> >         condition = ${if <{$message_size}{500k}{1}{0}}
> >         condition = ${if >{$spam_score_int}{30}{1}{0}}
> 
> should be
> 
>   warn  message = X-Spam-Report: $spam_report
>         hosts  = !+relay_from_hosts
>         condition = ${if <{$message_size}{500k}{1}{0}}
>         spam = nobody
>         condition = ${if >{$spam_score_int}{30}{1}{0}}

Thanks a lot, that solved my problem.
I already suspected that it could be the reason, but my
digging through the documentation didn't yield any
positives on that. And since I am reluctant to a
try and error approach to solve server problems, I'd rather
ask the list if I cannot find any docs on it ;)
 
> (and I believe '500k' is OK, despite what Tony says. I could be wrong 
...)

It does, that I was able to successfully test with exim -be
as it wasn't stated in the docs that the 500k|m|g notification
is supported.

regards
        sash

--------------------------------------------------
Sascha Runschke
Netzwerk Administration
IT-Services

ABIT AG
Robert-Bosch-Str. 1
40668 Meerbusch

Tel.:+49 (0) 2150.9153.226
Mobil:+49 (0) 173.5419665
mailto:[EMAIL PROTECTED]

http://www.abit.net
http://www.abit-epos.net
---------------------------------
Sicherheitshinweis zur E-Mail Kommunikation /
  Security note regarding email communication:
http://www.abit.net/sicherheitshinweis.html

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to