mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Fix indentation issue in bc4ae51c2d
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user