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:
|
if not istrysched:
|
||||||
mail['To'] = GDB_MAIL_TO
|
mail['To'] = GDB_MAIL_TO
|
||||||
mailto = GDB_MAIL_TO
|
mailto = GDB_MAIL_TO
|
||||||
|
mail['Message-Id'] = "<%s@gdb-build>" % rev
|
||||||
else:
|
else:
|
||||||
mail['To'] = try_to
|
mail['To'] = try_to
|
||||||
mailto = try_to
|
mailto = try_to
|
||||||
|
|
Loading…
Reference in a new issue