bundles/postfix: fix spam blocklist timeout

This commit is contained in:
Franzi 2021-06-03 14:31:03 +02:00
parent 949690ad59
commit 5369490b79
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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