From fdc550402a2fd9fd5c569d0ac272904c823dc505 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 13 Jan 2015 19:38:44 -0500 Subject: [PATCH] Updating mail settings --- master.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/master.cfg b/master.cfg index d021bca..f8e8e9b 100644 --- a/master.cfg +++ b/master.cfg @@ -181,13 +181,11 @@ send to the gdb-testers mailing list.""" 'subject' : subj } from buildbot.status import mail -mn = mail.MailNotifier(fromaddr = "sergiodj@redhat.com", +mn = mail.MailNotifier(fromaddr = "buildbot@sergiodj.net", sendToInterestedUsers = False, extraRecipients = ['sergiodj@redhat.com'], # extraRecipients = ['gdb-testers@sourceware.org'], - relayhost = "smtp.corp.redhat.com", mode = ('failing'), - smtpPort = 25, messageFormatter = MessageGDBTesters, extraHeaders = { 'X-GDB-Buildbot' : '1' })