#!/opt/bin/perl ## ## Spam Recognition System -- fully-functional prototype in perl ## (to be recoded with additional functionality in C or Objective-C) ## ## Based on algorithms described by Paul Graham in: ## http://www.paulgraham.com/spam.html ## ## $Id: init.pl,v 1.2 2002/08/19 20:47:23 dgc Exp $ ## dgc@uchicago.edu ## push(@INC, "/opt/pkgs/srs-0.1"); require "lib.pl"; zerodb();