SPF Check
EmailParse SPF and count DNS lookups against the RFC 7208 limit of 10 — the one that catches everyone.
Use this from the command line
curl -s https://ipcow.com/api/tools/spf-check \
-H 'content-type: application/json' \
-d '{"domain":"github.com"}'