##################################################################### WHAT IS IT: modularized contentfilter for Zmailer COPYRIGHT: (c) 2003 Eugene G. Crosser LICENSE: The same set as apply to Zmailer code ##################################################################### This plugin mimics (very accurately) the functionality of "lean-mean-contentfilter" that is included with Zmailer distribution. It uses the same "rulecompile" program and the same compiled rulefile at hardcoded location. You normally don't want to use this plugin because "pcre" based scanner is much more advanced. Also, there is a static module "check_ct" that can do regex match on the contents of the "Content-Type:" header. Note that this plugin is not aware of multipart messages. ##################################################################### Appendix: building from CVS $ cvs -d :ext:cvs.average.org:/cvsroot/ZMSCANNER co zms_naive $ cd zms_naive $ aclocal $ autoheader $ libtoolize $ automake -a $ autoconf $ ./configure --various-options ##################################################################### $Id$ $Log: README,v $ Revision 1.1 2003/09/09 21:03:47 crosser added README