1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-07 18:50:54 +00:00

Fixup tabs

This commit is contained in:
Michael Kroes 2021-05-08 15:12:45 +02:00
parent 0cd8d7f203
commit 603cf99500

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.