home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / mail / pmdf / 2187 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  2.3 KB

  1. Path: sparky!uunet!europa.asd.contel.com!emory!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!simpact!inland!cmkrnl!infopiz!mccall!ipmdf-newsgate!list
  2. From: ned@innosoft.com (Ned Freed)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Problem with personal aliases
  5. Message-ID: <01GNZU4GLA5294E2EJ@INNOSOFT.COM>
  6. Date: 25 Aug 92 18:28:13 GMT
  7. Organization: The Internet
  8. Lines: 32
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 25 Aug 1992 10:28:13 -0800 (PST)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GNZUE72KW295O5EK@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"GHC@VGER.NIDDK.NIH.GOV"
  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. First of all, you cannot test personal aliases with PMDF TEST/REWRITE. It
  21. does not contain any logic for testing them and will not produce
  22. results that even vaguely resemble what you should get from personal
  23. aliases. This restriction is a permanent one and will not be lifted in
  24. the future -- the handling of the expansion of personal aliases is totally
  25. ideosyncratic to the user agent doing the expansion. VMS MAIL, PMDF SEND,
  26. Multinet MM, and our unreleased PMDF user agent all handle personal aliases
  27. and all do it differently. The only aspect of personal aliases you can
  28. test with PMDF TEST/REWRITE is whether or not they expand into the
  29. proper list of envelope addresses.
  30.  
  31. Second, the message you received on HELIX was munged by a broken sendmail
  32. configuration. One of sendmail's many problems is that it cannot handle
  33. group address syntax. (More accurately, the configurations that ship
  34. with 99.999% of the sendmails of the world don't handle group addresses
  35. properly.) In practice this is a non-issue since you cannot use an
  36. empty group address for anything anyway. But the address you should
  37. have seen was something like this:
  38.  
  39.     To: HELIX: ;
  40.  
  41. The @host stuff is garbage that sendmail slapped on there. Ironically, there
  42. are also some sendmails out there that will strip this garbage back off. What
  43. a pile.
  44.  
  45. Finally, I don't know what you expected to get, but this is the expected
  46. result when you use a persnoal alias that is marked private and noexpand.
  47. If you want the alias to expand into the real address just mark it expand
  48. and it will. If you want it to expand into an alias other people can use
  49. mark it public.
  50.  
  51.                 Ned
  52.