fastmail / mail-dkim

Mail::DKIM Perl module, forked from svn://svn.code.sf.net/p/dkimproxy/code/Mail-DKIM/trunk
8 stars 6 forks source link

Add support for l= tag #1

Open marcbradshaw opened 7 years ago

marcbradshaw commented 7 years ago

RFC 6376 section 5.3.1 defines the "l=" tag of the DKIM-Signature header field. Mail::DKIM supports this for verification but not for signing.

frerichs commented 6 years ago

Hope this get fixed soon. This breaks our DKIM-checks in spamassassin. Do you need some help?

marcbradshaw commented 6 years ago

Hi @frerichs

The l= tag is supported for verification, so this shouldn't be an issue for SpamAssassin. Do you have an example?

frerichs commented 6 years ago

I tested my problem with the buildin dkimverify.pl and the signed email looks ok. Sorry, I was confused about the (still) open issue on this problem. It looks like a local spamd problem ;)