[Spambayes-checkins] spambayes/spambayes Options.py,1.124,1.125

Richie Hindle richiehindle at users.sourceforge.net
Mon Nov 14 23:39:16 CET 2005


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18669

Modified Files:
	Options.py 
Log Message:
The web training interface now defaults to Discard for both ham and spam.
This should help to prevent database bloat, overtraining, and unbalanced
training.  Thanks to Michael Logies for the suggestion.  The mailing list thread
is here: http://mail.python.org/pipermail/spambayes/2005-October/018227.html


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** Options.py	22 May 2005 03:33:15 -0000	1.124
--- Options.py	14 Nov 2005 22:39:13 -0000	1.125
***************
*** 925,929 ****
       BOOLEAN, RESTORE),
  
!     ("default_ham_action", _("Default training for ham"), _("ham"),
       _("""When presented with the review list in the web interface,
       which button would you like checked by default when the message
--- 925,929 ----
       BOOLEAN, RESTORE),
  
!     ("default_ham_action", _("Default training for ham"), _("discard"),
       _("""When presented with the review list in the web interface,
       which button would you like checked by default when the message
***************
*** 931,935 ****
       (_("ham"), _("spam"), _("discard"), _("defer")), RESTORE),
  
!     ("default_spam_action", _("Default training for spam"), _("spam"),
       _("""When presented with the review list in the web interface,
       which button would you like checked by default when the message
--- 931,935 ----
       (_("ham"), _("spam"), _("discard"), _("defer")), RESTORE),
  
!     ("default_spam_action", _("Default training for spam"), _("discard"),
       _("""When presented with the review list in the web interface,
       which button would you like checked by default when the message



More information about the Spambayes-checkins mailing list