0.91
====
-	Added MAXLINES to control size of messages stored. Only the first
	MAXLINES of any incoming message are stored, so less space is used.

-	INSTALL documentation updated with new features, also now stresses 
	security considerations.

-	Improvements to userfilt.sh start, stop process

-	Enhance processing efficiency by maintaining a master index file,
	achieves same result as using SSI (.shtml) but without the need
	for a web server. Thanks to Kurt@pinboard.com for the SSI idea.

-	2003.Sep.11 contrib by Kurt@pinboard.com
	Changes to UI; checkboxes (select multiple selections), new popup 
	window during CGI processing, other HTML formatting changes.

-	defines.sh userfilt.sh 2003.Sep.19 contrib by Kurt@pinboard.com
	in daemon mode, write output to a configurable logfile instead of
	sending it down the drain to /dev/null

-	2003.Sep.19 contrib by Kurt@pinboard.com
	new parameter LOGFILE in defines.sh and possible user config file
	~/.webfilt.rc that overrides variables

-	2003.Sep.19 contrib by Kurt@pinboard.com
	Many changes to scripts that are more cross-platform (BSD, Solaris 
	friendly). Other portability changes include scrapping killall in 
	favor of PID files and specific kills; supply openssl alternative
	to md5sum command.

-	webfilt.cgi filterd.sh 2003.Sep.12 contrib by Kurt@pinboard.com
	argument passed CODE with ACTION and check it to make sure, only
	actions definded in defines.sh can be requested
	-	escape ACTION again in filterd.sh, in case somebody tries
		to write to the pipe directly
	-	remove ../ components in path of files to be acted upon

-	filterd.sh 2003.Sep.12 contrib by Kurt@pinboard.com
	make FIFO's group readable/writable in case the webserver user
	happened to be in the same group as the user of the FIFO, in which
	case the webserver would not have had access to the FIFO's at all;
	as they are already world readable/writable, this does not affect
	security much any more

-	2003.Sep.11 contrib by Kurt@pinboard.com
	Refine suggested procmail recipe, so it will not generate a separate
	line in a log summary with mailstat

0.90
====
-	First public version

