From 9929312091eb5108f9aadf58ae159914835aafcb Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 5 Jan 2016 15:26:43 -0500 Subject: [PATCH] Fix typo on MailNotifier --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index a1f5898..1d25fac 100644 --- a/master.cfg +++ b/master.cfg @@ -387,7 +387,7 @@ mn = mail.MailNotifier(fromaddr = GDB_MAIL_FROM, extraRecipients = [ GDB_MAIL_TO ], mode = ('failing'), messageFormatter = MessageGDBTesters, - tags = [ "MggggAIL" ], + tags = [ "MAIL" ], extraHeaders = { 'X-GDB-Buildbot' : '1', 'In-Reply-To' : WithProperties ("<%s@gdb-build>", 'got_revision') })