> im' using: > mac os x > sqirrelmail 1.4.5 built in from mac > cyrus built in from mac > to send to myself i do "[EMAIL PROTECTED]" it > works after all... > but when i check it .. the originaly is [EMAIL PROTECTED] > ..but it won't work to send... > > > evertime i send to someone / to myself the browser > send the error no matter i send to someone that is not > exist....: > > ERROR: Bad or malformed request. > Server responded: Missing required argument to Append > command > > > after that ..i click "check mail"(usually i send to > myself)...then my mail was success to send to > myself....but what is going wrong..??? > thank you...
There is a typo in sqimap_append function. Function incorrectly escapes curly brackets. We noticed error only after PHP 5.1.1 release, because code worked in older PHP versions and PHP developers fixed escaping of curly brackets only in 5.1.2. Issue is fixed in SquirrelMail 1.4.6. If you use PHP 5.1.x, it is strongly recommended to upgrade to SquirrelMail 1.4.6. Older versions have numerous issues in PHP 5.0.5+. Please upgrade your SquirrelMail installation or check http://www.squirrelmail.org/wiki/KnownBugs -- Tomas ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/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
