Improve error reporting #48

Merged
reinhard-mueller merged 3 commits from master into master 2021-02-11 11:37:42 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4ca02d4072 - Show all commits

View File

@ -125,7 +125,7 @@ def _check_one_mx(
`StopIteration` if this MX accepts the email.
"""
try:
smtp_converse(
_smtp_converse(
mx_record=mx_record, smtp_timeout=smtp_timeout, debug=debug,
helo_host=helo_host, from_address=from_address,
email_address=email_address)