You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Chris <cp...@embarqmail.com> on 2007/08/03 01:00:15 UTC

installing patch

I guess I'm going to have to show how dumb I am here, but how does one apply 
the patch that has been mentioned to take care of the Pyzor and DCC problem?
First of all, where is the MANIFEST file mentioned? Secondly, I have a Util.pm 
located here /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin, but I have no 
lib/Mail/SpamAssassin/Util.pm. I ran patch -p0 <attachment.cgi in 
the /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin but it said it couldn't 
find the MANIFEST file and asked me what file I wanted to patch. I entered 
Util.pm and that didn't go so well.

Thanks
Chris

-- 
Chris
KeyID 0xE372A7DA98E6705C

Re: installing patch

Posted by snowcrash+sa <sc...@gmail.com>.
atm, you need to patch the source, and rebuild ... e.g.,

cd /top/of/fresh/src/tree/for/spamassassin
wget -k -O bug5574_patch4077.patch
"http://issues.apache.org/SpamAssassin/attachment.cgi?id=4077&action=view"
patch -p0 < bug5574_patch4077.patch

config, build & install

fwiw, works peachy-keen with svn co of 32x branch head.

hth.