Previous | Next | Contents | Index |
Controls whether or not you are automatically copied on messages you send, forward, or reply to.
Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.
SET COPY_SELF keyword[,...]
SHOW COPY_SELF
Qualifiers Defaults /LOG /NOLOG /UIC="[g,m]" None /USER=username None
keyword[,...]
Required list of one or more keywords specifying when to automatically copy yourself and (whether to make the automatic copiescc:
copies orbcc:
copies). May be any combination ofSEND
,NOSEND
,FORWARD
,NOFORWARD
,REPLY
,NOREPLY
,cc
,bcc
.
With the
COPY_SELF
command, you specify whether or not you wish to automatically receive a copy of any messages you send with theSEND
orFORWARD
,REDISTRIBUTE
, orRESEND
commands, or reply to with theANSWER
orREPLY
commands. The CC and BCC keywords specify whether the automatic copy should be generated by placing your own address in the list of Cc: recipients, or in the list of Bcc: recipients for the message; thecc:
keyword is the default.
In the following example, the
COPY_SELF
command is used to specify that you be copied on messages which you send or reply to.
EMAIL> SET COPY_SELF SEND,REPLY,NOFORWARD EMAIL> SHOW COPY_SELF Automatic copy to yourself on SEND and REPLY. EMAIL>
Previous | Next | Contents | Index |