Skip to content

Commit 5b882ec

Browse files
author
Richard Jones
committed
oops, left debug in there
1 parent 40630af commit 5b882ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

roundup/mailgw.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class node. Any parts of other types are each stored in separate files
7272
an exception, the original message is bounced back to the sender with the
7373
explanatory message given in the exception.
7474
75-
$Id: mailgw.py,v 1.31 2001-11-12 22:01:06 richard Exp $
75+
$Id: mailgw.py,v 1.32 2001-11-12 22:04:29 richard Exp $
7676
'''
7777

7878

@@ -138,8 +138,7 @@ def handle_Message(self, message):
138138
if sendto:
139139
try:
140140
self.handle_message(message)
141-
sendto = [sendto[0][1]]
142-
m = ['Subject: Well, it seemed to work', '', 'hi, mum!']
141+
return
143142
except MailUsageError, value:
144143
# bounce the message back to the sender with the usage message
145144
fulldoc = '\n'.join(string.split(__doc__, '\n')[2:])
@@ -516,6 +515,9 @@ def parseContent(content, blank_line=re.compile(r'[\r\n]+\s*[\r\n]+'),
516515

517516
#
518517
# $Log: not supported by cvs2svn $
518+
# Revision 1.31 2001/11/12 22:01:06 richard
519+
# Fixed issues with nosy reaction and author copies.
520+
#
519521
# Revision 1.30 2001/11/09 22:33:28 richard
520522
# More error handling fixes.
521523
#

0 commit comments

Comments
 (0)