From efaea71cdcc4da8051e0d3a157f3ff7bdf9da141 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 7 Jul 2015 01:38:09 -0400 Subject: [PATCH] Fixing In-Reply-To --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 782652a..83f160b 100644 --- a/master.cfg +++ b/master.cfg @@ -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)