108
Installing [email protected]
KD(msg_no
[,mailbox])
Command that deletes a message from the specified or current mailbox. Using this com-
mand cancels any pending Notify actions for the specified message automatically.
msg_no
A number or a variable containing a number.
mailbox
Optional. Any valid mailbox or a variable containing a mailbox. The default is the cur-
rent mailbox.
Examples:
KD(5)
deletes message 5 of the current mailbox.
KD(10,212)
deletes message 10 of mailbox 212.
Failure:
Invalid mailbox
Invalid message number
KI(target,
source,
variable)
Command that searches one string (called the source string) to see if it contains a copy
of another string (called the target string).
target
A string or a variable containing the string to be searched for inside the
source.
source
A string or a variable containing the string to search.
variable
The port or global variable to which the KI() command assigns one of the following:
•
Zero if the target is not found in the source.
•
The number of the position within the
source
string at which the copy of the
target
string starts.
Examples:
KI("UL","PAUL INCE",%S1)
is a successful search and assigns the value 3 to %S1
KI("ULL","PAUL INCE",%S1)
fails and assigns the value 0 to %S1
KI(%S0,%S1,%S2)
means if a copy of %S0 is found within %S1, %S2 is assigned its character position. If
%S0 is not found, %S2 is assigned the value 0.
Failure:
Does not fail
KJ(mailbox,
list_number
[,sender])
Allows a caller to record a message that, when saved, is sent to a list of users.
mailbox
Any valid mailbox or a variable containing a mailbox.
list_number
Any valid list number (1–8 or 10–30). If the mailbox number is 999, then the list
number is for a system list rather than a user list.
sender
Optional. Provides a sender for the message or treats the message as though it were
from outside the Amanda system.
When 0, the message is treated as a message from outside the Amanda system.
Amanda does not identify the sender. This is the default.
When 1, the Message From field contains the number of the mailbox containing this
token. Amanda plays the name and extension recording for that mailbox’s owner
when identifying the sender.
Example:
KJ(128,5)
causes Amanda to record a message and then send it to the users on mailing list 5 for
mailbox 128.
Failure:
Invalid mailbox or list number or out of disk space
Alphabetical Token Reference (Continued)
Token Syntax
Description
Содержание [email protected] Version 3.xx
Страница 1: ...Installing AmAndA Work Place Version 3 xx Installer s Guide Edition 7 01...
Страница 4: ...iv Installing Amanda Work Place...
Страница 60: ...52 Installing Amanda Work Place...
Страница 68: ...60 Installing Amanda Work Place...
Страница 132: ...124 Installing Amanda Work Place...
Страница 150: ...142 Installing Amanda Work Place...
Страница 156: ...148 Installing Amanda Work Place...
Страница 194: ...186 Installing Amanda Work Place...
Страница 206: ...198Installing Amanda Work Place...