PMDF System Manager's Guide


Previous Contents Index


return

Return a message to its sender.

Syntax

return [message-id[,...]]

Command Qualifiers Defaults
-all -noall
-channel=name None
-confirm -noconfirm
-log -log

Parameters

message-id[,...]

A comma separated list of one or more message identification numbers shown with a previous directory command. Ranges are allowed.

Description

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 recent directory command. That number appears in the leftmost column of the directory 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.


Qualifiers

-all

-noall (default)

Return all messages shown by the last directory command. When used in conjunction with the -channel qualifier, only those messages shown by the last directory command for the specified channel will be returned. Unless -noconfirm is specified with -all, you will be required to confirm any return -all operation.

-channel=name

Specifies the name of the channel from which to return messages. Wildcards are not permitted.

-confirm

-noconfirm (default)

When -confirm is specified, you will be prompted to confirm each message return operation.

-log (default)

-nolog

Specifies whether informational messages for each message return operation are generated.


Previous Next Contents Index