Adding gdb-patches to To

This commit is contained in:
Sergio Durigan Junior 2016-10-06 17:28:11 -04:00
parent de278855a4
commit d4440f59b3

View file

@ -251,8 +251,7 @@ subsequent commits are made after X, by different people."""
mail = MIMEText (text)
mail['Subject'] = sbj
mail['From'] = GDB_MAIL_FROM
mail['To'] = to
mail['Cc'] = 'gdb-patches@sourceware.org'
mail['To'] = to + ',gdb-patches@sourceware.org'
s = smtplib.SMTP ('localhost')
s.sendmail (GDB_MAIL_FROM, [ to ], mail.as_string ())