http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4897
------- Additional Comments From [EMAIL PROTECTED] 2006-05-08 18:04 -------
(In reply to comment #5)
> 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();
>
Okay, I see, thanks! :)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.