PMDF System Manager's Guide


Previous Contents Index


hold

Mark one or more messages as being held.

Syntax

hold [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

Use the hold command to mark as held any messages which should temporarily be placed on "hold". PMDF will not attempt to deliver any messages which are marked as held. To resume processing of a held message, use the release command. Messages which have been held can be listed with the directory -held command.

The messages to be held 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.


Qualifiers

-all

-noall (default)

Hold 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 held. Unless -noconfirm is specified with -all, you will be required to confirm any hold -all, operation.

-channel=name

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

-confirm

-noconfirm (default)

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

-log (default)

-nolog

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

EXAMPLES

In the following example, the directory command is used to list the messages in the local, l, channel. Then, the hold command is used to hold messages 1, 3, 20, 21, and 22. A range specification, 20-22, is used to specify message numbers 20, 21, and 22.


qm.maint> directory l
Fri, 15 Nov 2012 13:43:39 -0800 (PST) 
Data gathered from the queue directory tree 
 
Channel: l                        Size Queued since 
-------------------------------------------------------------- 
    1 ZZ01HNP17LSUWY9D4DNR.00        4 15-Nov-2012 01:10:23 
    2 ZZ01HNP1RP3B6G9D4DNR.00       10 15-Nov-2012 01:10:24 
    3 ZZ01HNP42MAMAI9D4DNR.00        3 15-Nov-2012 01:10:24 
    4 ZZ01HNP4MEWC8G9D4DNR.00        8 15-Nov-2012 06:18:57 
      ...                       
   24 ZZ01HNP90X63ZG9D4DNR.00        6 15-Nov-2012 13:21:14 
-------------------------------------------------------------- 
 
24 total messages queued 
qm.maint> hold 1,3,20-22
%QM-I-HELD, held the message file /pmdf/queue/l/ZZ01HNP17LSUWY9D4DNR.00 
%QM-I-HELD, held the message file /pmdf/queue/l/ZZ01HNP42MAMAI9D4DNR.00 
%QM-I-HELD, held the message file /pmdf/queue/l/ZZ01HNP76RTGHY9D4DNR.00 
%QM-I-HELD, held the message file /pmdf/queue/l/ZZ01HNP82HTXYB9D4DNR.00 
%QM-I-HELD, held the message file /pmdf/queue/l/ZZ01HNP83JPOCV9D4DNR.00 
qm.maint> 


Previous Next Contents Index