mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-19 02:42:15 +00:00
remove extra line
This commit is contained in:
parent
254b235a2f
commit
b0c83d762c
@ -678,7 +678,6 @@ def check_mail_domain(domain, env, output):
|
||||
# The user might have chosen a domain that was previously in use by a spammer
|
||||
# and will not be able to reliably send mail.
|
||||
dbl = query_dns(domain+".dbl.spamhaus.org", "A", nxdomain=None)
|
||||
|
||||
if dbl is None:
|
||||
output.print_ok("Domain is not blacklisted by dbl.spamhaus.org.")
|
||||
elif dbl == "[timeout]":
|
||||
|
Loading…
Reference in New Issue
Block a user