diff --git a/bundles/postfix/files/check_spam_blocklist b/bundles/postfix/files/check_spam_blocklist index eb683e4..6a374b8 100644 --- a/bundles/postfix/files/check_spam_blocklist +++ b/bundles/postfix/files/check_spam_blocklist @@ -58,7 +58,7 @@ def check_list(ip_list, blocklist): except Exception as e: if e.returncode == 9: # no reply from server - pass + return [], 0 return [repr(e)], 3