From 254aa307f914411731835d7c521e531f2681ab99 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sun, 21 Dec 2014 23:31:56 -0500 Subject: [PATCH] Setting the messageFormatter to the proper function --- master.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 3569ff1..cfb055e 100644 --- a/master.cfg +++ b/master.cfg @@ -125,7 +125,8 @@ mn = mail.MailNotifier(fromaddr = "sergiodj@redhat.com", # extraRecipients = ['gdb-testers@sourceware.org'], relayhost = "smtp.corp.redhat.com", mode = ('failing'), - smtpPort = 25) + smtpPort = 25, + messageFormatter = MessageGDBTesters) c['status'].append (mn)