> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Matt > Kettler > Sent: Thursday, July 24, 2003 8:21 PM > To: [EMAIL PROTECTED] > Subject: Re: [SAtalk] Big problem - SA crashing > > > At 07:06 PM 7/24/2003 -0700, Abigail Marshall wrote: > >I had seen messages like this ON OCCASSION before, but today > >it is happening all the time - spam is getting through > >constantly. > > > >I suspect that the problem exists with the Bayes file, given > >the message -- but I don't know what to do to clear it up. > > > > > >Any suggestions????? > > Sounds like you need locking to keep there from being an infintite number > of simultaneous instances of spamassassin. > > You should have something like this: (borrowed from a posting by David > Jacobson) > > # The lock file ensures that only 1 spamassassin invocation happens > # at 1 time, to keep the load down. > # > > :0fw: spamassassin.lock > * < 256000 > | spamassassin >
The procmail invocation may also be running into a memory usage quota, per this thread: http://sourceforge.net/mailarchive/message.php?msg_id=5097260 Try augmenting the procmail recipe as follows: :0fw:spamassassin.lock * < 256000 | ulimit -d 15000; spamassassin ------------------------------------------------------- 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