On Thu, 02 Jul 2009 00:13:52 +0200, Kevin A. McGrail <[email protected]> wrote:

I'm running long tests and net tests and getting a lot of failures in the DKIM area. I'm running 0.28.

Is this a known issue? Should I upgrade DKIM and try again which would like make me suggest a higher version requirement for the makefile.

Don't know, it passes all tests for me.
Does it happen to others too?

Is the plugin enabled at all?
I would expect at least the tests for a presence of a signature
(the DKIM_SIGNED) should work regardless of the version of Mail::DKIM.

The DKIM_VALID would probably fail in some tests with older
version on Mail::DKIM, but most of them should still pass.

Please do try with Mail::DKIM 0.36, to see if that helps.

Btw, you could run the following one-liner, giving it on stdin
each of the 'pass' sample messages int/data/dkim/ :


perl -MMail::DKIM::Verifier -ne '
  BEGIN{$dkim=Mail::DKIM::Verifier->new_object};
  s/\r?\n\z/\015\012/; $dkim->PRINT($_); END{$dkim->CLOSE;
  printf("%s\n",$_->result_detail) for $dkim->signatures}'
   < t/data/dkim/test-pass-19.msg

  Mark

Reply via email to