ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.21k stars 176 forks source link

fix #2108 #2110

Closed slingamn closed 6 months ago

slingamn commented 6 months ago

Send Message-ID even if DKIM is not enabled, for compatibility with Gmail:

slingamn commented 6 months ago

Note: Message-ID is actually case-insensitive, so we're not getting the full entropy benefits of GenerateSecretKey (it's still well over 128 bits of entropy so we should be fine).