> Dec 18 14:23:59 localhost spamd[20801]: pyzor: check failed: internal > error, python traceback seen in response > > Any idea how to see contents of this traceback that spamd reports? This > apparently has been happening on Fedora 12 since before beta1 and > continues in svn trunk now. But I don't see this error on RHEL5. > > pyzor does appear to work properly with spamc/spamd with no further > error messages in syslog. This initial error during spamd startup is > the only error that appears in the logs.
Try it from a command line: spamassasssin -D -t <0.msg which may be able to show more information of a failure. Also, try it directly: $ pyzor check <0.msg Mark
