Move to newer dnspython query API.

Review Request #12048 — Created Feb. 8, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

The dns.resolver.query method is deprecated and raises a warning when
called. This change updates our DMARC support to use the
dns.resolver.resolve method instead.

Ran unit tests in Djblets and Review Board.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Move to newer dnspython query API.
The `dns.resolver.query` method is deprecated and raises a warning when called. This change updates our DMARC support to use the `dns.resolver.resolve` method instead. Testing Done: Ran unit tests in Djblets and Review Board.
9eb5947aec40d1e9d746c6c4c2b4934b6a946c67 David Trowbridge
djblets/mail/dmarc.py
djblets/mail/testing.py
Loading...