[Spambayes-checkins] spambayes/scripts sb_imapfilter.py, 1.7.2.3, 1.7.2.4

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Oct 6 20:35:53 EDT 2003


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

Modified Files:
      Tag: release_1_0
	sb_imapfilter.py 
Log Message:
I think this will fix [ spambayes-Bugs-818552 ] Exchange 2000 IMAPserver & imaplib.error: APPEND command er

Index: sb_imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_imapfilter.py,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -C2 -d -r1.7.2.3 -r1.7.2.4
*** sb_imapfilter.py	6 Oct 2003 02:05:45 -0000	1.7.2.3
--- sb_imapfilter.py	7 Oct 2003 00:35:50 -0000	1.7.2.4
***************
*** 404,408 ****
              # The \Recent flag can be fetched, but cannot be stored
              # We must remove it from the list if it is there.
!             flags = re.sub(r"\\Recent ?|\\ ?Recent", "", flags)
          else:
              flags = None
--- 404,408 ----
              # The \Recent flag can be fetched, but cannot be stored
              # We must remove it from the list if it is there.
!             flags = re.sub(r"\\Recent ?| ?\\Recent", "", flags)
          else:
              flags = None





More information about the Spambayes-checkins mailing list