[Spambayes-checkins] spambayes/Outlook2000 config.py,1.19,1.20

Mark Hammond mhammond at users.sourceforge.net
Sun Aug 3 17:38:27 EDT 2003


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

Modified Files:
	config.py 
Log Message:
Few more docstrings for our config options


Index: config.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** config.py	3 Aug 2003 14:15:48 -0000	1.19
--- config.py	3 Aug 2003 23:38:25 -0000	1.20
***************
*** 198,205 ****
          FOLDER_ID, DO_NOT_RESTORE),
      ("spam_threshold", "The score necessary to be considered 'certain' spam", 90.0,
!         """""",
          REAL, RESTORE),
      ("spam_action", "The action to take for new spam", "Untouched",
!         """""",
          FILTER_ACTION, RESTORE),
      ("spam_mark_as_read", "Should filtered spam also be marked as 'read'", False,
--- 198,206 ----
          FOLDER_ID, DO_NOT_RESTORE),
      ("spam_threshold", "The score necessary to be considered 'certain' spam", 90.0,
!         """Any message with a Spam score greater than or equal to this value
!         will be considered spam, and processed accordingly.""",
          REAL, RESTORE),
      ("spam_action", "The action to take for new spam", "Untouched",
!         """The action that should be taken as Spam messages arrive.""",
          FILTER_ACTION, RESTORE),
      ("spam_mark_as_read", "Should filtered spam also be marked as 'read'", False,
***************
*** 215,222 ****
          FOLDER_ID, DO_NOT_RESTORE),
      ("unsure_threshold", "The score necessary to be considered 'unsure'", 15.0,
!         """""",
          REAL, RESTORE),
      ("unsure_action", "The action to take for new uncertain messages", "Untouched",
!         """""",
          FILTER_ACTION, RESTORE),
      ("unsure_mark_as_read", "Should filtered uncertain message also be marked as 'read'", False,
--- 216,225 ----
          FOLDER_ID, DO_NOT_RESTORE),
      ("unsure_threshold", "The score necessary to be considered 'unsure'", 15.0,
!         """Any message with a Spam score greater than or equal to this value
!         (but less than the spam threshold) will be considered spam, and
!         processed accordingly.""",
          REAL, RESTORE),
      ("unsure_action", "The action to take for new uncertain messages", "Untouched",
!         """The action that should be taken as unsure messages arrive.""",
          FILTER_ACTION, RESTORE),
      ("unsure_mark_as_read", "Should filtered uncertain message also be marked as 'read'", False,
***************
*** 236,243 ****
          BOOLEAN, DO_NOT_RESTORE),
      ("only_unread", "Only filter unread messages?", False,
!         """When scoring messages, should only messages that are unread be considered?""",
          BOOLEAN, RESTORE),
      ("only_unseen", "Only filter previously unseen ?", False,
!         """""",
          BOOLEAN, RESTORE),
      ("action_all", "Perform all filter actions?", True,
--- 239,248 ----
          BOOLEAN, DO_NOT_RESTORE),
      ("only_unread", "Only filter unread messages?", False,
!         """When scoring messages, should only messages that are unread be
!         considered?""",
          BOOLEAN, RESTORE),
      ("only_unseen", "Only filter previously unseen ?", False,
!         """When scoring messages, should only messages that have never
!         previously Spam scored be considered?""",
          BOOLEAN, RESTORE),
      ("action_all", "Perform all filter actions?", True,





More information about the Spambayes-checkins mailing list