On Sun, Aug 10, 2003 at 12:58:00AM +0300, Jim Knuth wrote:

> How can I see how many entries are in the databases?
> (auto-whitelist, etc.)
> The tools ( check_whitelist, check_bayes_db) not working!

Fix them. Figure out which db format your bayes and AWL dbs
use and load the correct module in check_whitelist and
check_bayes_db either using AnyDBM_File or just by loading
some of the db modules manually:

use DB_File;
use NDBM_File;

I try to use AnyDBM_File, like the scripts already do but
it's commented out (unless my memory fails me...). Check that
you have 

BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
use AnyDBM_File;

in use in both the scripts.


-- 
(Mr.) Hannu Liljemark  |  Appelsiini Finland Oy  |  http://appelsiini.com


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to