; Terminate a user's Mailbox
; (Delete all traces of a user in MailMan)
; XMDUZ The user's DUZ
FLTRMBOX(XMDUZ,XMMSG)
; Filter all the messages in a user's mailbox.
CRE8MBOX(XMDUZ,XMDATE)
; Create a Mailbox for a user
; XMDUZ The user's DUZ
; XMDATE The user has been reinstated after not having worked here a
; while. Please note the earliest message date which the user
; may access, and don't let the user access any messages before
; that date, except for any which someone might forward to the
; user.
; =fileman date or any supported date format that FileMan
; recognizes (The date must be exact.)
; The user may not access any before this date.
; =0 - (default) The user may access any old msgs which had
; been addressed to the user.