From: Chris <cpo...@ea...> - 2005-10-06 00:16:48
|
On Wednesday 05 October 2005 11:45 am, Dallas L. Engelken wrote: > > > Is this a pyzor error or an SA error? I've not seen it in previous > > > versions of SA. I have Pyzor 0.4.0 installed as an RPM > > > > from Mandrake. > > > > It's a Pyzor error that's happened all along, but SA just > > started logging it. (Basically when Pyzor hits a message it > > can't handle and throws an exception, SA used to ignore it. > > Now SA logs it.) > > > > IIRC there's a patch floating around - you should be able to > > find it in the the SA list archives. > > From http://bugzilla.spamassassin.org/show_bug.cgi?id=4580 > > To make it simple, I have combined those 3 patches into 1... > http://www.engelken.net/download/pyzor.patch > > Just cd to your python2.x/site-packages/pyzor dir, and patch -p0 on it. > Example code from a shell script that installs pyzor... > > # patch pyzor > if [ -e "/usr/lib/python2.3/site-packages/pyzor" ]; then > cd /usr/lib/python2.3/site-packages/pyzor > patch -p0 < $DIR/patches/pyzor.patch 2>&1 >/dev/null > fi > > D Not having installed a patch before, I'm doing something wrong. I downloaded the patch, copied it over to my /usr/lib/python2.3/site-packages/pyzor opened a root console and typed patch -p0 which did absolutely nothing that I could see. I'm sure its simple, so what did I do wrong? -- Chris Registered Linux User 283774 http://counter.li.org 19:13:26 up 25 days, 7:26, 1 user, load average: 0.75, 0.84, 0.76 Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk |