From 958b56633311d84655a2cdccf8efaeee258ab9ce Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 19 Oct 2012 15:37:37 -0400 Subject: [PATCH] Use the new client data model to deduplicate mirroring. (imported from commit 6ac38534aea11b1e7f8f332e76251f9501f9ab3e) --- zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr_mirror.py b/zephyr_mirror.py index d47eda5..9b55917 100755 --- a/zephyr_mirror.py +++ b/zephyr_mirror.py @@ -382,7 +382,7 @@ def humbug_to_zephyr(options): # Sync messages from zephyr to humbug print "%s: humbug=>zephyr: Starting syncing messages." % (datetime.datetime.now(),) humbug_client.call_on_each_message(maybe_forward_to_zephyr, - options={"mit_sync_bot": 'yes'}) + options={"mirror": 'zephyr_mirror'}) def subscribed_to_mail_messages(): for (cls, instance, recipient) in parse_zephyr_subs(verbose=False):