> I am new to Squirrelmail and was hoping that someone could help me with
> this.
> I have searched the mailing list and found similar problems but with no
> resolution.
>
> Squirrelmail version is 1.4.1 installed from the tar file.
>
> System that Squirrelmail is running on.
>      Red Hat Linux 7.3
>      kernel-2.4.20-18.7
>      php-4.1.2-7.3.6
>      apache-1.3.27-2
>
> Clients tested on.
>      MacOS X w/ Safari and Camino browsers
>      Windows 2000 w/ IE5
>
> Squirrelmail will allow me to send mail, but will not allow me to reply or
> forward.  Looking at the source html code it looks fine.  The form action
> is
> compose.php.  The only thing is that on the reply and forward pages at the
> very bottom of the pages there is a greater than sign.  WHY?

Yuck.  This has been reported twice in the past that I can remember.  It
is *NOT* a SquirrelMail bug, since the code is in fact fine.  It's instead
something about the way your PHP/web server or something in there is
parsing the PHP output.  The previous thread about this didn't end with a
*REAL* solution, but I think the person with the problem found a hack that
helped fix it... hrmm...

Here (the archives are your friend):

http://article.gmane.org/gmane.mail.squirrelmail.user/9765/match=+page+header+kerry+reply+seibold

That's a pretty big hack, though.  You might try doing something like this
to functions/page_header.php:

--- page_header.php.orig        Sat Aug  2 10:08:24 2003
+++ page_header.php     Sat Aug  2 10:08:34 2003
@@ -284,7 +284,7 @@
         echo "</td>\n";
     }
     echo "   </tr>\n".
-        "</table><br>\n\n";
+        "</table><br/>\n\n";
 }

 /* blatently copied/truncated/modified from the above function */

Who knows, maybe that'd work??


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to