> -----Original Message----- > From: Rick Macdougall [mailto:[EMAIL PROTECTED] > Sent: Monday, July 10, 2006 14:42 > To: Dallas L. Engelken > Cc: users@spamassassin.apache.org > Subject: Re: Strange problem > > Dallas L. Engelken wrote: > >> -----Original Message----- > >>>>> > >>>>>>> Both servers have exactly the same config except for > >> the > >>>>> auto-learn > >>>>>>> and bayes/user prefs are stored in mysql on the > FreeBSD server. > >>>>>>> > >>>>> Thanks to all who replied. > >>>>> > >>>>> I found the problem and it's related to ixhash, the > >> timeout doesn't > >>>>> work correctly / work at all. > >>>>> > >>>>> I see > >>>>> > >>>>> Jul 10 11:13:01 spa010 spamd[29830]: ixhash timeout reached at > >>>>> /etc/mail/spamassassin/ixhash.pm line 91, <GEN12101> line 2226. > >>>>> > >>>>> Jul 10 11:13:01 spa010 spamd[29830]: ixhash timeout reached > >>>>> at/etc/mail/spamassassin/ixhash.pm line 91, <GEN12101> > line 2226. > >> > >> As Dirk said, it should exit after the timeout is reached but it > >> never does, it just keeps logging errors about ixhash timing out. > >> > > > > well, then maybe there is a bug in the plugin code of SA? > because the > > timeout code is implemented in the same fashion pyzor/razor/etc are. > > are you seeing the same issue with pyzor and/or razor enabled? > > Hi, > > No, no problems with Razor and I'm not currently using Pyzor. > > It's entirely possible that it could be a problem with the > plugin code. >
well, the pyzor/razor plugins now (svn) use the Mail::SpamAssassin::Timeout code, instead of M::SA::Util->trap_sigalrm_fully i'm not sure if that would help or not, but you'd have to be running something newer than 3.1.3. anyways, check by spamd.log's, and is see these once in a while. twice yesterday. but the 17605 child that timed out didnt have any problem processing its next message. 2006-07-10 03:38:40.216974500 [17605] error: ixhash timeout reached at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Plugin/iXhash.pm line 105. 2006-07-10 03:38:40.217110500 [17605] error: ixhash timeout reached at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Plugin/iXhash.pm line 105. 2006-07-10 03:38:40.217307500 [17605] warn: spamd: ixhash timeout reached at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Plugin/iXhash.pm line 105. 2006-07-10 03:39:44.843887500 [17605] info: spamd: connection from localhost [127.0.0.1] at port 35831 2006-07-10 03:39:44.967460500 [17605] info: spamd: identified spam (100.0/5.0) for $global:200 in 0.1 seconds, 1978 bytes. d