mirror of https://github.com/zulip/zulip.git
d3c841d587
After subscribing a stream email address to a Mailman email list and receiving a message from it (using the polling configuration with an Exim + Dovecot mailserver), the following error message is emitted by Zulip: Logger zerver.lib.email_mirror, from module zerver.lib.email_mirror line 77: Error generated by Anonymous user (not logged in) on zulip deployment Sender: "Foo Bar" <foo@example.com> To: No recipient found Missing recipient in mirror email This is because the To: header on the received email corresponds to the email list, and there are no other headers to indicate the final recipient, apart from the "Envelope-To" header added by Exim. To resolve this problem, the commit adds "Envelope-To" to the list of headers to check for a match. |
||
---|---|---|
.. | ||
commands | ||
data | ||
__init__.py |