1
0
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:
Felix Spöttel 2020-09-04 22:40:40 +02:00
parent 254b235a2f
commit b0c83d762c

View File

@ -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]":