http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4897





------- Additional Comments From [EMAIL PROTECTED]  2006-05-08 17:56 -------
your code is causing it.  use
----------------------------------

use Mail::SpamAssassin;

my $spamtest = Mail::SpamAssassin->new();
my $message = "This is a sample spam message";

while (1) {
   my $mail = $spamtest->parse($message);
   my $status = $spamtest->check($mail);
   $status->finish();
   $mail->finish();
}

$spamtest->finish();




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to