[yum-cvs] yum yum-updatesd.py,1.6,1.7
Seth Vidal
skvidal at linux.duke.edu
Mon May 8 17:30:12 UTC 2006
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv26296
Modified Files:
yum-updatesd.py
Log Message:
and mean it this time!
Index: yum-updatesd.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum-updatesd.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yum-updatesd.py 8 May 2006 17:26:39 -0000 1.6
+++ yum-updatesd.py 8 May 2006 17:30:10 -0000 1.7
@@ -158,7 +158,7 @@
msg['To'] = self.opts.email_to
s = smtplib.SMTP()
s.connect()
- s.sendmail(mail_from, [mail_to], msg.as_string())
+ s.sendmail(self.opts.email_from, [self.opts.email_to], msg.as_string())
s.close()
More information about the Yum-cvs-commits
mailing list