You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2024/02/08 07:39:07 UTC

[Bug 8215] New: Pyzor is crashing on DNS failure

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8215

            Bug ID: 8215
           Summary: Pyzor is crashing on DNS failure
           Product: Spamassassin
           Version: 3.4.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: spamassassin
          Assignee: dev@spamassassin.apache.org
          Reporter: pastas@learn4good.com
  Target Milestone: Undefined

Created attachment 5936
  --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5936&action=edit
Crash report

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 8215] Pyzor is crashing on DNS failure

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8215

Bill Cole <bi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |billcole@apache.org
         Resolution|---                         |INVALID

--- Comment #1 from Bill Cole <bi...@apache.org> ---
Pyzor itself (the Python parts) is not maintained by the ASF. 

You can report bugs in Pyzor at their Github site:
https://github.com/SpamExperts/pyzor

-- 
You are receiving this mail because:
You are the assignee for the bug.