Kevin A. McGrail wrote: > I fear you've gone over my head with this comment. Is there an easy fix you > can point me in the direction and I can look at changing it?
It's not really a bug, it's just bad style. Perl best practices dictate that a file called Foo/Bar/Quux.pm should only add to the namespace of the Foo::Bar::Quux package, or perhaps some package under Foo::Bar::Quux. For a file called Mail/SpamAssassin/Dns.pm to decide to create subroutines in the Mail::SpamAssassin::PerMsgStatus package is... well... smelly. :-) I would guess that if you filed a bug with the SpamAssassin developers about this issue, it wouldn't get very far because of "backward compatibility" concerns. Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

