@@ -73,7 +73,7 @@ class node. Any parts of other types are each stored in separate files
7373an exception, the original message is bounced back to the sender with the
7474explanatory message given in the exception.
7575
76- $Id: mailgw.py,v 1.58 2002-01-23 21:41:56 richard Exp $
76+ $Id: mailgw.py,v 1.59 2002-01-23 21:43:23 richard Exp $
7777'''
7878
7979
@@ -176,9 +176,9 @@ def handle_Message(self, message):
176176 # bounce the message back to the sender with the error message
177177 sendto = [sendto [0 ][1 ], self .instance .ADMIN_EMAIL ]
178178 m = ['' ]
179- m .append ('An unexpected error occurred during the processing' )
180- m .append ('of your message. The tracker administrator is being' )
181- m .append ('notified.\n ' )
179+ m .append ('An unexpected error occurred during the processing' )
180+ m .append ('of your message. The tracker administrator is being' )
181+ m .append ('notified.\n ' )
182182 m .append ('---- traceback of failure ----' )
183183 s = cStringIO .StringIO ()
184184 import traceback
@@ -757,6 +757,9 @@ def parseContent(content, blank_line=re.compile(r'[\r\n]+\s*[\r\n]+'),
757757
758758#
759759# $Log: not supported by cvs2svn $
760+ # Revision 1.58 2002/01/23 21:41:56 richard
761+ # . mailgw failures (unexpected ones) are forwarded to the roundup admin
762+ #
760763# Revision 1.57 2002/01/22 22:27:43 richard
761764# . handle stripping of "AW:" from subject line
762765#
0 commit comments