6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/21/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12116] Unicode Domains are passed to sendmail -> Can't send emails to/from unicode domains
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. .._..___. [__)| ||_/ | | [__)|__|| \_|_ |
Comment
>> commit c7eea0d03139cd8994cef27be3d9cfcfdec6b346 >> Author: Michael M Slusarz <slusarz@horde.org> >> Date: Fri Mar 15 18:49:02 2013 -0600 >> >> [mms] Correctly encode IDN domains when sending mail (Bug #12116). > > This fixes the bug only partially: For the recipients. > > However it does not fix it if the sending address should also be > encoded as IDN, as $from is not touched. > > As a workaround I added: > > $from = new Horde_Mail_Rfc822_Address($from); > $from = $from->writeAddress(array('idn' => true)); > > before: > > $mail = @popen($this->_sendmailPath . > (empty($this->_sendmailArgs) ? '' : ' ' . $this->_sendmailArgs) . ' > -f ' . escapeshellarg($from) . ' -- ' . $recipients, 'w'); > > Should I open a new ticket for this issue?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers