emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
168 stars 52 forks source link

dkim: remove LF != CRLF workaround #5

Open emersion opened 5 years ago

emersion commented 5 years ago

The RFC doesn't say to replace lone LF with CRLF.

https://github.com/emersion/go-dkim/blob/master/canonical.go#L19