[Spambayes-checkins] spambayes README.txt,1.20,1.21

Neil Schemenauer nascheme@users.sourceforge.net
Thu, 19 Sep 2002 20:15:16 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv25271

Modified Files:
	README.txt 
Log Message:
Add a short description of my scripts.


Index: README.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/README.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** README.txt	18 Sep 2002 22:01:39 -0000	1.20
--- README.txt	20 Sep 2002 03:15:13 -0000	1.21
***************
*** 66,69 ****
--- 66,82 ----
      delivery system.
  
+ neiltrain.py
+     Builds a CDB (constant database) file of word probabilities using
+     spam and non-spam mail.  The database in intended for use with
+     neilfilter.py.
+     
+ neilfilter.py
+     A delivery agent that uses the CDB created by neiltrain.py and
+     delivers a message to one of two Maildir message folders, depending
+     on the classifier score.  Note that both Maildirs must be on the
+     same device.  An example .qmail or .forward file would be:
+ 
+      |python2.3 spambayes/neilfilter.py wordprobs.cdb Maildir/ Mail/Spam/
+ 
  
  Concrete Test Drivers