SAConf 1.0 README

	SAConf - SpamAssassin configuration plugin for SquirrelMail
	By Patrick Swieskowski

	SAConf is a SquirrelMail plugin that allows users to configure the behavior of the SpamAssassin mail filter.  Specifically SAConf can modify a user's spam threshold value, whitelist contents, and destination folder for spam.  SAConf connects to the mail server via FTP and modifies the user's .procmailrc and .spamassassin/user_prefs files.  FTP support in PHP is required to use SAConf.
	To install simply extract the SAConf tarball in the SquirrelMail plugins directory, and reconfigure SquirrelMail to enable the SAConf plugin.
	The mail server's MAILDIR may need to be configured in the saconf_conf.php file.  If this must be changed, change the $MAILDIR = '$HOME/mail'; line to point to the appropriate location.
	SAConf is built to interact nicely with the ProcFilter plugin, and will always insert it's rule to move spam mail above any of ProcFilter's rules in the user's .procmailrc file.  This ensures that spam mail is always routed into the specified spam folder, even though it may match other rules in the .procmailrc file.
	SAConf is released under the terms of the GNU GPL.
