Bug fixed in the fedora rpm but not in squirrelmail 1.4.22

"[email protected]" <[email protected]> Wed, 13 Feb 2013 13:29:02 -0800 (PST)
Newsgroups gmane.mail.squirrelmail.devel
Message-ID <[email protected]>
Hi,

There is a bug that is fixed in the Fedora repository, and the fix is published in the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=784015

For some reason, the fix is not available in the version 1.4.22 which can be downloaded from squirrelmail.org. I had to manually edit the file like explained in the bug report from Fedora; all my problems were solved with this patch !


I hope it helps and thanks a lot for this great product

Pierre Timmermans

There is extra return, that would prevent this to work correctly. So, instead of steps in comment #2, try following: - open /usr/share/squirrelmail/functions/i18n.php
- in function charset_decode there is line 187: if (! $save_html) $string = htmlspecialchars ($string); change it to: if (! $save_html) $string = htmlspecialchars ($string, ENT_COMPAT, 'ISO-8859-1');
 
Pierre Timmermans

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: [email protected]
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel