home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0031 < prev    next >
Encoding:
Text File  |  1981-08-14  |  535 b   |  13 lines

  1. Autzoo.887
  2. net.v7bugs
  3. utzoo!henry
  4. Fri Aug 14 12:54:35 1981
  5. large mail messages
  6. The V7 mail program screws up badly if a mail message (including postmark)
  7. is larger than 32768 characters:  it loses the mail and appends a couple
  8. of bytes of garbage to the mailbox.  Such large mail messages seldom occur
  9. in intrasystem traffic but are not unheard-of when mailing files across
  10. the network.  The problem is that the byte counter in copylet() is an int.
  11. The fix is trivial:  in about line 329, change the declaration of k from
  12. int to long.
  13.