[Zope3-checkins] CVS: Zope3/src/zope/app/mail - service.py:1.5

Stephan Richter srichter@cosmos.phy.tufts.edu
Tue, 15 Jul 2003 10:17:47 -0400


Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv26927/src/zope/app/mail

Modified Files:
	service.py 
Log Message:
A basic bug report marked by XXX, since I did not have time to look into it.


=== Zope3/src/zope/app/mail/service.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/mail/service.py:1.4	Mon Jun 23 11:45:39 2003
+++ Zope3/src/zope/app/mail/service.py	Tue Jul 15 10:17:42 2003
@@ -175,6 +175,8 @@
                     # Blanket except because we don't want this thread to ever die
                 except:
                     # XXX maybe throw away erroring messages here?
+                    # XXX: Note that fromaddr and toaddr is not available
+                    #      here! This needs fixing. (SR)
                     self.log.error("Error while sending mail from %s to %s.",
                                    fromaddr, ", ".join(toaddrs), exc_info=1)
             else: