Skip to content

Commit 29a0d4c

Browse files
author
Richard Jones
committed
tabnuke
1 parent 26b7720 commit 29a0d4c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

roundup/mailgw.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class node. Any parts of other types are each stored in separate files
7373
an exception, the original message is bounced back to the sender with the
7474
explanatory 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

Comments
 (0)