Bug 2281 - When you install a new database program, the bayes database fails
Summary: When you install a new database program, the bayes database fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Learner (show other bugs)
Version: 2.55
Hardware: Sun Solaris
: P5 normal
Target Milestone: 2.70
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-01 09:27 UTC by Tim Skirvin
Modified: 2004-01-27 09:45 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Skirvin 2003-08-01 09:27:33 UTC
(This actually works for both Sun and Linux, at the very least.)

I recently installed the perl module DB_File on my system; this broke the
Bayesian filtering database, as the old databases were made with GDBM, and now
DB_File.pm  is loaded ahead of GDBM.pm.  

Possible solutions: create an option you could set to define which database type
you wish to use for your bayes database. This would be especially helpful for
those that are reading the database from multiple platforms.  That, or create
some conversion utilities.
Comment 1 Theo Van Dinter 2004-01-27 18:45:01 UTC
2.6x requires DB_File, so there's not a problem here anymore. :)