Fix indentation issue in bc4ae51c2d

This commit is contained in:
Joshua Tauberer 2021-05-08 09:06:18 -04:00
parent dbd6dae5ce
commit aaa81ec879
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ def check_mail_domain(domain, env, output):
if mx is None:
mxhost = None
elif mx == "[timeout]":
mxhost = None
mxhost = None
else:
# query_dns returns a semicolon-delimited list
# of priority-host pairs.