Skip to content

Commit 9fb4938

Browse files
committed
5.12.15
- Fix bug in MX TLSA detection introduced in `5.12.13`
1 parent 9972e41 commit 9fb4938

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.12.15
4+
5+
- Fix bug in MX TLSA detection introduced in `5.12.13`
6+
37
## 5.12.14
48

59
- Fix bug in MX DNSSEC detection introduced in `5.12.13`

checkdmarc/smtp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ def get_mx_hosts(
432432
hostname,
433433
nameservers=nameservers,
434434
timeout=timeout,
435-
timeout_retries=timeout_retries,
436435
)
437436

438437
if len(tlsa_records) > 0:

0 commit comments

Comments
 (0)