home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0016 < prev    next >
Encoding:
Text File  |  1981-05-28  |  288 b   |  11 lines

  1. Aduke.751
  2. NET.v7bugs
  3. utzoo!duke!swd
  4. Sat Apr 25 11:00:36 1981
  5. mail speedup
  6. Version seven mail takes forever to send a letter
  7. to a remote site.  This is because it waits for
  8. the uux process it spawns to finish.
  9. If the pclose call in mail.c is changed to
  10. an fclose, then mail will not wait.
  11.