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

Tony Meyer anadelonbrin at users.sourceforge.net
Tue Apr 8 01:37:33 EDT 2003


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

Modified Files:
	Options.py 
Log Message:
Introduces an IMAPMessage class based on the
spambayes Message class.
Introduces an iterable IMAPFolder class.
Changes the code to use all of this.
Changed to allow multiple folders to filter.
Training seems to work, although filtering isn't.  I'll get to it.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Options.py	7 Apr 2003 07:26:17 -0000	1.25
--- Options.py	8 Apr 2003 07:37:29 -0000	1.26
***************
*** 422,426 ****
  imap_password:
  imap_expunge: False
! imap_inbox: inbox
  imap_unsure_folder:
  imap_spam_folder:
--- 422,426 ----
  imap_password:
  imap_expunge: False
! imap_filter_folders: INBOX
  imap_unsure_folder:
  imap_spam_folder:
***************
*** 553,557 ****
               'imap_username' : string_cracker,
               'imap_password' : string_cracker,
!              'imap_inbox' : string_cracker,
               'imap_unsure_folder' : string_cracker,
               'imap_spam_folder' : string_cracker,
--- 553,557 ----
               'imap_username' : string_cracker,
               'imap_password' : string_cracker,
!              'imap_filter_folders' : string_cracker,
               'imap_unsure_folder' : string_cracker,
               'imap_spam_folder' : string_cracker,





More information about the Spambayes-checkins mailing list