From f999f63999b7132ec32da27fb0930d34295c4904 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 13 Aug 2016 14:33:39 -0700 Subject: [PATCH] zephyr_mirror_backend: Update support email address. Arguably we should figure out a way to make this fetch the support email from the server (or something), but in the short term it seems worth making the email address at least correct. --- bots/zephyr_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index 5ab17ae63a..72b28ef0b7 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -598,7 +598,7 @@ def zcrypt_encrypt_content(zephyr_class, instance, content): def forward_to_zephyr(message): support_heading = "Hi there! This is an automated message from Zulip." support_closing = """If you have any questions, please be in touch through the \ -Feedback button or at support@zulip.com.""" +Feedback button or at support@zulipchat.com.""" wrapper = textwrap.TextWrapper(break_long_words=False, break_on_hyphens=False) wrapped_content = "\n".join("\n".join(wrapper.wrap(line))