This is an enhanced version of the MAILUAF utility which has been written for
VMS 5.x operating systems. Like previous versions of this utility, its primary
purpose is to give the system manager a tool for maintaining the database
created by the operating system VMSMAIL utility. It provides the capability to
add, change, delete, and display records on the VMSMAIL_PROFILE.DATA file. This
version has the following features:

    a) The MAILUAF commands have the same qualifiers as the VMSMAIL utility.
    b) Validation logic has been added for command syntax.
    c) A security feature has been added which requires the user to have
       SYSPRV.


Commands to install program:
   $   for mailuaf
   $   mac uaidef
   $   mac lnmdef
   $   set command/obj mailuaftbl
   $   link mailuaf,mailuaftbl,uaidef,lnmdef
   $   copy mailuafhlp.hlb sys$help:*
   $   copy mailuaf.exe sys$system:*

How to invoke program:
    1) Set up the following symbol:
       $  MAILUAF :== $MAILUAF
    2) Prior issuing the "MAILUAF" command turn SYSPRV on.
    3) Issue "MAILUAF" command. You can optionally specify the desired
       function on the command line since mailuaf utility will support
       a foreign command line. Note that the utility has been defined
       with the flexibilty to maintain the system mail file referenced
       by the logical VMSMAIL_PROFILE. If this logical is not defined,
       then the default file used will be SYS$SYSTEM:VMSMAIL_PROFILE.DATA.

Mailuaf Utility's Commands:
Command   Qualifiers      Description of Command
-------   -----------     ----------------------------------------------------
 ADD                      Create new entry in VMSMAIL_PROFILE.DATA file.
          /AUTO_PURGE
          /CC_PROMPT
          /COPY_SELF
          /EDITOR
          /FORM
          /FORWARD
          /MAIL_DIRECTORY
          /PERSONAL_NAME
          /QUEUE

 EXIT                     Exit out of mailuaf utility.

 HELP                     Provide help on the mailuaf utility commands.

 LIST                     Provides a diplay about each record on
                          VMSMAIL_PROFILE.DATA file.
         /BRIEF
         /FULL

 MODIFY                   Modify any field for a particular user on the 
                          VMSMAIL_PROFILE.DATA file.
          /AUTO_PURGE
          /CC_PROMPT
          /COPY_SELF
          /EDITOR
          /FORM
          /FORWARD
          /MAIL_DIRECTORY
          /PERSONAL_NAME
          /QUEUE
 REMOVE                   Remove a user's record from the VMSMAIL_PROFILE.DATA
                          file.

 SHOW                     Display mail information about a selected user on
                          the VMSMAIL_PROFILE.DATA file.


Written: June 1988
Author: G. Davidson
        B.P. America
        Warrensville Research Lab
        4440 Warrensville Road
        Warrensville Hts., Ohio 44128
        (216)581-5149