"Dallas L. Engelken" <[EMAIL PROTECTED]> writes:
>Dave Sill wrote:
>> 
>> What's happening is that some spam (~5-10/day out of 60-70) 
>> is not being checked correctly by spamd. For example, an 
>> obvious spam contains the header field:
>> 
>>   X-Spam-Status: No, hits=0 required=0
>
> why not run in debug mode so you can go back and check your logs?

Good idea, thanks. For some reason, the problem almost completely went
away when I did that. However, I finally captured another occurence a
few minutes ago. It turns out that spamd was running out of memory. I
upped the memory limit from 30 MB to 40 MB. Hopefully that'll be high
enough.

> i run spamd via daemontools like this..
>
> [EMAIL PROTECTED] spamd]# cat /service/spamd/run
> #!/bin/bash
> exec /usr/bin/spamd -D -q -a -x 2>&1

I use:

#!/bin/sh

exec /usr/local/bin/softlimit -a 40000000 /usr/bin/spamd -D -L -x -u spamd 2>&1

> and log it like this..
>
> [EMAIL PROTECTED] spamd]# cat /service/spamd/log/run
> #!/bin/sh
> PATH=/bin:/usr/local/bin
> exec setuidgid nobody multilog t !append_spamd /var/log/spamd

I just do:

#!/bin/sh

exec /usr/local/bin/multilog t s1000000 /var/log/spamd

> are you sure those messages that score 0/0 arent > 256Kb in size so
> spamd does not scan them?

I wasn't aware of that limit, but yes, they're much smaller.

Thanks again.

-Dave


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to