On Saturday 10 December 2005 9:20 pm, Pollywog wrote:
> On 12/11/2005 03:06 am, Chris wrote:
> > This may be OT, but has anyone noticed that pyzor has been timeing out
> > for the past three days?  If so, anyone have any idea as to why?
>
> I have been seeing this in my logs:
>
> pyzor: check failed: internal error
>
>
> I upgraded Spamassassin to version 3.1 about 3 days ago and thought
> perhaps it was a bug since I had not noticed the error messages in the
> logs before that.
>
>
> 8)

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.

-- 
Chris
Registered Linux User 283774 http://counter.li.org
21:35:05 up 7 days, 4:37, 2 users, load average: 0.36, 0.77, 0.89
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"OK, now let's look at four dimensions on the blackboard."
                -- Dr. Joy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Attachment: pgpVRKrtTSQMx.pgp
Description: PGP signature

Reply via email to