Well, the suggested hack to the page_header.php didn't work. The forward slash was just dumped out into the html, yet it wasn't dumped out when composing mail. I haven't tried the other hack though.

Looking at the code of page_header.php, it looks fine. Haven't looked at the code of compose.php yet. However, since sending mail works perfectly fine and all the reply and forward functions don't, it seems like the problem is not in page_header.php, but in compose.php.

I have a hard time believing that this is only the third report of this problem. The reason I say this is the fact that this installation of squirrelmail is on a stardard installation of RedHat 7.3 Linux that has been kept up to date using the Red Hat Network. It could possibly be the fact that other people who ran into this problem basically gave up on squirrelmail like I almost did, since I had installed it first with the RPM and then ran into the problem and then installed the tar file and ran into the problem again.

Any other suggestions?

On the desktop - MacOS X
In the server room - Linux
Windows? In the trash?




From: "Jonathan Angliss" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [SM-USERS] Send-OK, Reply and Forward-Not working
Date: Sat, 2 Aug 2003 12:53:03 -0500 (CDT)


> 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";
> }


If that works, then push it in.  It's only an XML change really, as <br>
has no closing tag, so for XML, it becomes <br /> which isn't so bad.
That is the format PHP outputs when you do nl2br or similar functions
anyway.

--
Jonathan Angliss
([EMAIL PROTECTED])


------------------------------------------------------- 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=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus




-------------------------------------------------------
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=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to