On 12/11/2005 03:35 am, Chris wrote:

> You can obtain a patch for that here that takes care of that problem:
>
> 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
>
> The above from the pyzor mailing list.


thanks


8)

Reply via email to