[Spambayes-checkins] spambayes/scripts sb_smtpproxy.py,1.3,1.3.2.1

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Sep 28 20:02:51 EDT 2003


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

Modified Files:
      Tag: release_1_0
	sb_smtpproxy.py 
Log Message:
Fix a print error reported by Austine Jane on the list.

Index: sb_smtpproxy.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/Attic/sb_smtpproxy.py,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** sb_smtpproxy.py	19 Sep 2003 07:51:06 -0000	1.3
--- sb_smtpproxy.py	29 Sep 2003 00:02:49 -0000	1.3.2.1
***************
*** 443,448 ****
          if not self.train_message_in_pop3proxy_cache(id, isSpam) and \
             not self.train_message_on_imap_server(id, isSpam):
!             print "Could not find message (%s); perhaps it was " + \
!                   "deleted from the POP3Proxy cache or the IMAP " + \
                    "server.  This means that no training was done." % (id, )
  
--- 443,448 ----
          if not self.train_message_in_pop3proxy_cache(id, isSpam) and \
             not self.train_message_on_imap_server(id, isSpam):
!             print "Could not find message (%s); perhaps it was " \
!                   "deleted from the POP3Proxy cache or the IMAP " \
                    "server.  This means that no training was done." % (id, )
  





More information about the Spambayes-checkins mailing list