Basic Installation
==================

NOTE:
	Bayespam 0.9.2 is NOT backwards compatible with Bayespam 0.9!  You
should delete the old Perl scripts, and especially be sure to delete
any ratings files you have made -- Bayespam 0.9.2 cannot understand
them!

	Real easy!

	1) Copy bayespam_spam_check.pl and bayestest.pl to /usr/bin.
	2) Optionally copy bayes_process_email.pl /usr/bin.
	3) Copy the Bayespam directory to either /usr/bin, or to somewhere
		in your perl's @INC path (usually something like
		/usr/lib/perl5/site_perl/5.6.1).
	4) Build your corpus file (see README)
	5) Edit the qmail.sample file to your liking, then copy it to your
		home directory, renamed as .qmail
       Currently, the qmail.sample file's behavior is to forward any
		spam Bayespam detects to "spam@<your domain>", and to send a
		"Spam rejected by Bayespam" bounce message.  Good email simply
		passes through.

You can put these files wherever you like, really.  Just make sure your
.qmail file points to the right locations.