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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Knaupp, Thomas
Fecha:  
A: Kirill Miazine
Cc: exim-users
Asunto: 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