RET |
Output |
Returns MAILMAN message number on success, else
return -1^Error message.
|
ARR |
Input |
ARR(sub) - required input array where 'sub' can be
any value
Format: ARR(sub) - parameter name ^ value
Acceptable parameters:
FLAGS - optional - string of uppercase characters
representing special instructions
[.XMINSTR]
P = priority
I = info only
X = closed
C = confidential
R = confirm receipt
FROM - optional - default to user DUZ
SELF BSKT - optional - if FROM=user DUZ then name
of user's basket to
deliver message.
VAPOR - optional - Fileman date.time for which this
message should be deleted from
recipient's baskets.
SUBJ - required - subject of mail message 3-65
characters
NOTME - optional - if ARR(sub) = "NOTME^1" then
DO NOT include user DUZ as a
recipient. Otherwise user DUZ
will always be a recipient, even
if they are not included in the
recipient list.
REC - optional - recipient to receive mail message
each recipient will be a separate
ARR(sub) entry acceptable formats
for recipient values:
DUZ number
G.mail group name
D.device name
S.server name
For DUZ and mail groups
there are additional params:
I: to indicate this one for
INFO only
C: to indicate this one for
cc (copy) only
L@fileman_datetime:
deliver to this user at
the later specified
date/time.
Example: I:1301 for user
1301
CL@3021224.23:G.IRM STAFF
TEXT - required - text of mail message - each line
of text in the message will be a
separate ARR(sub) entry. No line
should exceed 80 characters.
|