# HG changeset patch # User Jeff Hammel # Date 1343860492 25200 # Node ID 3ee135e1d73b202618d50f24d09c3ff9fbbb47b4 # Parent b5a06935d996a36bd59c4193d435936a847bdade slightly saner default diff -r b5a06935d996 -r 3ee135e1d73b autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Wed Aug 01 15:00:30 2012 -0700 +++ b/autobot/template/master/master.cfg Wed Aug 01 15:34:52 2012 -0700 @@ -148,7 +148,7 @@ # email notification; see # http://buildbot.net/buildbot/docs/latest/reference/buildbot.status.mail.MailNotifier-class.html # http://buildbot.net/buildbot/docs/0.7.1/#Defining-Status-Targets -fromaddr = config.master.get('email', '') +fromaddr = config.master.get('email', 'autobot@localhost') recipients = config.master.get('recipients', None) if recipients: recipients = recipients.split()