[Spambayes-checkins] spambayes imapfilter.py,1.19,1.20

Tony Meyer anadelonbrin at users.sourceforge.net
Thu Apr 17 18:00:20 EDT 2003


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

Modified Files:
	imapfilter.py 
Log Message:
Last commit included testing code.

Index: imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/imapfilter.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** imapfilter.py	17 Apr 2003 23:55:28 -0000	1.19
--- imapfilter.py	18 Apr 2003 00:00:13 -0000	1.20
***************
*** 193,198 ****
          # so what we do is create a new message and delete the old one
          time_stamp = self.extractTime()
!         #msgstr = re.sub('([^\r])\n', r'\1\r\n', self.as_string())
!         msgstr = self.as_string()
          
          response = imap.append(self.folder.name, None,
--- 193,197 ----
          # so what we do is create a new message and delete the old one
          time_stamp = self.extractTime()
!         msgstr = re.sub('([^\r])\n', r'\1\r\n', self.as_string())
          
          response = imap.append(self.folder.name, None,





More information about the Spambayes-checkins mailing list