Pascal, > it seems that since my upgrade to spamassassin 3.2.4, the DKIM an > DomainKeys verifiers are no more used. > > All I see in the debug test are the following line : > > # spamassassin -D < testmail.txt |& grep -i dkim > [4163] dbg: plugin: loading Mail::SpamAssassin::Plugin::DKIM from @INC > DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=uclouvain.be; h=from:to: > subject;
Are the baseline rules there, and normally accessible to the program? Are there any failures reported in the debug log loading the rules? Are you using sa-update, and if yes, did you run it after an upgrade? The .cf files which activate Plugin::DKIM are in 25_dkim.cf and 60_whitelist_dkim.cf (and possibly elsewhere). Mark