Closed jsf9k closed 6 years ago
@konklone, the CI tests ran before trustymail v0.6.2 was deployed to PyPI. If you rerun the tests they should pass. (I don't have permission to trigger a rerun, otherwise I would do it.)
@jsf9k -- I just pushed an empty commit (using git commit --allow-empty -m 'Trigger CI to rebuild'
) to force the CI to run.
Good call on fleshing out the PR description, @IanLee1521!
The latest trustymail (0.6.2) fixes a bug where a domain was being labeled "not live" if a
dns.resolver.NoNameservers
ordns.resolver.NXDOMAIN
exception was thrown when performing the DNS query to check the DMARC record. The issue is that the DNS query to check the DMARC record queries_dmarc.domain.gov
and not the domain itself. The domain itself could well be live even if_dmarc.domain.gov
does not exist.We turned up a case where this behavior made a difference in the BOD-18-01 scanning.