Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 282291 Details for
Bug 397711
[RFE] [PATCH] make yum-updatesd use sendmail
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
yum-email-compat.patch
yum-email-compat.patch (text/plain), 683 bytes, created by
Pierre Ossman
on 2007-12-09 17:43:15 UTC
(
hide
)
Description:
yum-email-compat.patch
Filename:
MIME Type:
Creator:
Pierre Ossman
Created:
2007-12-09 17:43:15 UTC
Size:
683 bytes
patch
obsolete
>more compatible sendmail invocation > >Make the invocation of sendmail compatible with more variants by >explicitly requesting to/cc/bcc parsing of the input (-t flag). > >Signed-off-by: Pierre Ossman <drzeus@drzeus.cx> > >-- yum-updatesd-helper.orig 2007-12-09 18:27:49.000000000 +0100 >+++ yum-updatesd-helper 2007-12-09 18:36:48.000000000 +0100 >@@ -173,7 +176,7 @@ > msg['Date'] = rfc822.formatdate() > > if self.sendmail: >- p = subprocess.Popen("/usr/sbin/sendmail", stdin=subprocess.PIPE) >+ p = subprocess.Popen(("/usr/sbin/sendmail", "-t"), stdin=subprocess.PIPE) > p.stdin.write(str(msg)) > p.communicate() > else: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 397711
:
268001
| 282291 |
282301