installing patch

2007-08-02 Thread Chris
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


pgpAhCYQXXpqv.pgp
Description: PGP signature


Re: installing patch

2007-08-02 Thread snowcrash+sa
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=4077action=view;
patch -p0  bug5574_patch4077.patch

config, build  install

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

hth.