[Spambayes-checkins] spambayes/scripts sb_imapfilter.py, 1.7.2.4, 1.7.2.5 sb_notesfilter.py, 1.2, 1.2.2.1 sb_unheader.py, 1.1, 1.1.2.1

Tony Meyer anadelonbrin at users.sourceforge.net
Tue Oct 21 17:48:04 EDT 2003


Update of /cvsroot/spambayes/spambayes/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv322/scripts

Modified Files:
      Tag: release_1_0
	sb_imapfilter.py sb_notesfilter.py sb_unheader.py 
Log Message:
Fix doc errors pointed out by David Abrahams

Index: sb_imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_imapfilter.py,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -C2 -d -r1.7.2.4 -r1.7.2.5
*** sb_imapfilter.py	7 Oct 2003 00:35:50 -0000	1.7.2.4
--- sb_imapfilter.py	21 Oct 2003 21:48:02 -0000	1.7.2.5
***************
*** 8,12 ****
  
  Usage:
!     imapfilter [options]
  
  	note: option values with spaces in them must be enclosed
--- 8,12 ----
  
  Usage:
!     sb_imapfilter [options]
  
  	note: option values with spaces in them must be enclosed
***************
*** 30,40 ****
  
      Classify inbox, with dbm database
!         imapfilter -c -D bayes.db
          
      Train Spam and Ham, then classify inbox, with dbm database
!         imapfilter -t -c -D bayes.db
  
      Train Spam and Ham only, with pickled database
!         imapfilter -t -d bayes.db
  
  Warnings:
--- 30,40 ----
  
      Classify inbox, with dbm database
!         sb_imapfilter -c -D bayes.db
          
      Train Spam and Ham, then classify inbox, with dbm database
!         sb_imapfilter -t -c -D bayes.db
  
      Train Spam and Ham only, with pickled database
!         sb_imapfilter -t -d bayes.db
  
  Warnings:

Index: sb_notesfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_notesfilter.py,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** sb_notesfilter.py	10 Sep 2003 04:33:17 -0000	1.2
--- sb_notesfilter.py	21 Oct 2003 21:48:02 -0000	1.2.2.1
***************
*** 78,82 ****
  
  Usage:
!     notesfilter [options]
  
  	note: option values with spaces in them must be enclosed
--- 78,82 ----
  
  Usage:
!     sb_notesfilter [options]
  
  	note: option values with spaces in them must be enclosed
***************
*** 107,117 ****
  
      Replicate and classify inbox
!         notesfilter -c -d notesbayes -r mynoteserv -l mail.nsf -f Spambayes
          
      Train Spam and Ham, then classify inbox
!         notesfilter -t -c -d notesbayes -l mail.nsf -f Spambayes
      
      Replicate, then classify inbox      
!         notesfilter -c -d test7 -l mail.nsf -r nynoteserv -f Spambayes
   
  To Do:
--- 107,117 ----
  
      Replicate and classify inbox
!         sb_notesfilter -c -d notesbayes -r mynoteserv -l mail.nsf -f Spambayes
          
      Train Spam and Ham, then classify inbox
!         sb_notesfilter -t -c -d notesbayes -l mail.nsf -f Spambayes
      
      Replicate, then classify inbox      
!         sb_notesfilter -c -d test7 -l mail.nsf -r nynoteserv -f Spambayes
   
  To Do:

Index: sb_unheader.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_unheader.py,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** sb_unheader.py	5 Sep 2003 01:16:45 -0000	1.1
--- sb_unheader.py	21 Oct 2003 21:48:02 -0000	1.1.2.1
***************
*** 1,5 ****
  #!/usr/bin/env python
  """
!     unheader.py: cleans headers from email messages. By default, this
      removes SpamAssassin headers, specify a pattern with -p to supply
      new headers to remove.
--- 1,5 ----
  #!/usr/bin/env python
  """
!     sb_unheader.py: cleans headers from email messages. By default, this
      removes SpamAssassin headers, specify a pattern with -p to supply
      new headers to remove.





More information about the Spambayes-checkins mailing list