http://bugzilla.spamassassin.org/show_bug.cgi?id=3651
------- Additional Comments From [EMAIL PROTECTED] 2004-07-31 13:44 -------
Subject: Re: [patch] Fix "oops! still tied to bayes DBs, untie'ing"
with compile_now
> ------- Additional Comments From [EMAIL PROTECTED] 2004-07-31 09:24 -------
> this needs a bit of testing, unfortunately. question: is anyone else running
> into this and finding that the fix works?
This should demonstrate the problem (and effect of the fix) nicely:
#!/usr/bin/perl
use Mail::SpamAssassin;
my $f = Mail::SpamAssassin->new();
$f->compile_now(1); # Generates "oops! ..."
$f->finish(); # Requires fix to #3650
I ran into this thanks to MIMEDefang's call to compile_now(1).
- Ryan
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.