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: XMXSEC

Package: MailMan

Routine: XMXSEC


Information

XMXSEC ;ISC-SF/GMB-Message security and restrictions ;05/17/2002 13:25

Source Information

Source file <XMXSEC.m>

Entry Points

Name Comments DBIA/ICR reference
BCAST(XMZ) ; 0=msg was not broadcast; 1=msg was broadcast
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZCLOSED(XMZ) ;
  • ICR #2731
    • Status: Active
    • Usage: Supported
    CLOSED(XMZREC) ; 0=msg is not closed; 1=msg is closed
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZCONFID(XMZ) ;
  • ICR #2731
    • Status: Active
    • Usage: Supported
    CONFID(XMZREC) ; 0=msg is not confidential; 1=msg is confidential
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZCONFIRM(XMZ) ;
  • ICR #2731
    • Status: Active
    • Usage: Supported
    CONFIRM(XMZREC) ; 0=msg is not confirm receipt requested; 1=msg is confirm
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZINFO(XMZ) ;
  • ICR #2731
    • Status: Active
    • Usage: Supported
    INFO(XMZREC) ; 0=msg is not information only; 1=msg is information only
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZORIGIN8(XMDUZ,XMZ) ;
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ORIGIN8R(XMDUZ,XMZREC) ; Did the user send the message?
    ; 1=user is the originator ; 0=user is NOT the originator
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZPRI(XMZ) ;
  • ICR #2731
    • Status: Active
    • Usage: Supported
    PRIORITY(XMZREC) ; 0=msg is not priority; 1=msg is priority
  • ICR #2731
    • Status: Active
    • Usage: Supported
    SURRCONF(XMDUZ,XMZ) ; 0=msg is not confidential; 1=msg is confidential, and surrogate may not read it.
    ; We already know that XMDUZ'=DUZ.
    ; But the surrogate may read a confidential message if it was the
    ; surrogate who sent it.
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ACCESS(XMDUZ,XMZ,XMZREC) ; Determines user access to a message.
    ; 1=user may access; 0=user may not access
  • ICR #2731
    • Status: Active
    • Usage: Supported
    SURRACC(XMDUZ,XMACCESS,XMZ,XMZREC) ; Determines surrogate access to a message.
    ; Assumes that we already know that XMDUZ is authorized to see this
    ; message, and that XMDUZ'=DUZ. Now we want to know if DUZ may see it.
    ; 1=surrogate may access; 0=surrogate may not access
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ANSWER(XMDUZ,XMZ,XMZREC) ; Answer (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    COPY(XMDUZ,XMZ,XMZREC) ; Copy (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    INCLUDE(XMDUZ,XMZ,XMZREC) ; Include message XMZ as part of another message (1=may, 0=may not)
    ; If XMDUZ'=DUZ, assumes that surrogate has the privilege to
    ; send a new message, or reply to a message.
    DELETE(XMDUZ,XMK,XMZ,XMZREC) ; Delete, Terminate (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    FORWARD(XMDUZ,XMZ,XMZREC) ; Forward (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    LATER(XMDUZ) ; Later or New Toggle (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    MOVE(XMDUZ,XMZ,XMZREC) ; Save or Filter (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    READ(XMDUZ,XMZ,XMZREC) ; Read or Print (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    REPLY(XMDUZ,XMZ,XMZREC) ; Reply (1=may, 0=may not)
    ; Should we make sure XMZ is an original msg and not a reply?
    ; Should we make sure the msg has recipients?
  • ICR #2731
    • Status: Active
    • Usage: Supported
    SEND(XMDUZ,XMINSTR) ; Send (1=may, 0=may not)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    RWPRIV() ; Does the surrogate have 'read' or 'send' privilege? (1=yes, 0=no)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    RPRIV() ; Does the surrogate have 'read' privilege? (1=yes, 0=no)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    WPRIV() ; Does the surrogate have 'send' privilege? (1=yes, 0=no)
  • ICR #2731
    • Status: Active
    • Usage: Supported
    POSTPRIV() ; Perform postmaster actions (1=may, 0=may not)
    ; This includes permission to perform group message actions in Shared,Mail.
  • ICR #2731
    • Status: Active
    • Usage: Supported
    ZPOSTPRV() ; Perform postmaster actions (1=may, 0=may not)
    ; This includes permission to perform group message actions in Shared,Mail.
  • ICR #2731
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points