diff --git a/management/status_checks.py b/management/status_checks.py index 74bdf513..340358b5 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -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]":