I realize this may not be diagnostic of anything; but i'll throw it out there in case it helps.

running sqwebmail from the command line generates the following:

Cache-Control: no-store
Pragma: no-cache
Content-Type: text/html; charset="us-ascii"

<H1>Internal error (module sqwebmail.c, line 2378) - contact system administrator</H1>

the segment of code referenced is as follows:

if ((rm=getenv("REQUEST_METHOD")) == 0 ||
(strcmp(rm, "POST") == 0 &&
((rm=getenv("CONTENT_TYPE")) != 0 &&
strncasecmp(rm,"multipart/form-data;", 20)
== 0)))
enomem(); /* multipart/formdata posts not allowed
*/

with the last line there the line referenced in the error.

again, i understand that an error running sqwebmail on the command line may mean nothing at all.





Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net


Reply via email to