[Spambayes-checkins] spambayes/Outlook2000 config.py,1.25,1.26

Mark Hammond mhammond at users.sourceforge.net
Sun Aug 24 06:02:23 EDT 2003


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

Modified Files:
	config.py 
Log Message:
Default filter action is now "Move"


Index: config.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** config.py	24 Aug 2003 03:05:15 -0000	1.25
--- config.py	24 Aug 2003 12:02:21 -0000	1.26
***************
*** 95,99 ****
      ("data_directory", "The directory to store the data files.", "",
          """""",
!         PATH, RESTORE),
      ("delete_as_spam_message_state", "How the 'read' flag on a message is modified", "None",
          """When the 'Delete as Spam' function is used, the message 'read' flag can
--- 95,99 ----
      ("data_directory", "The directory to store the data files.", "",
          """""",
!         PATH, DO_NOT_RESTORE),
      ("delete_as_spam_message_state", "How the 'read' flag on a message is modified", "None",
          """When the 'Delete as Spam' function is used, the message 'read' flag can
***************
*** 201,205 ****
          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),
--- 201,205 ----
          will be considered spam, and processed accordingly.""",
          REAL, RESTORE),
!     ("spam_action", "The action to take for new spam", "Moved",
          """The action that should be taken as Spam messages arrive.""",
          FILTER_ACTION, RESTORE),
***************
*** 221,225 ****
          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),
--- 221,225 ----
          processed accordingly.""",
          REAL, RESTORE),
!     ("unsure_action", "The action to take for new uncertain messages", "Moved",
          """The action that should be taken as unsure messages arrive.""",
          FILTER_ACTION, RESTORE),





More information about the Spambayes-checkins mailing list