https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6563
Mark Hedges <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #3 from Mark Hedges <[email protected]> 2011-03-25 16:51:27 EDT --- I'm not sure this has anything to do with debugging output. But it looks like those lines aren't supposed to be parsed anyway: $ cat /tmp/lame.mbox | pyzor -d --homedir $PYDIR check sending: 'User: anonymous\nTime: 1301085808\nSig: 18631806f38c35a0b6a601f26d90d4b0a2e8a014\n\nOp: check\nOp-Digest: cd6a09de5a158d25ae24e9ae6c16cc2edd3a6bf2\nThread: 1465\nPV: 2.0\n\n' received: 'Thread: 1465\nCount: 0\nWL-Count: 0\nCode: 200\nDiag: OK\nPV: 2.0\n\n' public.pyzor.org:24441 (200, 'OK') 0 0 Re discovering the server, yes, I already ran that: $ pyzor -d --homedir $PYDIR discover downloading servers from http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x $ cat $PYDIR/servers public.pyzor.org:24441 Aha. With `od -a` I see the last line is the one it cares about: public.pyzor.org:24441 (200, 'OK') 0 0 That does have tabs and does match. However, debugging doesn't give any indication that it worked or not, parsing the last line. Maybe it did work and these are just warnings, and the response was '0' for whitelisted and count so it just stopped processing. I guess this isn't really a bug, just a lack of debug information. Sorry. --mark-- -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
