Displaying 1 result from an estimated 1 matches for "misposit".
Did you mean:
disposit
2008 Oct 27
1
Embedded "From<space>" Lines
...and that's where the "From<space>" line appears as the first line of
the body of the message. When this happens, the body_offset will
point to the blank line between the headers and the body and not the
actual first line of the body. This will cause the stream to be
mispositioned at the time of the "From<space>" verification check in
istream_raw_mbox_get_body_size and the (actually correct)
expected_body_size will be rejected.
I have enclosed a simple diff that will work around this by adjusting
the body_offset to point to the next line at the ti...