Alan Munday wrote:
James Lay wrote the following on 16/09/2005 15:29:
FWIW, Pyzor has always done this, SA just didn't log it before.
Patches:
http://antispam.imp.ch/08-opensource.html?lng=0
Having rarely used patch, could someone give an example of how to apply
the pyzor patches please?
I'm assuming that the first "scanning of mailboxes" patch is not the one
that fixes this error so I only applied the other two.
Having downloaded the patches, find your pyzor installation. Usually
something like:
cd /usr/lib/python2.2/site-packages/pyzor/
Then apply the patches like:
patch client.py < ~/patch-pyzor-handle_unknown_encodings
patch client.py < ~/patch-pyzor-unknowntype
Order is important with these two.