AW: [Exim] Exiscan, Spamassasin and max size of messages

Top Page
Delete this message
Reply to this message
Author: Knaupp, Thomas
Date:  
To: Kirill Miazine
CC: exim-users
Subject: AW: [Exim] Exiscan, Spamassasin and max size of messages
Kirill,

| > how can I tell spamassassin NOT to scan
| > messages exceeding a defined size.

|
| But following at the beginning of the acl_check_data ACL:

|
 |     accept condition = ${if >{$message_size}{200k}{yes}{no}}

|
| Increase message size as needed, but I have not yet seen a spam that
| is above 200k.


thanks for you help ... you gave me the right direction :)
but I think, it's a "less than"-sign ...

  warn    message       = X-Spam-Score: $spam_score
          spam          = nobody:true
          condition     = ${if <{$message_size}{200k}{yes}{no}}


                              ^^^


this way, it works perfektly :)

regards,
Tom