; ; MSGMGR.INI: Message Manager control file ; For: MSGMGR.EXE for Fido/FidoNet version 12 ; Copyright T. Jennings ; 5 Nov 87 ; ; Fido, FidoNet and the dog-with-diskette are ; trademarks of Tom Jennings. All rights reserved. ; ; Fido Software ; 164 Shipley ; San Francisco CA 94107 ; ; Please see the manual for full details; this is ;only a summary. ; ; -- COMMANDS -- ; ; PURGE (list of areas to purge, or CALLERS) ; AGE (number of days) ; RENUM (list of areas to renum) ; ; -- MAGIC WORDS -- ; (command) ALL ; (command) NONE ; (command) NOT (list of areas) ; ;---- EXAMPLE #1 ---------------- ; ; Purge messages in some message areas ;that are over 30 days old. ; age 30 purge 1,2,3,16,19 ; ;Renumber the messages in all message areas. ; renum all ; ;---- EXAMPLE #2 ---------------- ; ; Purge callers that havent called in for 60 days, ;purge all areas of messages over 30 days old, except ;area #16, where we let them accumulate forever. Renumber ;all message areas except 16 also. ; ;age 60 ;purge callers ; ;age 30 ;purge all not 16 ;renum all not 16 ;