Fixing Message-Id on root message
This commit is contained in:
parent
bb8df1393f
commit
47fd6057e8
1 changed files with 2 additions and 1 deletions
|
@ -197,6 +197,7 @@ def SendRootMessageGDBTesters (branch, change, rev,
|
|||
if not istrysched:
|
||||
mail['To'] = GDB_MAIL_TO
|
||||
mailto = GDB_MAIL_TO
|
||||
mail['Message-Id'] = "<%s@gdb-build>" % rev
|
||||
else:
|
||||
mail['To'] = try_to
|
||||
mailto = try_to
|
||||
|
|
Loading…
Reference in a new issue