On Mon, Jul 26, 2004 at 08:54:07PM -0400, Asif Iqbal wrote:
> Hi All
> 
> I am running spamd and seeing waay high process time. I am runnign spamd
> in supervise mode like this

do you check the size before sending it to spamd ?

anything below 200kB will blow your ram, your swap, and bring your
server to its knees, eat your chair.

You're using qmail ; unfortunaly : I know only the exim (+exiscan) way of doing 
it :

add "condition = ${if <{$message_size}{200k}{1}{0}}"
every where your call spamd :

ex :

deny message = This message scored $spam_score spam points.
    condition = ${if <{$message_size}{200k}{1}{0}}
    spam = spamd:true
    condition = ${if >{$spam_score_int}{80}{1}{0}}



bye

-- 
xavier

Reply via email to