Code

remove debugging raise, thanks alex
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Mar 2009 00:11:58 +0000 (00:11 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Mar 2009 00:11:58 +0000 (00:11 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4193 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/mailgw.py

index b675f8eeefabe481a8fc579a9b6fb58bfd054122..a68d92d7659edbdda3b94fa1b3eaade17d6f27c7 100644 (file)
@@ -1370,7 +1370,6 @@ Mail message was rejected by a detector.
             else:
                 nodeid = cl.create(**props)
         except (TypeError, IndexError, ValueError, exceptions.Reject), message:
-            raise
             raise MailUsageError, _("""
 There was a problem with the message you sent:
    %(message)s