> > I am living the same problem that has mentioned in: > > http://thread.gmane.org/gmane.mail.squirrelmail.user/25293 > > It seems a bug in 1.4.5. Is there a solution for that bug? I have checked > cvs version of 1.4 series but read_body.php is the same with the one that > comes with 1.4.5
but src/download.php is different. See https://sourceforge.net/tracker/index.php?func=detail&aid=1239061&group_id=311&atid=100311 and http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/src/download.php?r1=1.107.2.8&r2=1.107.2.10 Disable php register_globals. SquirrelMail can work with rg=off since 1.2.9 and 1.3.0. Enable globals only for scripts that need it. -- Tomas ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
