##################################################################### WHAT IS IT: modularized contentfilter for Zmailer COPYRIGHT: (c) 2003 Eugene G. Crosser LICENSE: The same set as apply to Zmailer code ##################################################################### This is a plugin to zmscanner (http://www.average.org/zmscanner/). It claims "content_text_html" stage, filters pure text out of html and passes it to "content_text_plain" stage. TODO: decode of "&xxx;" and "&#xxxx;" elements ##################################################################### 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$ $Log: README,v $ Revision 1.1 2003/09/10 15:02:05 crosser add readme Revision 1.1 2003/09/10 14:54:43 crosser adding readme