Copyright Digital Equipment Corp. All rights reserved.

Qualifiers

 

/DATABASE
      /DATABASE
      /DIRECTORY_TREE

   Controls whether the information presented is gathered from the
   queue cache database, /DATABASE, or by looking at the actual
   directory tree containing the channel queues, /DIRECTORY_TREE.

   When neither /DATABASE nor /DIRECTORY_TREE is specified, then the
   "view" selected with the VIEW command will be used. If no VIEW
   command has been issued, then /DIRECTORY_TREE is assumed.
 

/DIRECTORY_TREE
   See /DATABASE
 

/ENVELOPE
      /ENVELOPE
      /NOENVELOPE (default)

   Use the /ENVELOPE qualifier to generate a directory listing
   including the envelope From: address and the list of envelope
   To: recipients for each listed message. By default, envelope
   information is not displayed as it involves opening each message
   file and reading through its envelope.
 

/FILE_INFO
      /FILE_INFO (default)
      /NOFILE_INFO

   By default, message file size and creation date information is
   gathered. However, this requires accessing each message file.
   Specify /NOFILE_INFO if you want to avoid that overhead.
 

/FROM
      /FROM=address

   This qualifier may be used to request showing only those messages
   with the specified envelope From: address. This qualifier implies
   /ENVELOPE. To specify an empty (blank) envelope From: address,
   use /FROM=<>.
 

/HELD
      /HELD
      /NOHELD (default)

   Show information only for those channels with held messages.
 

/MATCH
      /MATCH=keyword

   This qualifier controls the interpretation of the /FROM and /TO
   qualifiers. Valid keywords are AND and OR.
 

/OWNER
      /OWNER=username

   This qualifier may be used to request showing only those
   message "owned" by the specified username. This qualifier
   implies /DATABASE. Note that messages submitted via SMTP with
   authentication (SMTP AUTH) will be considered to be owned by
   the username that authenticated, prefixed with the asterisk, *,
   character. For instance, if user JDOE submits a message from an
   IMAP client that successfully performs SMTP authentication, then
   PMDF QM will consider the owner of the message to be *JDOE, and
   to see such messages one would use the command

   qm.maint> DIR/OWNER=*JDOE
 

/TO
      /TO=address

   This qualifier may be used to request showing only those messages
   with the specified envelope To: address. This qualifier implies
   /ENVELOPE.
 

/TOTAL
   This qualifier may be used to request showing only the total
   number of messages, rather than listing each individual message
   as is the default.