bundles/postfix: fix spam blocklist timeout
This commit is contained in:
parent
949690ad59
commit
5369490b79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue