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

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!ucbvax!lrw.com!leichter
  2. From: leichter@lrw.com (Jerry Leichter)
  3. Newsgroups: comp.os.vms
  4. Subject: re: re: Alternative callable editors in MAIL?
  5. Message-ID: <9212301930.AA18889@uu3.psi.com>
  6. Date: 30 Dec 92 17:56:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 23
  10.  
  11.  
  12.     [I wrote:]
  13.     Note that since MAIL is privileged, any callable editor that you
  14.     intend to call from MAIL must be INSTALL'ed.
  15.  
  16.     [Carl Lydick responds:]
  17.     The "since" there should be replaced by an "if."  Under VMS v5.4-2,
  18.     for example:
  19.  
  20.     $ SEARCH SYS$MANAGER:VMSIMAGES.DAT MAIL
  21.     sys$system:mail_server    /open /header /shared    /priv=(sysprv)
  22.     sys$system:mail        /open /header /shared
  23.     sys$share:mailshrp    /open /header /shared     /protect
  24.     sys$share:mailshr    /open /header /shared
  25.  
  26.     Since MAIL_SERVER and MAIL have been decoupled, MAIL is no longer, by
  27.     default, a privileged image.
  28.  
  29. Mr. Lydick is, of course, quite correct.  However, it's worth noting that
  30. MAIL WILL be installed with privilege on many systems, since some common
  31. mail extension packages, DECUS UUCP perhaps most prominent among them, require
  32. it be so.
  33.                             -- Jerry
  34.