home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / MAIL.PRN < prev    next >
Encoding:
Text File  |  1991-12-08  |  35.5 KB  |  496 lines

  1.  
  2.  
  3.  
  4.  
  5.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  6.  
  7.  
  8.  
  9.  
  10.           Revision:
  11.           Revision:
  12.           Revision:
  13.  
  14.  
  15.           This document applies to UUPC/extended version 1.11q, and was
  16.  
  17.           last updated on November 22, 1991 by Drew Derbyshire.
  18.  
  19.  
  20.  
  21.           Introduction:
  22.           Introduction:
  23.           Introduction:
  24.  
  25.  
  26.           This file describes how to invoke and use the UUPC/extended mail
  27.  
  28.           program.  It lists the commands available from the question mark
  29.  
  30.           (?) prompt in when reading MAIL.   See tilde.hlp for tilde (~)
  31.  
  32.           escape commands available when sending mail.
  33.  
  34.  
  35.  
  36.           Command line options
  37.           Command line options
  38.           Command line options
  39.  
  40.  
  41.           The MAIL 
  42.               MAIL 
  43.               MAIL  program is used for both sending and receiving mail.
  44.  
  45.           The options available depend whether you wish to send or receive
  46.  
  47.           mail.  For sending mail interactively, the syntax is:
  48.  
  49.  
  50.                mail -s "subject" addressees
  51.  
  52.  
  53.           If the -s "subject" is omitted, the user is prompted for a
  54.  
  55.           subject.  Addressees must be specified, and are in the form
  56.  
  57.           listed below.  For receiving mail, the syntax is:
  58.  
  59.  
  60.                mail -f filename
  61.  
  62.                mail -u userid
  63.  
  64.  
  65.           where filename is the mailbox to be read using the syntax
  66.  
  67.           described below for filenames, or userid is the user id whose
  68.  
  69.           system mailbox is to be read.  The default is to read your own
  70.  
  71.           system mailbox.
  72.  
  73.  
  74.           Types of operands
  75.           Types of operands
  76.           Types of operands
  77.  
  78.  
  79.           In the list of available commands, items refers to one or more
  80.  
  81.           items in the mail box.  These items can be specified in the
  82.  
  83.           following fashion:
  84.  
  85.  
  86.           Item Number    A single numeric value,  the special
  87.  
  88.                          character dot (.) to specify the current
  89.  
  90.                          item, or the special character dollar sign
  91.  
  92.                          ($) to specify the last item in the mailbox.
  93.  
  94.           Item range     Two Item numbers separated by a hyphen (-).
  95.  
  96.                          The items must be in ascending order; for
  97.  
  98.                          example, 1-$ is valid, $-1 is not valid.
  99.  
  100.           List of items  A list of item numbers and/or item ranges,
  101.  
  102.                          separated by spaces.  The list need not be
  103.  
  104.                          in ascending order.  An example is: 1-5 8 7
  105.  
  106.                          14-17.
  107.  
  108.           Asterisk (*)   Selects all items in the mailbox
  109.  
  110.  
  111.  
  112.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  113.  
  114.  
  115.  
  116.           Subject        A slash (/) followed by a subject to search
  117.  
  118.                          for, optionally followed by a terminating
  119.  
  120.                          slash.  Each Subject: or Resent-Subject:
  121.  
  122.                          will be searched for the specified string.
  123.  
  124.                          An example is /UUPC bugs/
  125.  
  126.           User id        A single word (no white space) appearing in
  127.  
  128.                          the From or Resent-From lines of the mail
  129.  
  130.                          header.  Note that if the command accepts
  131.  
  132.                          both an item and a userid, you cannot
  133.  
  134.                          specify the item as a user id.
  135.  
  136.  
  137.                          Note:
  138.                          Note:
  139.                          Note: If the command accepts both an item
  140.  
  141.                          and file name and you specify a user id for
  142.  
  143.                          the item, you must explicitly provide the
  144.  
  145.                          default filename unless the user id includes
  146.  
  147.                          the characters at sign (@), percent sign
  148.  
  149.                          (%), or exclamation point (!).
  150.  
  151.  
  152.  
  153.           Some commands also allow file names as operands.  These may be
  154.  
  155.           described in the following fashion:
  156.  
  157.  
  158.           Simple file    An MS-DOS file name with no path name
  159.  
  160.           name
  161.  
  162.           Relative path  An MS-DOS file name with one or more back
  163.  
  164.           name           slashes (\) which does not begin with a back
  165.  
  166.                          slash or drive letter.
  167.  
  168.           Absolute path  An MS-DOS file name with one or more back
  169.  
  170.           name           slashes (\) which begins with a back slash
  171.  
  172.                          or drive letter.
  173.  
  174.           Mailbox        A simple file name prefixed by the plus sign
  175.  
  176.                          (+) character.  This will cause the file be
  177.  
  178.                          referenced as if it is the mailbox for the
  179.  
  180.                          specified user.  For example, +postmast
  181.  
  182.                          refers to the mailbox for user postmast.
  183.  
  184.           Relative to    A simple file name preceded by a tilde and
  185.  
  186.           your home      slash (~/).  The file is then referenced by
  187.  
  188.           directory      the prepending the home directory listed in
  189.  
  190.                          your PERSONAL.RC to the simple file name.
  191.  
  192.           Relative to    A simple file name preceded by a tilde, the
  193.  
  194.           another's home userid, and a slash (~userid/).  The file is
  195.  
  196.           directory.     then referenced by the prepending the home
  197.  
  198.                          directory listed in the PASSWD file for user
  199.  
  200.                          "userid" to the simple file name.
  201.  
  202.  
  203.  
  204.           When sending mail from the MS-DOS command line or via the mail
  205.                                                                     mail
  206.                                                                     mail or
  207.  
  208.           forward
  209.           forward
  210.           forward commands, addressees must be entered.  These take the
  211.  
  212.           form:
  213.  
  214.  
  215.           userid              A simple user id, for delivery on the
  216.  
  217.                               local system.
  218.  
  219.  
  220.  
  221.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  222.  
  223.  
  224.  
  225.           userid@node         A user id and node combination, for
  226.  
  227.                               delivery to userid on system node.
  228.  
  229.  
  230.           nickname            A user or list defined in the user's
  231.  
  232.                               ALIASES
  233.                               ALIASES
  234.                               ALIASES.
  235.                                      .
  236.                                      .TXT 
  237.                                       TXT 
  238.                                       TXT file.
  239.  
  240.  
  241.           If the flag -c 
  242.                       -c 
  243.                       -c is inserted before a user id, then all following
  244.  
  245.           users are delivered as Carbon Copy (Cc:) addressees.  If the flag
  246.  
  247.           -b is inserted before a user id, then all following users are
  248.  
  249.           delivered as blind carbon copies; their addresses do not appear
  250.  
  251.           in the mail header.  The blind carbon copy flag must follow any
  252.  
  253.           all normal addressees and carbon copy addressees.
  254.  
  255.  
  256.  
  257.           Commands available when reading mail:
  258.           Commands available when reading mail:
  259.           Commands available when reading mail:
  260.  
  261.  
  262.           Commands are entered in response to the mail question mark prompt
  263.  
  264.           (?); all commands must be separated from their operands, if any,
  265.  
  266.           by white space.  Most commands can be abbreviated to a single
  267.  
  268.           character; the commands which cannot be so abbreviated and their
  269.  
  270.           shortest allowable abbreviation are debug
  271.                                               debug
  272.                                               debug (deb
  273.                                                      deb
  274.                                                      deb), dquit 
  275.                                                            dquit 
  276.                                                            dquit (dq
  277.                                                                   dq
  278.                                                                   dq),
  279.  
  280.           previous
  281.           previous
  282.           previous (pre
  283.                     pre
  284.                     pre),  set
  285.                            set
  286.                            set (se
  287.                                 se
  288.                                 se), and status
  289.                                          status
  290.                                          status (st
  291.                                                  st
  292.                                                  st).
  293.  
  294.  
  295.           The commands supported by UUPC/extended 
  296.                                                   
  297.                                                   are as follows:
  298.  
  299.  
  300.           empty line               If the current mail has not been
  301.  
  302.                                    touched, then an empty line acts as a
  303.  
  304.                                    print
  305.                                    print
  306.                                    print command; otherwise, it acts as a
  307.  
  308.                                    next
  309.                                    next
  310.                                    next command.
  311.  
  312.           ! command                Executes 
  313.                                             
  314.                                             command as an MS-DOS command.
  315.  
  316.                                    If command is omitted, runs an
  317.  
  318.                                    inferior command processor (which
  319.  
  320.                                    gives the user a new DOS prompt.)
  321.  
  322.           ?                        Prints a summary of commands
  323.  
  324.                                    available.
  325.  
  326.           + integer                Alias for down
  327.                                              down
  328.                                              down command.
  329.  
  330.           - integer                Alias for up
  331.                                              up
  332.                                              up command.
  333.  
  334.           alias a1 a2 a3           Displays alias information loaded from
  335.  
  336.                                    user's ALIASES
  337.                                           ALIASES
  338.                                           ALIASES.
  339.                                                  .
  340.                                                  .TXT 
  341.                                                   TXT 
  342.                                                   TXT file for nicknames
  343.  
  344.                                    a1 a2 a3.  If an alias is list of
  345.  
  346.                                    other aliases, the list is recursively
  347.  
  348.                                    exploded and displayed.  This command
  349.  
  350.                                    has no default operand; at least one
  351.  
  352.                                    alias must be specified.
  353.  
  354.           copy items file          Copies mail items into file with
  355.  
  356.                                    headers.  Default file is the printer
  357.  
  358.                                    on device PRN
  359.                                              PRN
  360.                                              PRN.
  361.  
  362.           debug integer            Sets internal trace level to integer;
  363.  
  364.                                    default is 0 at start up, 1 if command
  365.  
  366.                                    is entered with no operands.  This can
  367.  
  368.                                    also be set by the command line flag -
  369.                                                                         -
  370.                                                                         -
  371.  
  372.                                    x.
  373.                                    x.
  374.                                    x.
  375.  
  376.  
  377.  
  378.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  379.  
  380.  
  381.  
  382.           delete items             Sets status of items to deleted.
  383.  
  384.                                    Deleted items are ignored when
  385.  
  386.                                    selecting mail by subject or user id,
  387.  
  388.                                    and are purged from the mailbox when
  389.  
  390.                                    the quit
  391.                                        quit
  392.                                        quit command is issued.
  393.  
  394.           dquit items              Short for delete
  395.                                              delete
  396.                                              delete followed by quit.
  397.                                                                 quit.
  398.                                                                 quit.
  399.  
  400.           exit                     Exits mail without updating mailbox;
  401.  
  402.                                    deleted items are left alone.  Compare
  403.  
  404.                                    this to the quit
  405.                                                quit
  406.                                                quit command.
  407.  
  408.           forward items addrs      Resents items to addrs.  Note that if
  409.  
  410.                                    the askcc 
  411.                                        askcc 
  412.                                        askcc option is set, each item
  413.  
  414.                                    forwarded will be prompted for Carbon
  415.  
  416.                                    Copy addressees.
  417.  
  418.           go items                 Positions to the last of the items
  419.  
  420.                                    selected.
  421.  
  422.           headers                  Displays summary information for all
  423.  
  424.                                    items in the mailbox.
  425.  
  426.           Headers items            Displays summary information for the
  427.  
  428.                                    selected items in the mailbox.
  429.  
  430.           help                     Prints this long help text.
  431.  
  432.           mail -s subject addrs    Interactively send mail to addrs with
  433.  
  434.           mail addrs               optional subject.
  435.  
  436.           next integer             Move down in mailbox by integer items.
  437.  
  438.                                    Default is 1.
  439.  
  440.           previous integer         Alias of up 
  441.                                             up 
  442.                                             up command.
  443.  
  444.           print items              Print items from mailbox, using the
  445.  
  446.                                    external pager if define in the
  447.  
  448.                                    configuration file and ignoring a
  449.  
  450.                                    standard list of RFC-822 fields in the
  451.  
  452.                                    mail header such as Received: and
  453.  
  454.                                    Message-Id:.  Compare this to the
  455.  
  456.                                    Print
  457.                                    Print
  458.                                    Print, type
  459.                                           type
  460.                                           type, and Type
  461.                                                     Type
  462.                                                     Type commands,
  463.                                                                  ,
  464.                                                                  ,
  465.  
  466.           Print items              Print items from mailbox, using
  467.  
  468.                                    internal pager and ignoring a standard
  469.  
  470.                                    list of RFC-822 fields in the mail
  471.  
  472.                                    header.
  473.  
  474.           quit                     Terminates the reading of mail.  All
  475.  
  476.                                    deleted items are purged, and all
  477.  
  478.                                    other items are saved in the original
  479.  
  480.                                    mailbox or in =mbox depending on the
  481.  
  482.                                    setting of the save
  483.                                                   save
  484.                                                   save flag.
  485.  
  486.           reply items              Interactively sends mail to the
  487.  
  488.                                    authors of each of the items
  489.  
  490.                                    requested.  Note that each item is
  491.  
  492.                                    replied to separately, specifying
  493.  
  494.                                    "reply 1-10" will send ten pieces of
  495.  
  496.                                    mail to ten people.
  497.  
  498.           save items file          Saves the specified items complete
  499.  
  500.                                    with mail headers into file, and then
  501.  
  502.                                    deletes the items.  Compare this to
  503.  
  504.                                    the copy 
  505.                                        copy 
  506.                                        copy and write
  507.                                                 write
  508.                                                 write commands.
  509.  
  510.  
  511.  
  512.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  513.  
  514.  
  515.  
  516.           set                      Sets various boolean options.   These
  517.  
  518.                                    option can also be set in your
  519.  
  520.                                    PERSONAL
  521.                                    PERSONAL
  522.                                    PERSONAL.
  523.                                            .
  524.                                            .RC 
  525.                                             RC 
  526.                                             RC file.  The options are
  527.  
  528.                                    listed below under SET OPTIONS
  529.                                                       SET OPTIONS
  530.                                                       SET OPTIONS.
  531.                                                                  .
  532.                                                                  .
  533.  
  534.           status                   Reports miscellaneous program
  535.  
  536.                                    information, including:
  537.  
  538.  
  539.                                         The version and creation time of
  540.  
  541.                                              the program
  542.  
  543.                                         The operating system version
  544.  
  545.                                         The current address and related
  546.  
  547.                                              information
  548.  
  549.                                         The current file name, size, and
  550.  
  551.                                              date last updated
  552.  
  553.  
  554.           type items               Print items from mailbox, using
  555.  
  556.                                    external pager if available and
  557.  
  558.                                    displaying RFC-822 fields suppressed
  559.  
  560.                                    by the print
  561.                                           print
  562.                                           print command.  Compare this to
  563.  
  564.                                    the print
  565.                                         rint
  566.                                         rint, Print
  567.                                               Print
  568.                                               Print, and Type
  569.                                                          Type
  570.                                                          Type commands,
  571.                                                                       ,
  572.                                                                       ,
  573.  
  574.           Type items               Print items from mailbox, using
  575.  
  576.                                    internal pager and displaying RFC-822
  577.  
  578.                                    fields suppressed by the print
  579.                                                             print
  580.                                                             print and
  581.  
  582.                                    Print
  583.                                    Print
  584.                                    Print commands.
  585.  
  586.           undelete                 Changes status of items to unread.
  587.  
  588.           write items file         Writes items
  589.                                           items
  590.                                           items to file
  591.                                                    file
  592.                                                    file without the RFC-
  593.  
  594.                                    822 headers and then deletes them.
  595.  
  596.                                    The default file is ~/mbox
  597.                                                        ~/mbox
  598.                                                        ~/mbox.  Compare
  599.  
  600.                                    this to the copy
  601.                                                copy
  602.                                                copy and save
  603.                                                         save
  604.                                                         save commands.
  605.  
  606.           xit                      Alias for the exit
  607.                                                  exit
  608.                                                  exit command.
  609.  
  610.  
  611.           Set options
  612.           Set options
  613.           Set options
  614.  
  615.  
  616.           In addition to the commands listed above, a variety of options
  617.  
  618.           can be set in the various configuration files; of special note
  619.  
  620.           are the boolean options specified via options=
  621.                                                 options=
  622.                                                 options=  keyword in the
  623.  
  624.           configuration files, as they can be changed via the set
  625.                                                               set
  626.                                                               set command.
  627.  
  628.           Options are enabled by specifying their keyword, and disabled by
  629.  
  630.           prefixing the keyword with the characters "no"; the default for
  631.  
  632.           all options is disabled.
  633.  
  634.  
  635.           Valid boolean options which can be set by the user in the UUPC.RC
  636.  
  637.           file, their PERSONAL.RC file, or via the options
  638.                                                    options
  639.                                                    options command are as
  640.  
  641.           follows:
  642.  
  643.  
  644.           Option    Default operation          Operation if set
  645.  
  646.           name
  647.  
  648.  
  649.  
  650.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  651.  
  652.  
  653.  
  654.           askcc     The user must enter all    After composing, reply
  655.  
  656.                     addressees when invoking   to, or forwarding mail,
  657.  
  658.                     mail
  659.                     mail
  660.                     mail or forward
  661.                             forward
  662.                             forward.           the user is prompted for
  663.  
  664.                     Additional addressees      carbon copy (Cc:)
  665.  
  666.                     cannot be added to mail    addressees.
  667.  
  668.                     generated by reply
  669.                                  reply
  670.                                  reply.
  671.  
  672.  
  673.  
  674.           autoedit  When sending mail, the     If the user has defined
  675.  
  676.                     user is presented with     an editor, when sending
  677.  
  678.                     the line oriented  send    mail,  the editor is
  679.  
  680.                     mail interface.  To use a  immediately invoked for
  681.  
  682.                     full screen editor, the    the user to enter mail
  683.  
  684.                     user must use the ~e
  685.                                       ~e
  686.                                       ~e       with.  The user must exit
  687.  
  688.                     (edit) command or exit     the editor to  include
  689.  
  690.                     line oriented data entry   mail from the active
  691.  
  692.                     to invoke his editor.      mailbox.
  693.  
  694.  
  695.           autoincl  Do not automatically       When the reply command is
  696.  
  697.           ude       include the text of mail   invoked, automatically
  698.  
  699.                     being replied to.          include the text of the
  700.  
  701.                                                mail being replied to as
  702.  
  703.                                                if the ~i command was
  704.  
  705.                                                issued.
  706.  
  707.  
  708.           autosign  When sending mail, the     If defined in the user's
  709.  
  710.                     user's signature file is   configuration file, the
  711.  
  712.                     not appended to outgoing   signature is
  713.  
  714.                     mail automatically.  If    automatically appended to
  715.  
  716.                     defined, the user mail     all outgoing mail.
  717.  
  718.                     still include the file
  719.  
  720.                     via the ~g
  721.                             ~g
  722.                             ~g (include
  723.  
  724.                     autograph) command.
  725.  
  726.  
  727.           backup    Do not create a backup of  Before updating or
  728.  
  729.                     the file being processed   deleting the current file
  730.  
  731.                     before rewriting or        when exiting mail, rename
  732.  
  733.                     deleting it.               the existing file to the
  734.  
  735.                                                same file name with the
  736.  
  737.                                                extension defined by the
  738.  
  739.                                                configuration variable
  740.  
  741.                                                BackupExt
  742.                                                BackupExt
  743.                                                BackupExt.
  744.  
  745.  
  746.                                                Note:
  747.                                                Note:
  748.                                                Note: If no extension is
  749.  
  750.                                                defined, a default
  751.  
  752.                                                extension of "BAK" is
  753.  
  754.                                                used.
  755.  
  756.  
  757.  
  758.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  759.  
  760.  
  761.  
  762.           doskey    Under DOS, interactive     If installed, the MS-DOS
  763.  
  764.                     input is read from the     5.0 DOSKEY program is
  765.  
  766.                     console using standard     used to read input from
  767.  
  768.                     DOS services (INT 21H      the console; normal
  769.  
  770.                     function 0AH).  DOSKEY,    DOSKEY functions,
  771.  
  772.                     if installed, is ignored.  including the ability to
  773.  
  774.                     Empty input lines are      edit and scroll input,
  775.  
  776.                     processed normally.        along with macro
  777.  
  778.                                                expansion, is available.
  779.  
  780.                                                Empty lines (which can be
  781.  
  782.                                                generated by DOSKEY macro
  783.  
  784.                                                processing) are ignored
  785.  
  786.                                                at the command prompt
  787.  
  788.                                                unless the expert 
  789.                                                           expert 
  790.                                                           expert option
  791.  
  792.                                                is also set.
  793.  
  794.  
  795.                                                Note: 
  796.                                                Note: 
  797.                                                Note: If DOSKEY is not
  798.  
  799.                                                installed, when the user
  800.  
  801.                                                is first prompted for
  802.  
  803.                                                input the doskey 
  804.                                                          doskey 
  805.                                                          doskey option
  806.  
  807.                                                is reset to nodoskey
  808.                                                            nodoskey
  809.                                                            nodoskey with
  810.  
  811.                                                a warning message.
  812.  
  813.  
  814.           dot       When sending mail,         When sending mail,
  815.  
  816.                     interactive input must be  interactive input can be
  817.  
  818.                     terminated by the DOS end  terminated by a single
  819.  
  820.                     of file character (Ctrl-   period (.) in column one.
  821.  
  822.                     Z).
  823.  
  824.  
  825.           expert    All informational          Boiler plate messages,
  826.  
  827.                     messages are displayed,    such as the initial help
  828.  
  829.                     and if the doskey
  830.                                doskey
  831.                                doskey option   prompt, are suppressed,
  832.  
  833.                     is also set, empty input   and empty input lines are
  834.  
  835.                     lines are ignored in       not ignored when the
  836.  
  837.                     response to the command    doskey
  838.                                                doskey
  839.                                                doskey option is set.
  840.  
  841.                     prompt.
  842.  
  843.  
  844.  
  845.           forward-  Mail sent via the forward
  846.                                       forward
  847.                                       forward  If the user has defined
  848.  
  849.           save      command is not saved in    an outgoing mailbox, then
  850.  
  851.                     the user's outgoing        mail sent via the forward
  852.                                                                  forward
  853.                                                                  forward
  854.  
  855.                     mailbox.                   command is saved in the
  856.  
  857.                                                same fashion as other
  858.  
  859.                                                outgoing mail.
  860.  
  861.  
  862.  
  863.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  864.  
  865.  
  866.  
  867.           fromsep   Items in the mailbox must  Items in the mailbox can
  868.  
  869.                     be separated by a line of  be separated only by UUCP
  870.  
  871.                     binary ones (1).           format From
  872.                                                       From
  873.                                                       From lines.  The
  874.  
  875.                                                line of binary ones (1)
  876.  
  877.                                                required between items by
  878.  
  879.                                                the default operation of
  880.  
  881.                                                nofromsep
  882.                                                nofromsep
  883.                                                nofromsep is still
  884.  
  885.                                                generated when updating
  886.  
  887.                                                mailboxes.
  888.  
  889.  
  890.                                                Note: 
  891.                                                Note: 
  892.                                                Note: This option must be
  893.  
  894.                                                set in a system or user
  895.  
  896.                                                configuration file,
  897.  
  898.                                                because it only examined
  899.  
  900.                                                at start up.
  901.  
  902.  
  903.           pager     help
  904.                     help
  905.                     help, print
  906.                           print
  907.                           print and type
  908.                                     type
  909.                                     type use   help
  910.                                                help
  911.                                                help, print
  912.                                                      print
  913.                                                      print and type
  914.                                                                type
  915.                                                                type use
  916.  
  917.                     the external pager if one  the internal pager, and
  918.  
  919.                     is defined, and Print 
  920.                                     Print 
  921.                                     Print and  Print 
  922.                                                Print 
  923.                                                Print and Type 
  924.                                                          Type 
  925.                                                          Type use the
  926.  
  927.                     Type 
  928.                     Type 
  929.                     Type use the internal      external pager if one is
  930.  
  931.                     pager.                     defined
  932.  
  933.  
  934.           purge     Empty mailboxes are left   Empty mailboxes are
  935.  
  936.                     in place when the user     deleted when the user
  937.  
  938.                     exits mail.                exits mail.
  939.  
  940.  
  941.  
  942.           save      Mail is left in the        If mail is not deleted
  943.  
  944.                     user's system mailbox      from the user's system
  945.  
  946.                     after reading.             mailbox after reading, it
  947.  
  948.                                                is automatically saved in
  949.  
  950.                                                his ~/mbox 
  951.                                                    ~/mbox 
  952.                                                    ~/mbox file when the
  953.  
  954.                                                user exits mail.
  955.  
  956.  
  957.           verbose   When invoked from mail,    When invoked from mail,
  958.  
  959.                     rmail only displays error  rmail displays both error
  960.  
  961.                     messages.                  messages and nominal
  962.  
  963.                                                status messages,
  964.  
  965.                                                including the addresses
  966.  
  967.                                                mail was delivered to.
  968.  
  969.  
  970.  
  971.  
  972.           The following system oriented options must apply to all users on
  973.  
  974.           a system and can only
  975.                            only
  976.                            only be set in the UUPC.RC file:
  977.  
  978.  
  979.           Option    Default operation          Operation if set
  980.  
  981.           name
  982.  
  983.  
  984.           bang      RFC-822 headers are        RFC-822 headers are
  985.  
  986.                     generated with a           generated with UUCP style
  987.  
  988.                     "User name" <user@node>    (User name) node!user
  989.  
  990.                     format.                    format.
  991.  
  992.  
  993.  
  994.           December 8, 1991                UUPC/extended 1.11q Mail Command Reference
  995.  
  996.  
  997.  
  998.           director  Mail for  "user" is        Mail for  "user" is
  999.  
  1000.           y         delivered to the file      delivered to the file
  1001.  
  1002.                     user in the directory      newmail in the user sub-
  1003.  
  1004.                     specified by the maildir=
  1005.                                      maildir=
  1006.                                      maildir=  directory of the
  1007.  
  1008.                     line in the system         directory specified by
  1009.  
  1010.                     configuration file.        the maildir=
  1011.                                                    maildir=
  1012.                                                    maildir= line in the
  1013.  
  1014.                                                system configuration
  1015.  
  1016.                                                file.
  1017.  
  1018.  
  1019.           history   No news history is         A history is maintained
  1020.  
  1021.                     maintained.                of all news articles read
  1022.  
  1023.                                                and posted.
  1024.  
  1025.  
  1026.                                                Note:
  1027.                                                Note:
  1028.                                                Note:  Because news is
  1029.  
  1030.                                                not supported in
  1031.  
  1032.                                                UUPC/extended 1.11q, this
  1033.  
  1034.                                                option has no effect.
  1035.  
  1036.  
  1037.           kanji     No translation of          Mail which orginates
  1038.  
  1039.                     characters takes place     locally is translated
  1040.  
  1041.                     during RMAIL processing.   from a 2 byte Kanji code
  1042.  
  1043.                                                called Shift-JIS
  1044.  
  1045.                                                (Japanese ideogram) to
  1046.  
  1047.                                                Kanji in a 7bit subset of
  1048.  
  1049.                                                ISO2022 which can be
  1050.  
  1051.                                                transmitted via SMTP.
  1052.  
  1053.                                                Mail from remote systems
  1054.  
  1055.                                                which is delivered
  1056.  
  1057.                                                locally is translated
  1058.  
  1059.                                                from JIS 7bit back to
  1060.  
  1061.                                                Shift-JIS.
  1062.  
  1063.  
  1064.  
  1065.           monocase  Job sequence ids are       Job sequence ids are
  1066.  
  1067.                     generated in base 62       generated in base 36
  1068.  
  1069.                     using numerics and upper   using numerics and upper
  1070.  
  1071.                     and lower case             case alphabetics.
  1072.  
  1073.                     alphabetics.
  1074.  
  1075.  
  1076.           multique  When queuing mail for      When queuing mail for
  1077.  
  1078.           ue        other hosts, each          other hosts, a single
  1079.  
  1080.                     addressee is delivered     file delivered via the
  1081.  
  1082.                     separately.                remote UUCP can have
  1083.  
  1084.                                                multiple addressees.
  1085.  
  1086.  
  1087.           syslog    No record is made of       The file SYSLOG is
  1088.  
  1089.                     files transferred.         written in the spool
  1090.  
  1091.                                                directory with a record
  1092.  
  1093.                                                for each file transferred
  1094.  
  1095.                                                to or from the local
  1096.  
  1097.                                                system.