*** transports/mailbox/mailbox.c~ Mon Sep 26 11:45:11 1994 --- transports/mailbox/mailbox.c Wed Sep 28 13:43:47 1994 *************** *** 1666,1672 **** putc('>',fp); i = fwrite(buf2, 1, tlen, fp); if (i != tlen) return -1; ! return tlen; } /* ------------------------------------------------------------ */ /* Well, no other processings known.. */ --- 1666,1672 ---- putc('>',fp); i = fwrite(buf2, 1, tlen, fp); if (i != tlen) return -1; ! return len; /* Return the incoming length, NOT the true length! */ } /* ------------------------------------------------------------ */ /* Well, no other processings known.. */