home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20078 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.7 KB

  1. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: re: Alternative callable editors in MAIL?
  5. Date: 30 Dec 1992 12:58:32 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 23
  8. Distribution: world
  9. Message-ID: <1hs6doINNnqs@gap.caltech.edu>
  10. References: <9212282149.AA16692@uu3.psi.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <9212282149.AA16692@uu3.psi.com>, leichter@lrw.com (Jerry Leichter) writes:
  15. >Note that since MAIL is privileged, any callable editor that you intend to
  16. >call from MAIL must be INSTALL'ed.
  17.  
  18. The "since" there should be replaced by an "if."  Under VMS v5.4-2, for
  19. example:
  20.  
  21. $ SEARCH SYS$MANAGER:VMSIMAGES.DAT MAIL
  22. sys$system:mail_server    /open /header /shared    /priv=(sysprv)                        ! 1/13/VMS_highusers
  23. sys$system:mail        /open /header /shared                                ! 1/139
  24. sys$share:mailshrp    /open /header /shared     /protect                        ! 3/74
  25. sys$share:mailshr    /open /header /shared                                ! 2/107
  26.  
  27. Since MAIL_SERVER and MAIL have been decoupled, MAIL is no longer, by default,
  28. a privileged image.
  29. --------------------------------------------------------------------------------
  30. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  31.  
  32. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  33. understanding of astronomy is purely at the amateur level (or below).  So
  34. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  35. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  36. hold me responsible for it, but my organization had nothing to do with it.
  37.