Razor2-Client-Agent
view release on metacpan or search on metacpan
through the SourceForge patch manager are preferred.
Q: I'm not root, can I install Razor Agents?
Yes. You need to specify PREFIX dir during install.
perl Makefile.pl PREFIX=/home/me/perl5
then, edit your .cshrc or .tcshrc
setenv PATH /home/me/perl5/bin:${PATH}
setenv PERL5LIB /home/me/perl5/lib
setenv MANPATH /home/me/perl5/man:${MANPATH}
Q: I installed Razor2, it blocks a lot of spam, but spam still gets
through. What gives?
Razor2 blocks anywhere between 75-90% of spam for people. It's still
work in progress and will improve as new signature algorithms are
introduced and more people join the network.
Digest::SHA1
MIME::Base64
Test::Simple
Test::Harness
Getopt::Long
File::Copy
URI::Escape
If you do not install perl libs to standard places, set PERL5LIB. csh ex:
setenv PERL5LIB /home/user/myperl/lib
3. Untar the razor-agents tarball and run:
perl Makefile.PL
make
make test
make install
4. Razor Agents are now installed.
( run in 0.553 second using v1.01-cache-2.11-cpan-283623ac599 )