# HG changeset patch # User Richard Jones # Date 1011822203 0 # Node ID b43f031f3946246989ea0760b2250e202073003e # Parent 28debb4771338c896463edf1f04be9cf8972f32e tabnuke diff -r 28debb477133 -r b43f031f3946 roundup/mailgw.py --- a/roundup/mailgw.py Wed Jan 23 21:42:34 2002 +0000 +++ b/roundup/mailgw.py Wed Jan 23 21:43:23 2002 +0000 @@ -73,7 +73,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.58 2002-01-23 21:41:56 richard Exp $ +$Id: mailgw.py,v 1.59 2002-01-23 21:43:23 richard Exp $ ''' @@ -176,9 +176,9 @@ # bounce the message back to the sender with the error message sendto = [sendto[0][1], self.instance.ADMIN_EMAIL] m = [''] - m.append('An unexpected error occurred during the processing') - m.append('of your message. The tracker administrator is being') - m.append('notified.\n') + m.append('An unexpected error occurred during the processing') + m.append('of your message. The tracker administrator is being') + m.append('notified.\n') m.append('---- traceback of failure ----') s = cStringIO.StringIO() import traceback @@ -757,6 +757,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.58 2002/01/23 21:41:56 richard +# . mailgw failures (unexpected ones) are forwarded to the roundup admin +# # Revision 1.57 2002/01/22 22:27:43 richard # . handle stripping of "AW:" from subject line #