Package: dkim-filter Version: 1.2.0.dfsg-1 Severity: minor The example TXT record in README.Debian is incomplete. The final version of the DKIM spec added a mandatory version number v=DKIM1\;. Additionally, the records I've managed to check all have a trailing \;. I am not sure if this is actually required by the RFC, but appears to be common usage.
Suggest: mail._domainkey.example.com TXT "k=rsa; t=y; p=<public key>" Be changed to: mail._domainkey.example.com TXT "v=DKIM1\; k=rsa; t=y; p=<public key>\;" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

