Mailing List Archive

svn commit: r433042 - /spamassassin/trunk/build/buildbot/master.cfg
Author: jm
Date: Sun Aug 20 13:55:37 2006
New Revision: 433042

URL: http://svn.apache.org/viewvc?rev=433042&view=rev
Log:
fix email addrs

Modified:
spamassassin/trunk/build/buildbot/master.cfg

Modified: spamassassin/trunk/build/buildbot/master.cfg
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/buildbot/master.cfg?rev=433042&r1=433041&r2=433042&view=diff
==============================================================================
--- spamassassin/trunk/build/buildbot/master.cfg (original)
+++ spamassassin/trunk/build/buildbot/master.cfg Sun Aug 20 13:55:37 2006
@@ -272,7 +272,7 @@
c['status'].append(html.Waterfall(http_port=8010))

from buildbot.status import mail
-c['status'].append(mail.MailNotifier(fromaddr="buildbot@bugzilla.spamassassin.org",
+c['status'].append(mail.MailNotifier(fromaddr="buildbot@spamassassin.zones.apache.org",
extraRecipients=["commits@spamassassin.apache.org"],
mode="problem",
sendToInterestedUsers=True))