Mercurial > p > roundup > code
diff roundup/mailgw.py @ 382:be28f4c4feb6
oops, left debug in there
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 12 Nov 2001 22:04:29 +0000 |
| parents | a1331423eb93 |
| children | 7d7cb5319fc0 |
line wrap: on
line diff
--- a/roundup/mailgw.py Mon Nov 12 22:02:21 2001 +0000 +++ b/roundup/mailgw.py Mon Nov 12 22:04:29 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.31 2001-11-12 22:01:06 richard Exp $ +$Id: mailgw.py,v 1.32 2001-11-12 22:04:29 richard Exp $ ''' @@ -138,8 +138,7 @@ if sendto: try: self.handle_message(message) - sendto = [sendto[0][1]] - m = ['Subject: Well, it seemed to work', '', 'hi, mum!'] + return except MailUsageError, value: # bounce the message back to the sender with the usage message fulldoc = '\n'.join(string.split(__doc__, '\n')[2:]) @@ -516,6 +515,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.31 2001/11/12 22:01:06 richard +# Fixed issues with nosy reaction and author copies. +# # Revision 1.30 2001/11/09 22:33:28 richard # More error handling fixes. #
