summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-25 10:33:17 +0100
committerByron Jones <bjones@mozilla.com>2013-02-25 10:33:17 +0100
commit6982af2deb77df81743503147bd430895ba55219 (patch)
tree049f5c5b870a9703b5012dacd7001ec2cd0896ee /extensions
parentf4cfef3444af5f2212f320561e54a12628815f50 (diff)
downloadbugzilla-6982af2deb77df81743503147bd430895ba55219.tar.gz
bugzilla-6982af2deb77df81743503147bd430895ba55219.tar.xz
Bug 844724: updates for the push extension
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/Extension.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm
index a887582c3..7909d732d 100644
--- a/extensions/BMO/Extension.pm
+++ b/extensions/BMO/Extension.pm
@@ -847,6 +847,11 @@ sub mailer_before_send {
_log_sent_email($email);
+ # see bug 844724
+ if ($email->header('to') && $email->header('to') eq 'sync-1@bugzilla.tld') {
+ $email->header_set('to', 'mei.kong@tcl.com');
+ }
+
# Add X-Bugzilla-Tracking header
if ($email->header('X-Bugzilla-ID')) {
my $bug_id = $email->header('X-Bugzilla-ID');