You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the providers doesn't include v tag on DKIM record as it wasn't specified as required in older versions of DKIM standard. It would be great if it was optional or fallback to DKIM1 if no v tag was specified on TXT record.
Here are some of the examples of DKIM records without v tag:
Sendgrid:
dig s1._domainkey.sendgrid.com TXT
;; ANSWER SECTION:
s1._domainkey.sendgrid.com. 1800 IN CNAME s1.domainkey.u298828.wl079.sendgrid.net.
s1.domainkey.u298828.wl079.sendgrid.net. 1800 IN TXT "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2LaY8C3pdtdkSF6C+TTYw0bIKAHt70oFeM5IAHb0aLVY7mSWmjWmPHtV6MGbr4n35ABRKpobn40DJGLU7NmjaT54TDTLLsU2DjEFi+p6VQtHdqprrbFNXt5YmQmnYdsHQ0gSe/nyb6PwoX5q92HexVxfT4/etJ+WKnOf4rk2vZplVoeiaxT5Cxench8SzFLa9u1Ur" "JTdFHkWuVl3aR64Up2bOfR3u9uXjkvMXwX0NdjsZeF0GXi1fqUQXg8s7VriECC2TiioWcB0AWPJoGeNfgGO7O6Oj1mdLPQQJrxqzManJrKp43yS9cO+GVXCf92hPTb93nrAWQjehoRbS/rCrQIDAQAB"
Hi,
Some of the providers doesn't include v tag on DKIM record as it wasn't specified as required in older versions of DKIM standard. It would be great if it was optional or fallback to
DKIM1
if nov
tag was specified on TXT record.Here are some of the examples of DKIM records without v tag:
Sendgrid:
GitLab:
Note:
go-msgauth/dkim/query.go
Line 91 in 6610fd7
This requirement is actually stated in
RFC 6376 6.1.1
not inRFC 7489 6.6.3
as this RFC is about DMARC records not DKIM.https://datatracker.ietf.org/doc/html/rfc6376#section-6.1.1
The text was updated successfully, but these errors were encountered: