[Spambayes-checkins] spambayes README.txt,1.29,1.30

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 28 Sep 2002 11:50:53 -0700


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

Modified Files:
	README.txt 
Log Message:
Clarify Unix From lines in tests messages -- they're optional.


Index: README.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/README.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** README.txt	28 Sep 2002 14:39:11 -0000	1.29
--- README.txt	28 Sep 2002 18:50:51 -0000	1.30
***************
*** 133,137 ****
  ===================
  cleanarch
!     A script to repair mbox archives by finding "From" lines that
      should have been escaped, and escaping them.
  
--- 133,137 ----
  ===================
  cleanarch
!     A script to repair mbox archives by finding "Unix From" lines that
      should have been escaped, and escaping them.
  
***************
*** 211,216 ****
  
  Every file at the deepest level is used (not just files with .txt
! extenstions).  Every file should have a "Unix From" header before the
! RFC-822 message (i.e. a line of the form "From <address> <date>").
  
  If you use the same names and structure, huge mounds of the tedious testing
--- 211,217 ----
  
  Every file at the deepest level is used (not just files with .txt
! extenstions).  The files may bot don't need to have a "Unix From"
! header before the RFC-822 message (i.e. a line of the form "From
! <address> <date>").
  
  If you use the same names and structure, huge mounds of the tedious testing