Here is the first error:
Module allura.command.reactor:191 in callback
>> method(msg.delivery_info['routing_key'], data)
Module forgemail.reactors.common_react:117 in send_email
>> multi_msg)
Module forgemail.lib.util:122 in sendmail
>> message['To'] = Header(reply_to, charset)
Module forgemail.lib.util:27 in Header
>> if isinstance(text, Header):
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
As part of this ticket, write a unit test for the fix.
description has changed