# HG changeset patch # User Jeff Hammel # Date 1343767812 25200 # Node ID fce509d75f3b681f54c68210bf72c7c2ee9ea659 # Parent 72645086a0b7b3eda32280affe2e10cbed1ec143 forgot a comma diff -r 72645086a0b7 -r fce509d75f3b autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Tue Jul 31 13:42:47 2012 -0700 +++ b/autobot/template/master/master.cfg Tue Jul 31 13:50:12 2012 -0700 @@ -134,7 +134,7 @@ from buildbot.status import mail m = mail.MailNotifier(fromaddr=fromaddr, mode=["problem"], - extraRecipients=recipients + extraRecipients=recipients, sendToInterestedUsers=True) c['status'].append(m)