Previous | Next | Contents | Index |
/UIC="[g,m]"
When the
/UIC
qualifier is used, the entire profile database is scanned looking for usernames which correspond to the specified UIC. An asterisk wildcard,*
, may be specified for either or both of the group (g) or member (m) numbers. The/UIC
and/USER
qualifiers may be used in the same command. In such a case, a profile entry must match both the UIC and username specifications.In the case of the
SHOW
command, only matches found with a non-default setting are displayed. Use the/ALL
qualifier to display all matches.In the case of the
SET
command, the specified setting is made for each match found in the profile database.
In this example, the editor is set to TPU for the entire UIC group 1123.
EMAIL> SET EDITOR/UIC=[1123,*]/LOG TPU %EMAIL-S-MODRECORD, ASMITH record modified %EMAIL-S-MODRECORD, AWART record modified . . . %EMAIL-I-MODRECORDS, 234 records modified EMAIL> SHOW EDITOR/UIC="[1123,*]" Username Editor ASMITH TPU AWART TPU . . . EMAIL>
Previous | Next | Contents | Index |