Fix typo
This commit is contained in:
parent
b2cef9c8c2
commit
4ca02d4072
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def _check_one_mx(
|
||||||
`StopIteration` if this MX accepts the email.
|
`StopIteration` if this MX accepts the email.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
smtp_converse(
|
_smtp_converse(
|
||||||
mx_record=mx_record, smtp_timeout=smtp_timeout, debug=debug,
|
mx_record=mx_record, smtp_timeout=smtp_timeout, debug=debug,
|
||||||
helo_host=helo_host, from_address=from_address,
|
helo_host=helo_host, from_address=from_address,
|
||||||
email_address=email_address)
|
email_address=email_address)
|
||||||
|
|
Loading…
Reference in a new issue