-----Original Message-----
From: Michael Hutchinson [mailto:mhutchin...@manux.co.nz] 
Sent: woensdag 8 april 2009 5:46
To: users@spamassassin.apache.org
Subject: RE: 20_dnsbl_tests.cf

> > Upgrade to 3.2.x.
> 
> > Seriously, 3.1.7 is vastly to old to be very effective, it was
> > released over 2 years ago.

> Unfortunately I cannot just upgrade SA. We are bound to a max
> version of 3.1.7 due to our Operating System version.

Why? It's Perl. :) Even if you couldn't upgrade Perl itself, that's not
needed, either (unless it's < 5.6.1). Just grab the SA tarball from CPAN,
install, add your customizations, and voila, you're done!

> > You might want to fire up CPAN and upgrade Net::DNS.

> [choke]. The last time I used CPAN for upgrading anything on this
> box, it broke Spamassassin rather badly and I had to spend several
> hours restoring it to it's former glory from backups (and removing
> additional Perl modules that got installed on my system, but aren't
> compatible with SA 3.1.7). Is there another way to upgrade that
> Module without using CPAN, and giving myself some kind of instant
> "revert to Net::DNS" fallback ability if it fails?

Just don't run CPAN in its auto-install mode, if you fear it might screw
things up. Again, just grab:

http://search.cpan.org/~olaf/Net-DNS-0.65/

Untar, run:

perl ./Makefile.PL
make
make test
make install

And you're done. Easy-peasy.

- Mark

Reply via email to