On Sun, Aug 10, 2003 at 02:14:42PM -0400, Justin F. Knotzke wrote:
> Aug 10 13:47:36 shampoo spamd[30442]: debug: bayes: 30442 tie-ing to DB file R/O
> /var/tmp/exim4-bayes/bayes_toks
> Aug 10 13:47:36 shampoo spamd[30442]: Cannot open bayes_path
> /var/tmp/exim4-bayes/bayes R/O:
>
>
> What
Did some more digging but my perl knowledge is close to zero.. But I
found the following:
Around line 159 of BayesStore.pm:
foreach my $dbname (@DBNAMES) {
my $name = $path.'_'.$dbname;
my $db_var = 'db_'.$dbname;
dbg("bayes: $$ tie-ing to DB file R/O $name");
# untie %{$se