[Spambayes-checkins] spambayes/spambayes Options.py,1.67,1.68

Richie Hindle richiehindle at users.sourceforge.net
Thu Aug 28 15:15:13 EDT 2003


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

Modified Files:
	Options.py 
Log Message:
Make it clear what the units of no_cache_large_messages are.


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** Options.py	26 Aug 2003 05:40:53 -0000	1.67
--- Options.py	28 Aug 2003 21:15:06 -0000	1.68
***************
*** 741,748 ****
      ("no_cache_large_messages", "Maximum size of cached messages", 0,
       """Where message caching is enabled, this option suppresses caching
!      of messages which are larger than this value.  If you receive a lot
!      of messages that include large attachments (and are correctly
!      classified), you may not wish to cache these.  If you set this to
!      zero (0), then this option will have no effect.""",
       INTEGER, RESTORE),
    ),
--- 741,748 ----
      ("no_cache_large_messages", "Maximum size of cached messages", 0,
       """Where message caching is enabled, this option suppresses caching
!      of messages which are larger than this value (measured in bytes).
!      If you receive a lot of messages that include large attachments
!      (and are correctly classified), you may not wish to cache these.
!      If you set this to zero (0), then this option will have no effect.""",
       INTEGER, RESTORE),
    ),





More information about the Spambayes-checkins mailing list