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

2006-04-18 Thread Philip Hazel
On Sun, 16 Apr 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

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

2006-04-18 Thread Marten Lehmann
Hello, deny message = This message was classified as SPAM condition = ${if {$message_size}{10K}} spam = nobody In which ACL have you put those statements? in acl_check_data as in the default exim configuration. I don't have a second spam-rule, but I'm accessing the $spam_*

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

2006-04-18 Thread Philip Hazel
On Tue, 18 Apr 2006, Marten Lehmann wrote: deny message = This message was classified as SPAM condition = ${if {$message_size}{10K}} spam = nobody In which ACL have you put those statements? in acl_check_data as in the default exim configuration. I don't have a second

[exim] message-size condition doesn't work

2006-04-16 Thread Marten Lehmann
Hello, at http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch40.html#SECTscanspamass there is the following condition: 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

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

2006-04-16 Thread Stanislaw Halik
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

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

2006-04-16 Thread Marten Lehmann
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}}

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

2006-04-16 Thread Peter Bowyer
On 16/04/06, Marten Lehmann [EMAIL PROTECTED] wrote: Hello, at http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch40.html#SECTscanspamass there is the following condition: deny message = This message was classified as SPAM condition = ${if {$message_size}{10K}} spam =

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

2006-04-16 Thread Stanislaw Halik
On Sun, Apr 16, 2006, Marten Lehmann wrote: try flipping the '' sign. why? I don't want messages 10K to be spamfiltered. sorry, my bad. got it wrong. -- sh pgpv7LIOf6ORE.pgp Description: PGP signature -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at