18F / domain-scan

A lightweight pipeline, locally or in Lambda, for scanning things like HTTPS, third party service use, and web accessibility.
Other
369 stars 139 forks source link

Use the latest version of trustymail #284

Closed jsf9k closed 5 years ago

jsf9k commented 5 years ago

The latest version of trustymail contains a fix that stops the SPF record from being retrieved twice. This is more efficient, and we were also seeing rare cases where the second DNS lookup of the SPF record was failing, so the latest version should be preferred.

The results returned by trustymail should be identical, except in cases where the second DNS lookup failed.