On Sat, 2005-10-08 at 12:27 -0400, Theo Van Dinter wrote: > On Sat, Oct 08, 2005 at 10:59:43AM -0500, Gregory P. Ennis wrote: > > Here are the results of spamassassin --lint: > > > > [18110] warn: plugin: failed to parse plugin (from @INC): Can't locate > > Mail/DomainKeys/Message.pm in @INC (@INC contains: > > You've enabled the DomainKeys plugin, disabled by default in 3.1, and you > don't have the required Mail::DomainKeys module installed that it needs. >
Thanks for your help. The problem is that I do have Mail::DomainKeys installed as part of the regular installation. The message I am getting indicates that there is a problem with line 42 of DomainKeys.pm which is on my system Line 41 and 42 of DomainKeys.pm are as follows : # Have to do this so that RPM doesn't find these as required perl modules BEGIN { require Mail::DomainKeys::Message; require Mail::DomainKeys::Policy; } Any other ideas? Greg