Hello,
I'm testing my dkim signing implementation and the following body
causes my test to fail -- the perl dkim-filter package says that
messages generated with this body are not signed properly, yet it
seems incredibly simple:
the body is:
"hi\r\n\r\n \r\n"
By my calculations, the canonicalized body (relaxed) should be:
"hi\r\n"
So b/c the perl package says the mail is invalid -- but finds mails
geneated with other bodies valid, I think I might be canonicalizing it
incorrectly. Any input/advice, etc., would be much appreciated.