Sets the default for determining whether the SEND, REPLY, or FORWARD commands return to the sender a copy of the message being sent. By specifying the NOSEND, NOREPLY, or NOFORWARD keywords with the SET COPY_SELF command, you can clear any default copying you have established with the SET COPY_SELF command. The SHOW COPY_SELF command displays which commands (SEND, REPLY, or FORWARD) automatically send a copy of the message to you. Format SET COPY_SELF command [,command] SHOW COPY_SELF
1 – Parameter
command The command parameters can be any of the following: SEND, NOSEND, REPLY, NOREPLY, FORWARD, or NOFORWARD. You can use NOSEND, NOREPLY, and NOFORWARD to reverse previous settings of SEND, REPLY, or FORWARD.
2 – Examples
1.MAIL> SHOW COPY_SELF Automatic copies to yourself are disabled This example shows the message Mail displays when you have not used the SET COPY_SELF command and you enter the SHOW COPY_SELF command. 2.MAIL> SET COPY_SELF SEND, REPLY MAIL> SHOW COPY_SELF Automatic copy to yourself on SEND, REPLY This example shows how to use the SET COPY_SELF command to enable copies of mail messages you send to be returned back to you. The SHOW COPY_SELF command indicates that you have enabled automatic copying when you enter the SEND or REPLY commands.