[Spambayes-checkins] spambayes README.txt,1.26,1.27

Anthony Baxter anthonybaxter@users.sourceforge.net
Tue, 24 Sep 2002 19:06:54 -0700


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

Modified Files:
	README.txt 
Log Message:
document BAYESCUSTOMIZE


Index: README.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/README.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** README.txt	25 Sep 2002 01:01:49 -0000	1.26
--- README.txt	25 Sep 2002 02:06:52 -0000	1.27
***************
*** 41,44 ****
--- 41,49 ----
      near the start, and consult attributes of options.
  
+     As an alternative to bayescustomize.ini, you can set the environment
+     variable BAYESCUSTOMIZE to a list of one or more .ini files, these will
+     be read in, in order, and applied to the options. This allows you to
+     tweak individual runs by combining fragments of .ini files.
+ 
  classifier.py
      An implementation of a Graham-like classifier.