# HG changeset patch # User Jeff Hammel # Date 1343772109 25200 # Node ID 0f754bf9fd8ac4519158bf3a4d4f2bf6e92761ee # Parent 268349e6c94130ba4f3de6de803e7ec079d9b644 maybe this is only one string...who knows? diff -r 268349e6c941 -r 0f754bf9fd8a autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Tue Jul 31 14:45:04 2012 -0700 +++ b/autobot/template/master/master.cfg Tue Jul 31 15:01:49 2012 -0700 @@ -133,7 +133,7 @@ if fromaddr: from buildbot.status import mail m = mail.MailNotifier(fromaddr=fromaddr, - mode=["problem"], + mode="problem", extraRecipients=recipients, sendToInterestedUsers=True) c['status'].append(m)