On Sat, 2005-10-08 at 13:28 -0400, Theo Van Dinter wrote: > On Sat, Oct 08, 2005 at 12:19:46PM -0500, Gregory P. Ennis wrote: > > I have a Red Hat 8.0 system with the plugins stored in : > > /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin > > which is the normal directory for other SA plugins that are working. > > Right. The problem isn't finding the plugin (it's trying to load > but can't). The problem is perl (via the plugin) not finding the > Mail::DomainKeys::Message module, which is not part of SpamAssassin. > If that hasn't been installed, there's your issue. >
Thank you very much! I installed Mail::DomainKeys::Message module with all dependencies and am now getting the following: [EMAIL PROTECTED] spamassassin]# spamassassin --lint [21132] warn: rules: failed to run DK_POLICY_SIGNALL test, skipping: [21132] warn: _(Can't locate object method "header" via package "Mail::DomainKeys::Message" at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/DomainKeys.pm line 213. [21132] warn: ) [21132] warn: lint: 1 issues detected, please rerun with debug enabled for more information During the Mail::DomainKey::Message installation there were no errors reported and Header.pm is included in the directory : /usr/lib/perl5/site_perl/5.8.0/Mail/DomainKeys/ I know this is an elementary problem but would sure appreciate your help. Thanks, Greg