|
Problem:
You're using Red Hat 8.0's SquirrelMail RPM package and only get a blank page when trying to view or download a mail attachment.
Solution:
Remove the ) at the end of line 337 in /usr/share/squirrelmail/src/download.php, thus changing the code from: .$suffix); to: .$suffix;
John Berntsen <john@pepco.no>
|