home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / utilities / iu-14-as225.lha / INetUtils-1.4 / PROBLEMS < prev    next >
Text File  |  1994-12-09  |  2KB  |  47 lines

  1. Known Critical Problems/Required Enhancements:
  2.  
  3. **  It's POSSIBLE (but I can't prove it) that there are still buffer
  4.     management problems in 1.3. The *.au guys are still reporting problems
  5.     that look like it, but the problems are intermittent and non-reproducible.
  6.  
  7. Bugs, but not critical:
  8.  
  9. **  SMTPpost detects mail loops, but doesn't do anything but log a message on
  10.     the problem.
  11.  
  12. **  SMTPd doesn't update the mail identifier. Its always AA01.
  13.  
  14. **  SMTPd/SMTPpost don't recognize alternate hostnames as being local. That
  15.     is, alternates as defined in inet:db/hosts (or the equivalent for AmiTCP).
  16.  
  17. **  ReturnToSender() isn't done as often as it should be. For:
  18.  
  19.     invalid users (by result from Checkuser)
  20.     invalid users (by screwy characters in name)
  21.     timeouts (7 days in queue, or whatever)
  22.  
  23. **  SMTPpost doesn't know Return-Receipt-To:
  24.  
  25. **  Queueing problems.
  26.  
  27. Enhancements:
  28.  
  29. **  Queueing NNTPpost (part of NNTPd?).
  30.  
  31. **  Use syslog() for all SMTP commands.
  32.  
  33. **  Different debug levels
  34.  
  35. **  Allow multiple SMTPposts to be active at a time (as started from SMTPd)
  36.  
  37. **  Have SMTPd re-scan the spool after an incoming connection closes.
  38.  
  39. **  Add support for MailPaths file to NNTPpost
  40.  
  41. **  Track crossposts in NNTPXfer.
  42.     my newsreader does - it caches article id's, and throws out any
  43.     articles it's seen before when it first scans a newsgroup. Same idea -
  44.     you'd get duplicates of crossposted articles that arrived between
  45.     scanning the first group posted to in active and any later ones, but
  46.     that's it. Doing frequent nntpxfers would cut down on that, even.
  47.