On Wed, Mar 10, 2004 at 05:58:38AM -0000, [EMAIL PROTECTED] wrote:
> Author: jm
> Date: Tue Mar  9 21:58:37 2004
> New Revision: 9337
>  
> +sub check_message_text {
> +  my ($self, $mailtext) = @_;
> +  my $msg = $self->parse($mailtext, 1);
> +  return $self->check($msg);
> +}

I think I removed this the last time I went cleaning ...  We have nothing
that calls this function, so why is it here?  Doubly so since it causes
a memory leak ($msg->finish() isn't called...) unless whoever calls it
exits before checking another mail.

-- 
Randomly Generated Tagline:
"Many can appreciate humor columnist Dave Barry's assessment
 of spammers as "the mutant spawn of a bizarre reproductive
 act involving a telemarketer, Larry Flynt, a tapeworm,
 and an executive of the Third Class mail industry.""
 - http://www.activedayton.com/ddn/localnews/daily/0318cybspammer.html

Attachment: pgpLFlBoRkCpt.pgp
Description: PGP signature

Reply via email to