> On Thu, Oct 14, 2004 at 08:37:05AM +0200, Erik Slooff wrote: > > Only recently I've seen this error: > > [08:31] [EMAIL PROTECTED]:/home/erik > sa-learn --sync > --force-expire > > Odd number of elements in hash assignment at > > > /usr/local/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesSt > ore.pm line > > 316. > > Use of uninitialized value in list assignment at > > > /usr/local/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesSt > ore.pm line > > 316. > > > > Any clues as to what is wrong? This is using 3.0.0 with bayes sql. > > > > Can you run sa-learn -D --force-expire and send the output to the > list? > > FYI with SQL --sync is a NOOP since SQL doesn't use a journal. > > Michael >
Following up on my own post a few minutes ago; all of a sudden I discovered the problem was a corrupted mysql database (containing the bayes tokens). Repairing it took the above error away. Thanks Michael, for pointing me in the right direction! Erik