The following patch should get the XFaces.useContentLength resource working properly. Rob Henderson, robh@cs.indiana.edu, Aug 2001 *** mail_box.c Wed Aug 22 09:30:07 2001 --- mail_box.c.dist Sat Mar 12 19:38:43 1994 *************** *** 138,144 **** * We got a list of headers so skip the body. */ ! MailBodySkip(content_length == -1 ? -1 : content_length+1); /* * If we used the content_length value then we should skip --- 138,144 ---- * We got a list of headers so skip the body. */ ! MailBodySkip(content_length); /* * If we used the content_length value then we should skip