This commit is contained in:
Reinhard Müller 2021-02-10 17:52:10 +01:00
parent b2cef9c8c2
commit 4ca02d4072

View file

@ -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)