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 935699 Details for
Bug 1139704
caff handles unicode in configuration file incorrectly
[?]
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]
A quick and dirty From/Sender fix
caff-utf.patch (text/plain), 991 bytes, created by
Petr Šabata
on 2014-09-09 13:27:44 UTC
(
hide
)
Description:
A quick and dirty From/Sender fix
Filename:
MIME Type:
Creator:
Petr Šabata
Created:
2014-09-09 13:27:44 UTC
Size:
991 bytes
patch
obsolete
>diff --git a/caff/caff b/caff/caff >index b27a55a..19c0027 100755 >--- a/caff/caff >+++ b/caff/caff >@@ -870,8 +870,8 @@ sub create_mail($$$@) { > > $message_entity->head->add("Subject", "Your signed PGP key 0x$key_id"); > $message_entity->head->add("To", $address); >- $message_entity->head->add("From", '"'.Encode::encode('MIME-Q', $CONFIG{'owner'}).'" <'.$CONFIG{'email'}.'>'); >- $message_entity->head->add("Sender", '"'.Encode::encode('MIME-Q', $CONFIG{'owner'}).'" <'.$CONFIG{'email'}.'>'); >+ $message_entity->head->add("From", '"'.Encode::encode('MIME-Q', Encode::decode_utf8($CONFIG{'owner'})).'" <'.$CONFIG{'email'}.'>'); >+ $message_entity->head->add("Sender", '"'.Encode::encode('MIME-Q', Encode::decode_utf8($CONFIG{'owner'})).'" <'.$CONFIG{'email'}.'>'); > $message_entity->head->add("Reply-To", $CONFIG{'reply-to'}) if defined $CONFIG{'reply-to'}; > $message_entity->head->add("Bcc", $CONFIG{'bcc'}) if defined $CONFIG{'bcc'}; > $message_entity->head->add("User-Agent", $USER_AGENT);
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 1139704
: 935699