Fixing In-Reply-To
This commit is contained in:
parent
349cb119a2
commit
efaea71cdc
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ mn = mail.MailNotifier(fromaddr = GDB_MAIL_FROM,
|
||||||
mode = ('failing'),
|
mode = ('failing'),
|
||||||
messageFormatter = MessageGDBTesters,
|
messageFormatter = MessageGDBTesters,
|
||||||
extraHeaders = { 'X-GDB-Buildbot' : '1',
|
extraHeaders = { 'X-GDB-Buildbot' : '1',
|
||||||
'In-Reply-To' : WithProperties ("<%s@" + socket.gethostname () + ">",
|
'In-Reply-To' : WithProperties ("<%s@gdb-build>",
|
||||||
'got_revision') })
|
'got_revision') })
|
||||||
|
|
||||||
c['status'].append (mn)
|
c['status'].append (mn)
|
||||||
|
|
Loading…
Reference in a new issue