RE: [Exim] Spamd and exim using all the cpu

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sujit Choudhury
Fecha:  
A: Tom Kistner
Cc: exim-users
Asunto: RE: [Exim] Spamd and exim using all the cpu
Tom,
I only check for message_size < 50K as can be seen from the config file:
exiscan_spamd_condition=${if or{\
        {eq {${substr_0_6:$sender_host_address}}{161.74}}\
        {>{$message_size}{50K}}\
        }\
{0}{1}}


Thanks

>-----Original Message-----
>From: Tom Kistner [mailto:tom@duncanthrax.net]
>Sent: 27 July 2004 11:46
>To: Sujit Choudhury
>Cc: exim-users@???
>Subject: Re: [Exim] Spamd and exim using all the cpu
>
>
>Sujit Choudhury wrote:
>
>> Is there anything I can do to improve the performance.
>
>Do you already limit spam scanning to "small" messages, i.e. smaller
>than ~100-200k?
>
>/tom
>
>