[yum-git] yum-updatesd-helper

Jeremy Katz katzj at linux.duke.edu
Mon Jun 2 13:36:37 UTC 2008


 yum-updatesd-helper |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f72c147c0d926a6c7d06563fe36e2911222e609
Author: Jeremy Katz <katzj at redhat.com>
Date:   Mon Jun 2 09:36:23 2008 -0400

    Try to avoid messages being flagged as spam (Pierre Ossman, #449313)

diff --git a/yum-updatesd-helper b/yum-updatesd-helper
index 2a7c451..39cb5df 100755
--- a/yum-updatesd-helper
+++ b/yum-updatesd-helper
@@ -177,7 +177,7 @@ Your Computer
 
         if self.sendmail:
             p = subprocess.Popen(("/usr/sbin/sendmail", "-t"), stdin=subprocess.PIPE)
-            p.stdin.write(str(msg))
+            p.stdin.write(msg.as_string())
             p.communicate()
         else:
             s = smtplib.SMTP()



More information about the Yum-cvs-commits mailing list