Use the empty string rendered in blue as the zsig loop avoidance token.

(imported from commit 10610b25b006f85b6557592ce73899381b520e3b)
This commit is contained in:
Tim Abbott 2012-11-02 10:50:32 -04:00
parent 6d8a6ebeab
commit 2b7007fc1b

View file

@ -346,7 +346,7 @@ def zephyr_to_humbug(options):
process_loop(log)
def forward_to_zephyr(message):
zsig = u"%s\u200B" % (username_to_fullname(message["sender_email"]))
zsig = u"%s@(@color(blue))" % (username_to_fullname(message["sender_email"]))
if ' dot ' in zsig:
print "%s: humbug=>zephyr: ERROR! Couldn't compute zsig for %s!" % \
(datetime.datetime.now(), message["sender_email"])