Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XMKPR1

Package: MailMan

Routine: XMKPR1


Information

XMKPR1 ;ISC-SF/GMB-^XMKPR (cont.) ;09/06/2002 09:11

Source Information

Source file <XMKPR1.m>

Entry Points

Name Comments DBIA/ICR reference
SCRIPT(XMINST,XMSITE,XMB,XMOKTYPE) ; Get first/next Transmission Script
; XMINST (in) Pointer to domain file
; XMSITE (in) Name (.01 field) of domain pointed to by XMINST
; XMOKTYPE (in) array of script types which are acceptable
; XMB (out) XMB("SCR IEN") Pointer to script within domain
; XMB("FIRST SCRIPT") Pointer to first script tried
; XMB("SCR REC") Script zero node
; XMB("ITERATIONS") Number of cycles of scripts
; XMB("TRIES") Number of tries with one script
; XMB("IP TRIED") IP addresses tried so far
; If no transmission scripts are prioritized use old data/defaults.
; If failure, then XMB("SCR IEN")=0
; XMPRI Priority
; XMTYPE Script type
; XMDEFALT Default script settings
; XMSLIST Array of possible scripts
; XMSFIRST First possible script
; XMSNEXT Next possible script
NEXTIP(XMSITE,XMB) ;
INITSCR(XMINST,XMSITE,XMB) ;
DEFAULT(XMINST,XMSITE,XMB) ;
USEDNS() ; Function returns 1 if we can use DNS; 0 if we can't.
Info |  Source |  Entry Points