From: William F. D. Jr. <bi...@du...> - 2005-06-19 02:17:58
|
I'm trying to get a fresh install FreeBSD 5.4 system to do all my normal spam filtering (using a FreeBSD 4.11 system right now), and pyzor is crashing when I procmail tries to pipe mail through it. pyzor discover seems to work fine. I looked in the mailing list archives and found that somebody else had this problem but there was never an answer to his query. Any ideas? I don't know python so I'm afraid this error message is worthless to me. Thanks, Please reply to me as well as to the list since I may have fallen off the list subscription. Bill Dudley --- Logging /usr/home/dud/Mail/procmail.log for dud, Traceback (most recent call last): File "/usr/local/bin/pyzor", line 4, in ? pyzor.client.run() File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 934, in run ExecCall().run() File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 188, in run if not apply(dispatch, (self, args)): File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 264, in check response = runner.run(server, (digest, server)) File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 725, in run response = apply(self.routine, varargs, kwargs) File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 57, in check msg = CheckRequest(digest) File "/usr/local/lib/python2.4/site-packages/pyzor/__init__.py", line 381, in __init__ typecheck(digest, str) File "/usr/local/lib/python2.4/site-packages/pyzor/__init__.py", line 494, in typecheck raise TypeError TypeError Folder: /var/mail/dud 2 |