Previous | Contents | Index |
Return a message to its sender.
return [message-id[,...]]
Command Qualifiers Defaults -all
-noall
-channel=
nameNone -confirm
-noconfirm
-log
-log
message-id[,...]
A comma separated list of one or more message identification numbers shown with a previousdirectory
command. Ranges are allowed.
Queued messages may be returned to their originator with the
return
command. The messages to be returned are specified by their message identification numbers shown by the most recentdirectory
command. That number appears in the leftmost column of thedirectory
command listing. Ambiguous message numbers must be qualified by the proper channel name with the-channel
qualifier.The returned message is in two parts. The first part explains the reason why the message is being returned; the text of the reason is contained in the file
return_bounced.txt
file located in the PMDF language-specific directory. The second part of the returned message contains the original message itself.
-all
Return all messages shown by the last
-noall
(default)directory
command. When used in conjunction with the-channel
qualifier, only those messages shown by the lastdirectory
command for the specified channel will be returned. Unless-noconfirm
is specified with-all
, you will be required to confirm anyreturn -all
operation.Specifies the name of the channel from which to return messages. Wildcards are not permitted.
-channel=
name
-confirm
When
-noconfirm
(default)-confirm
is specified, you will be prompted to confirm each message return operation.
-log
(default)Specifies whether informational messages for each message return operation are generated.
-nolog
Previous | Next | Contents | Index |