On Wed, Jul 28, 2004 at 10:32:39AM +0200, Johann Spies wrote: > On Wed, Jul 21, 2004 at 06:01:27PM -0600, Lucas Albers wrote: > > > > Johann Spies said: > > > Also: The documentation on how to use surbl.org with spamassassin > > > 2.6.3 was not clear enough to me to know whether it is worth while to > > > try it. I am probably stupid but after spending some time on the > > > documentation I still did not know how to integrate it with an > > > existing spamassassin. > > > > I use SA+Surbl on 2 debian mail servers on 2 sites. > > download surbl. > > Do a make test, to verify you have dependencies. > > Go do some more apt-get until you get all the dependencies resolved with > > apt. > Here is my first stumbling block: > > $ sudo perl > Makefile.PL > # SAPATH /usr/share/perl5 > # installvendorlib /usr/share/perl5 > # INSTALLDIRS vendor > Warning: prerequisite URI 1.28 not found at > /usr/share/perl/5.6.1/ExtUtils/MakeMaker.pm line 343. > Writing Makefile for Mail::SpamAssassin::SpamCopURI > > $ aptitude search URI | grep perl > i liburi-perl - Manipulates and accesses URI strings > > > Regards > Johann > -- > Johann Spies Telefoon: 021-808 4036 > Informasietegnologie, Universiteit van Stellenbosch > > "If ye love me, keep my commandments." John 14:15
You need to install the URI module. If you use CPAN (perl -MCPAN -e shell) to "install Mail::SpamAssassin::SpamCopURI", it will offer to install URI for you. Note that SpamCopURI will likely bust three redirect tests, but you can ignore that. In CPAN you will have to say force install Mail::SpamAssassin::SpamCopURI Cheers, -- Bob McClure, Jr. Bobcat Open Systems, Inc. [EMAIL PROTECTED] http://www.bobcatos.com Jesus built a bridge with two boards and three nails.
