diff roundup/mailgw.py @ 391:399340646765

handle the case where there is no file attached
author Richard Jones <richard@users.sourceforge.net>
date Thu, 15 Nov 2001 10:24:27 +0000
parents 7d7cb5319fc0
children bdc2ea127ae9
line wrap: on
line diff
--- a/roundup/mailgw.py	Wed Nov 14 21:35:22 2001 +0000
+++ b/roundup/mailgw.py	Thu Nov 15 10:24:27 2001 +0000
@@ -72,7 +72,7 @@
 an exception, the original message is bounced back to the sender with the
 explanatory message given in the exception. 
 
-$Id: mailgw.py,v 1.33 2001-11-13 21:44:44 richard Exp $
+$Id: mailgw.py,v 1.34 2001-11-15 10:24:27 richard Exp $
 '''
 
 
@@ -126,7 +126,7 @@
     def handle_Message(self, message):
         '''Handle an RFC822 Message
 
-        Hanle the Message object by calling handle_message() and then cope
+        Handle the Message object by calling handle_message() and then cope
         with any errors raised by handle_message.
         This method's job is to make that call and handle any
         errors in a sane manner. It should be replaced if you wish to
@@ -521,6 +521,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.33  2001/11/13 21:44:44  richard
+#  . re-open the database as the author in mail handling
+#
 # Revision 1.32  2001/11/12 22:04:29  richard
 # oops, left debug in there
 #

Roundup Issue Tracker: http://roundup-tracker.org/