#####################################################################

	WHAT IS IT:
		modularized contentfilter for Zmailer
	COPYRIGHT:
		(c) 2003 Eugene G. Crosser <crosser@average.org>
	LICENSE:
		The same set as apply to Zmailer code

#####################################################################

This is a plugin to zmscanner (http://www.average.org/zmscanner/). It
claims "content_text_plain" stage, and tries to match against patterns
listed in pcre.conf configuration file in modconfdir.  Note that all
interesting spam is HTML, mangled with random HTML comments and tags.  So,
it is useful to run this plugin in conjunction with zms_dehtml that claims
"content_text_html" stage, filters pure text out of html and passed it to
"content_text_plain" stage.

#####################################################################

Appendix: building from CVS

$ cvs -d :ext:cvs.average.org:/cvsroot/ZMSCANNER co zms_clamav
$ cd zms_clamav
$ aclocal
$ autoheader
$ libtoolize
$ automake -a
$ autoconf
$ ./configure --various-options 

#####################################################################

 $Id: README,v 1.1 2003/09/10 14:54:43 crosser Exp $

 $Log: README,v $
 Revision 1.1  2003/09/10 14:54:43  crosser
 adding readme

