From d4440f59b3c015da61be955a271de2e4fdf7b776 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 6 Oct 2016 17:28:11 -0400 Subject: [PATCH] Adding gdb-patches to To --- master.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/master.cfg b/master.cfg index d564818..8dd25f6 100644 --- a/master.cfg +++ b/master.cfg @@ -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 ())