[Spambayes-checkins] spambayes Options.py,1.40,1.41

Skip Montanaro montanaro@users.sourceforge.net
Mon, 30 Sep 2002 17:55:39 -0700


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

Modified Files:
	Options.py 
Log Message:
adjust comment for generate_long_skips option


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Options.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Options.py	30 Sep 2002 21:56:27 -0000	1.40
--- Options.py	1 Oct 2002 00:55:37 -0000	1.41
***************
*** 93,100 ****
  mine_received_headers: False
  
! # If your ham corpus is generated from sources which contain few, if any
! # attachments you probably want to leave this alone.  If you have many
! # legitimate correspondents who send you attachments (Excel spreadsheets,
! # etc), you might want to set this to False.
  generate_long_skips: True
  
--- 93,101 ----
  mine_received_headers: False
  
! # If legitimate mail contains things that look like text to the tokenizer
! # and turning turning off this option helps (perhaps binary attachments get
! # 'defanged' by something upstream from this operation and thus look like
! # text), this may help, and should be an alert that perhaps the tokenizer is
! # broken.
  generate_long_skips: True