home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / softsys / andrew / 1092 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.2 KB

  1. Path: sparky!uunet!sun-barr!ames!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!TRANSARC.COM!Craig_Everhart
  2. From: Craig_Everhart@TRANSARC.COM
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Running Metamail as root
  5. Message-ID: <oePiNsL0Bwwt8kipVs@transarc.com>
  6. Date: 23 Jul 92 17:03:52 GMT
  7. References: <1992Jul23.080904.163654@eratu.rz.uni-konstanz.de>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 36
  12.  
  13. Excerpts from internet.other.info-andrew: 23-Jul-92 Re: Running Metamail
  14. as root Z. Horvat@ames.arc.nasa. (1499)
  15.  
  16. > Another thing, which i find sometimes annoying, is the sometimes too strict
  17. > type of address validation. E.g. Person Abc Def, which is only reachable via
  18. > a gateway, would be adressed like that:
  19.  
  20. > To:@xyz.org:Abc.Def@blah.blah.blah.xyz.org
  21.  
  22. > Adressing this person that way with elm works and the message gets delivered.
  23. > Using messages, it complains that the adress is not valid. In fact, the adress
  24. > is valid, but messages just thinks so. Wouldn4t it be a more user friendly way
  25. > if messages would warn and ask ?
  26.  
  27. You control all this via AndrewSetup.  Check the AMS_DeliveryViaXXX,
  28. AMS_ValidateDestHosts, and AMS_HardHostValidationErrors options.  One
  29. kind of behavior that Messages might be doing here is to check whether
  30. the domain system says that you can get mail to ``xyz.org'' via type A
  31. or type MX records.  If you want Messages to do remote host validation,
  32. you have to configure it to validate remote host names in the same way
  33. that your underlying mail delivery system will do it.
  34.  
  35. > One other thing that i miss, is to build aliases or nicknames "on the
  36. > fly". Let4s
  37. > say a menu option which allows me to extract the mail adress from the current
  38. > message i4m in and assign a alias to it. Maybe this function is already
  39. > there and
  40. > i4ve just missed something ?
  41.  
  42. It's not there in native code, but you could cut-and-paste into your
  43. ~/.AMS_aliases file.  Perhaps some compound-action wizard or Ness wizard
  44. could come up with some function that you could bind to a keystroke that
  45. would (say) take the highlighted address, prompt for an alias name, and
  46. add the combination to ~/.AMS_aliases.
  47.  
  48.         Craig
  49.