emersion / go-msgauth

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

Export DKIM query functionality #56

Open kbolino opened 11 months ago

kbolino commented 11 months ago

Please provide an externally usable API to run queries for DKIM records and see the parsed results.

emersion commented 11 months ago

What is your use-case? Why do you need this?

kbolino commented 11 months ago

I'd like to verify that the records have been set up properly for a domain.

emersion commented 11 months ago

Sounds sensible. Need to document explicitly that the function shouldn't be used to check a DKIM signature.