Package: spambayes
Version: 1.0.4-4

Spambayes was recently updated from 1.0.4-3 to 1.0.4-4.
The web configuration page is not available and filtering does not occur.
Invoking "/usr/bin/sb_server.py" yields the following errors:

Traceback (most recent call last):
File "./sb_server.py", line 104, in ?
  import spambayes.message
File "/usr/lib/python2.4/site-packages/spambayes/message.py", line 211, in ?
  msginfoDB = MessageInfoDB(message_info_db_name)
File "/usr/lib/python2.4/site-packages/spambayes/message.py", line 176, in __init__
  self.load()
File "/usr/lib/python2.4/site-packages/spambayes/message.py", line 180, in load
  self.dbm = dbmstorage.open(self.db_name, self.mode)
File "/usr/lib/python2.4/site-packages/spambayes/dbmstorage.py", line 65, in open
  return f(db_name, mode)
File "/usr/lib/python2.4/site-packages/spambayes/dbmstorage.py", line 20, in open_dbhash
  return bsddb.hashopen(*args)
File "/usr/lib/python2.4/bsddb/__init__.py", line 298, in hashopen
  d.open(file, db.DB_HASH, flags, mode)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument -- /var/spambayes/spambayes.messageinfo.db: unsupported hash version: 9') Exception exceptions.AttributeError: "'MessageInfoDB' object has no attribute 'db'" in <bound method MessageInfoDB.__del__ of <spambayes.message.MessageInfoDB object at 0xb7cd318c>> ignored


uname -a ==>
Linux pav8500 2.6.24-1-686 #1 SMP Sat Apr 19 00:37:55 UTC 2008 i686 GNU/Linux (Lenny)

libc6 2.7-10

dpkg -l | grep python ==>
ii python 2.4.4-6 An interactive high-level object-oriented la ii python-central 0.6.5 register and build utility for Python packag ii python-minimal 2.4.4-6 A minimal subset of the Python language (def ii python-support 0.7.7 automated rebuilding support for Python modu ii python2.3 2.3.5-16 An interactive high-level object-oriented la ii python2.4 2.4.5-1 An interactive high-level object-oriented la ii python2.4-minimal 2.4.5-1 A minimal subset of the Python language (ver


Reply via email to