Comment 10 for bug 394775

Revision history for this message
Simon Déziel (sdeziel) wrote :

I confirm Michael's comment (#4) as I still see this in Lucid :

$ spamassassin -D pyzor <spam.eml > /dev/null
Oct 12 13:58:28.612 [10736] dbg: pyzor: network tests on, attempting Pyzor
Oct 12 13:58:30.331 [10736] dbg: pyzor: pyzor is available: /usr/bin/pyzor
Oct 12 13:58:30.332 [10736] dbg: pyzor: opening pipe: /usr/bin/pyzor check < /tmp/.spamassassin10736nbifbwtmp
Oct 12 13:58:30.515 [10736] dbg: pyzor: [10737] finished successfully
Oct 12 13:58:30.515 [10736] dbg: pyzor: got response: /usr/lib/pymodules/python2.6/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5\n import multifile\n/usr/lib/pymodules/python2.6/pyzor/__init__.py:429: DeprecationWarning: object.__init__() takes no parameters\n super(ThreadId, self).__init__(i)\npublic.pyzor.org:24441 (200, 'OK') 818 0
Oct 12 13:58:30.516 [10736] dbg: pyzor: failure to parse response "/usr/lib/pymodules/python2.6/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5"
Oct 12 13:58:30.516 [10736] dbg: pyzor: failure to parse response " import multifile"
Oct 12 13:58:30.516 [10736] dbg: pyzor: failure to parse response "/usr/lib/pymodules/python2.6/pyzor/__init__.py:429: DeprecationWarning: object.__init__() takes no parameters"
Oct 12 13:58:30.517 [10736] dbg: pyzor: failure to parse response " super(ThreadId, self).__init__(i)"
Oct 12 13:58:30.517 [10736] dbg: pyzor: listed: COUNT=818/5 WHITELIST=0

The problem is that the only the sha depreciation warning was addressed. There are still 2 more warnings :

$ pyzor ping
/usr/lib/pymodules/python2.6/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5
  import multifile
/usr/lib/pymodules/python2.6/pyzor/__init__.py:429: DeprecationWarning: object.__init__() takes no parameters
  super(ThreadId, self).__init__(i)
public.pyzor.org:24441 (200, 'OK')