Code

remove debugging raise, thanks alex
[roundup.git] / 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