You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jason Bertoch <ja...@i6ix.com> on 2010/01/28 20:40:02 UTC

Re: DomainKeys.pm

On 1/28/2010 2:25 PM, Spamassassin List wrote:
> Hi,
> 
> After upgrading to 3.3.0. I began to get an error
> Jan 29 03:12:40.458 [9168] warn: plugin: failed to parse plugin (from @INC):
> Can't locate Mail/SpamAssassin/Plugin/DomainKeys.pm in @INC (@INC contains:
> 
> Did I missed out anything?
> 

Just the release notes...

PLUGINS
- now enabled by default: DKIM;
- retired plugin: DomainKeys;

you should remove the reference to
loadplugin Mail::SpamAssassin::Plugin::DomainKeys
which I believe is in v310.pre.

/Jason