My Sam,
thanks to Brian I have been able to get a core dump, as mentioned with the segfaulting on the "large sites" thread.
Here's a backtrace for you:
#0 0x28236171 in memcpy () from /usr/lib/libc.so.4 #1 0xbfbff804 in ?? () #2 0x805c056 in dowashlink (l=1, value=0x81444c0 "//") at html.c:496
Not 100% sure what the problem is, but try the following patch.
pgp00000.pgp
Description: PGP signature--- sqwebmail/html.c 17 Jun 2003 15:38:37 -0000 1.18 +++ sqwebmail/html.c 24 Sep 2003 11:28:59 -0000 @@ -39,6 +39,7 @@ c=(unsigned char)c; if (c) *q++=c; if (*p == ';') p++; + continue; } for (i=1; p[i]; i++)
pgp00001.pgp
Description: PGP signature
