OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

Cope with headers formatted as Name:\r\n\tValue

Open manu0401 opened this issue 4 years ago • 1 comments
trafficstars

Without this change, the canonization of a header like Name:\r\n\tValue wrongly leaves a space after the colon, and causing the signature to be rejected.

manu0401 avatar Mar 19 '21 09:03 manu0401

@manu0401 This was fixed on the develop branch over 5 years ago by commit a65442161a6e59de49b3db9091754174e363c392. It's unfortunate there hasn't been a release since then (other than betas).

Also see:

  • joyent/pkgsrc#285
  • NetBSD/pkgsrc#78
  • https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=55171

rhansen avatar Jul 30 '21 07:07 rhansen