|
Hi Sudarshan,
I haven't done an extensive search, but I'm sure there are topics, at
least in the archived conferences, which deal with AMTS. Look at topic
4.* for the archived ALL-IN-1 conferences. Don't use DIR/TITLE=AMTS ot
DIR/KEYW=MAIL_DEST or whatever. There are more topics to be found when
using 'SEARCH AMTS' (unfortunately this takes some time).
TELEX is an example which couldn't be handled this way.
Alternative processing was needed. Processing for sending and
receiving.
Sending:
To send TELEX messages, add:
- TELEX as an account to PROFIL
- Create a TELEX.CMU (again in OA$LIB: or in default search order)
- Address mail message to 'TELEX_<name>'
ALL-IN-1 ignores everything after the '_', if there is a Profile entry
matching the part before the '_'. The part after the '_' is passed as
the first parameter to TELEX.CMU. Your procedure must return #EMADDRESS
with the address where the mail should be delivered.
Receiving:
Basically the PROFIL.MAIL_DEST field contains the indication how mail
should be processed when received by the user, e.g. 'ALL-IN-1','PAPER
MAIL', etc. This is standard built into ALL-IN-1 (values defined in
OA$MAIDES).
By adding TELEX to PROFIL.MAIL_DEST, ALL-IN-1 figures that it isn't
part of OA$MAIDES, and will look for a special TELEX procedure:
TELEX.COM (I think in OA$LIB: or in the current search order). This
command procedure should then process the incoming 'mail'.
This is how it basically works. Another place where this is described
is in Tony Redmond's book 'ALL-IN-1: A Technical Odyssey' (Digital
Press, EY-H952E-DP), page 168 - 173.
Only a start...
Ciao,
Simon
|