home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2235 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!elroy.jpl.nasa.gov!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: ned@sigurd.innosoft.com (Ned Freed)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Mail-11 delivery and soft-vs-hard failures
  5. Message-ID: <01GO8IVWWXWS9S3OWV@SIGURD.INNOSOFT.COM>
  6. Date: 31 Aug 92 22:40:38 GMT
  7. Organization: The Internet
  8. Lines: 18
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 31 Aug 1992 15:40:38 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GO8J1MUO9E95O4DJ@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"bob@camb.com"
  15. X-Vms-Cc: IPMDF
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20. The code to determine whether or not a given error is temporary or
  21. permanent is deeply buried in the internals of the VMS mail foreign
  22. protocol interface. This code is not shipped with PMDF as a rule (it is
  23. available under nondisclosure). The code is extremely complex since these
  24. are not simple numbers -- they are strings and have to be parsed to obtain
  25. their content.
  26.  
  27. This error in particular is also produced when a forwarding address is
  28. broken on receiving system's side of things. This can in fact be a
  29. consequence of the system not being fully initialized, so it does happen
  30. at completely transient times. It is therefore inappropriate to reclassify
  31. this particular error as permanent. Classification of errors is very tricky
  32. because you have to know all the circumstances that can produce the error.
  33. (My personal favorite is the "no such device" error, which you might think
  34. would be permanent, but turns out to be what you get when some network
  35. software is temporarily shut down!)
  36.  
  37.                 Ned
  38.