Fixing In-Reply-To

This commit is contained in:
Sergio Durigan Junior 2015-07-07 01:38:09 -04:00
parent 349cb119a2
commit efaea71cdc

View file

@ -377,7 +377,7 @@ mn = mail.MailNotifier(fromaddr = GDB_MAIL_FROM,
mode = ('failing'),
messageFormatter = MessageGDBTesters,
extraHeaders = { 'X-GDB-Buildbot' : '1',
'In-Reply-To' : WithProperties ("<%s@" + socket.gethostname () + ">",
'In-Reply-To' : WithProperties ("<%s@gdb-build>",
'got_revision') })
c['status'].append (mn)