On Sun, Jul 27, 2003 at 11:33:46AM -0400, Joel Gwynn wrote: > I've been using bogofilter to build up a Berkeley database of spam and > non-spam phrases. I'm trying to inspect the files (goodlist.db and > spamlist.db) using dbmopen, and basically nothing happens, except that two > very small files are created, in this case, spamlist.dir and spamlist.pag.
dbmopen and dbmclose are deprecated. Use tie instead, and make sure you are using the appropriate dbm module. Ronald _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

