[Spambayes-checkins] spambayes/spambayes smtpproxy.py,1.5,1.6

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Feb 16 03:59:17 EST 2004


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19526/spambayes

Modified Files:
	smtpproxy.py 
Log Message:
Fix a NameError reported on the list.

Index: smtpproxy.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/smtpproxy.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** smtpproxy.py	16 Dec 2003 05:06:34 -0000	1.5
--- smtpproxy.py	16 Feb 2004 08:59:14 -0000	1.6
***************
*** 359,363 ****
  
      def extractSpambayesID(self, data):
!         msg = message_from_string(data)
  
          # The nicest MUA is one that forwards the header intact.
--- 359,363 ----
  
      def extractSpambayesID(self, data):
!         msg = sbheadermessage_from_string(data)
  
          # The nicest MUA is one that forwards the header intact.




More information about the Spambayes-checkins mailing list