1 04/04/80 list_carry_requests, lcr
2
3 Syntax: lcr -control_args
4
5
6 Function: Lists requests queued by the enter_carry_request command.
7
8
9 Control arguments:
10 -all, -a
11 lists requests to all destinations, corresponding to all carry queues
12 in the default queue directory or the one specified by -queue_dir to
13 which the user has r or o extended access.
14 -destination DEST, -ds DEST
15 specifies a destination site, where DEST is up to 23 characters long.
16 The carry queue listed is named DEST.carry.ms. If no destination is
17 specified, it is carry.ms, the name added to the queue for the default
18 destination.
19 -queue_dir PATH, -qd PATH
20 specifies the queue's parent directory. The default is
21 >daemon_dir_dir>carry_dir.
22 -admin, -am
23 causes all the requests to be listed. This control arg requires r extended
24 access to the queue. By default, only the user's own requests are listed.
25
26
27 Notes: See also enter_carry_request and cancel_carry_request.