mailproxy
mailproxy copied to clipboard
Fix for issue #6 and one other error
If delivery failed due to a SMTPNotSupportedError exception, the exception handler in _deliver would try to invoke the decode() method on the class object, resulting in a cascading error. This commit fixes that problem.