Open
Description
Version information
Spamassassin 3.4.6
pyzor 1.0.0
Steps to replicate
- Restart the whole email server
Actual result
Pyzor crashes twice on startup most likely due to a start before network is initialized as error reported is DNS related:
File "/usr/lib/python3/dist-packages/pyzor/client.py", line 116, in check
sock = self.send(msg, address)
File "/usr/lib/python3/dist-packages/pyzor/client.py", line 138, in send
return self._send(msg, address)
File "/usr/lib/python3/dist-packages/pyzor/client.py", line 143, in _send
for res in socket.getaddrinfo(addr[0], addr[1], 0, socket.SOCK_DGRAM,
File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
Metadata
Metadata
Assignees
Labels
No labels