[Spambayes-checkins] spambayes/scripts sb_imapfilter.py,1.13,1.14

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


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

Modified Files:
	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.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** sb_imapfilter.py	6 Oct 2003 01:46:35 -0000	1.13
--- sb_imapfilter.py	7 Oct 2003 00:35:32 -0000	1.14
***************
*** 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