From b0c83d762cbe65b5b4c19b561577a2146504a84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:40:40 +0200 Subject: [PATCH] remove extra line --- management/status_checks.py | 1 - 1 file changed, 1 deletion(-) 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]":