Spam Blacklists

More spam blacklist fun. There is a cool tool called “SPFILTER” that automatically downloads the newest copies of several blacklists, and creates a combined output in several formats. (Bruce- maybe you can help me install this on mail8,9 Monday.. :)

# mkdir /usr/local/adm/spfilter/
# cd /usr/local/adm/spfilter/
# wget “http://spfilter.sourceforge.net/spfilter-0.59/Makefile”
# make all
# perl -MCPAN -e shell
cpan> install XML::Simple
cpan> install XML::Parser
cpan> exit
# perl ./spfilter.pl -verbose -format=sendmail,bind SPAM RELAY

Leave a Reply