On Fri, May 06, 2005 at 11:18:03AM +0545, Bikrant Neupane wrote: > > > Deep recursion on subroutine "Mail::SpamAssassin::Message::Node::finish" > > > at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Message/Node.pm > > > line 659 > > > > could you try this patch? if it doesn't work, I suggest opening > > a bug in the bugzilla. > > > > while ( my $part = shift @{$self->{'body_parts'}} ) { > > - $part->finish(); > > + if ($part != $self) { > > + $part->finish(); > > + }
body_parts can never contain the current node nor parent nodes, so the patch doesn't actually do anything. It sounds like the same issue as: http://bugzilla.spamassassin.org/show_bug.cgi?id=4103 (it's a security ticket, so only certain people can view it, fyi.) -- Randomly Generated Tagline: Color is only a pigment of your imagination.
pgpA6fg29eVN8.pgp
Description: PGP signature