On 12/12/2005 06:08 pm, [EMAIL PROTECTED] wrote: > Kai Schaetzl wrote: > > I enabled the DomainKeys plugin > > ... > > > Shouldn't it be able to verify the signature? Do I need to have an > > additional Perl module or some local certificate store? > > Yup, and it works for me. But Mail::DomainKeys changed their API and I had > to apply a patch. > > See this blog entry: > http://saintaardvarkthecarpeted.com/blog/?p=220 > > Or skip to the patch: > http://issues.apache.org/SpamAssassin/attachment.cgi?id=3210
I have applied that patch but I still get this: lilypad:/usr/share/perl5/Mail/SpamAssassin/Plugin# spamassassin --lint [18098] warn: plugin: failed to parse plugin /usr/share/perl5/Mail/SpamAssassin/Plugin/DomainKeys.pm: Can't locate Mail/DomainKeys/Message.pm in @INC (@INC contains: lib /usr/share/perl5 /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at /usr/share/perl5/Mail/SpamAssassin/Plugin/DomainKeys.pm line 42. [18098] warn: BEGIN failed--compilation aborted at /usr/share/perl5/Mail/SpamAssassin/Plugin/DomainKeys.pm line 42. [18098] warn: plugin: failed to create instance of plugin Mail::SpamAssassin::Plugin::DomainKeys: Can't locate object method "new" via package "Mail::SpamAssassin::Plugin::DomainKeys" at (eval 59) line 1. Same as before the patch. I am using Spamassassin 3.1.0a-1 from a Debian "Sarge" package compiled and installed on a Xandros 3 system. 8)