From: Patrick Yu <ipa...@gm...> - 2009-06-02 19:08:14
|
Hi, When I switched the pyzor server to public.pyzor.org:24441, I noticed one particular issue with wl-count. Some of the obviously spam emails got pass the pyzor check. I manually run pyzor with -d to see what happened and here's what it was: sending: 'User: anonymous\nTime: 1243969244\nSig: 2158f78e71b072f84662000eb0a503909db355f5\n\nOp: check\nOp-Digest: 778941d994b5281bf5652cd293a2761421cc109d\nThread: 31683\nPV: 2.0\n\n' received: 'Thread: 31683\nCount: 2000\nWL-Count: 10000\nCode: 200\nDiag: OK\nPV: 2.0\n\n' public.pyzor.org:24441 (200, 'OK') 0 10000 The server seems to report a hit of 2000, and at the same time a whitelist count of 10000, and the client decides to report the result of 0! This is quite pizzling to me, as 1) how can the server get a wl count of 10000 at the first place for an obvious piece of spam? (I have a handle of similar emails that falls into the same case); 2) the client seems to override the end result with even a whitelist count of 1, judging from the source code. Are these normal behaviors to expect or if there's any reasons I am seeing this? -PY |