Skip to content

Tags: domainaware/checkdmarc

Tags

5.10.12

Toggle 5.10.12's commit message
5.10.12

- Proper checking for the start of an SPF record (PR #184)
- Improve error messages and fix typos (Close issue #182)
- Remove warning when no MX records are found

5.10.8

Toggle 5.10.8's commit message
5.10.8

- Return the proper error message when checking an SOA record for a domain that exist

5.10.7

Toggle 5.10.7's commit message
5.10.7

- Set `use_signals=False` when using timeout decorator to allow it to be used in multithreaded applications such as web applications

5.10.6

Toggle 5.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.10.6 (#181)

* Fix BIMI certificate validation error generation, close #177

* Add support for the avp bimi tag, close  #179

---------

Co-authored-by: Sean Whalen <seanthegeek@users.noreply.github.com>

5.9.3

Toggle 5.9.3's commit message
5.9.3

- Clarify warnings for DMARC `p=none` and `sp=none`
- Use a different warning if DMARC `pct` is set to `0`
- Add `location` to the JSON output for BIMI

5.9.1

Toggle 5.9.1's commit message
5.9.1

Fix BIMI record parsing error introduced in `5.9.0`

5.9.0

Toggle 5.9.0's commit message
Fix tests.py formatting

5.8.8

Toggle 5.8.8's commit message
Fix a typo in the changelog

5.8.7

Toggle 5.8.7's commit message
5.8.7

- Fix downloading of mta-sts policies (PR #166 closes #165)
- Fix DMARC policy checks for parked domains/subdomains (PR #167)