home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / f / fido12u.zip / MSGMGR.INI < prev    next >
Text File  |  1987-12-04  |  1KB  |  54 lines

  1. ;
  2. ;    MSGMGR.INI: Message Manager control file
  3. ;    For: MSGMGR.EXE for Fido/FidoNet version 12
  4. ;    Copyright T. Jennings 
  5. ;    5 Nov 87
  6. ;
  7. ;    Fido, FidoNet and the dog-with-diskette are
  8. ;    trademarks of Tom Jennings. All rights reserved.
  9. ;
  10. ;    Fido Software
  11. ;    164 Shipley
  12. ;    San Francisco CA 94107
  13. ;
  14. ;    Please see the manual for full details; this is
  15. ;only a summary.
  16. ;
  17. ; -- COMMANDS --
  18. ;
  19. ; PURGE (list of areas to purge, or CALLERS)
  20. ; AGE (number of days)
  21. ; RENUM (list of areas to renum)
  22. ;
  23. ; -- MAGIC WORDS --
  24. ; (command) ALL
  25. ; (command) NONE
  26. ; (command) NOT (list of areas)
  27. ;
  28. ;---- EXAMPLE #1 ----------------
  29. ;
  30. ; Purge messages in some message areas
  31. ;that are over 30 days old.
  32. ;
  33. age 30
  34. purge 1,2,3,16,19
  35. ;
  36. ;Renumber the messages in all message areas.
  37. ;
  38. renum all
  39. ;
  40. ;---- EXAMPLE #2 ----------------
  41. ;
  42. ; Purge callers that havent called in for 60 days,
  43. ;purge all areas of messages over 30 days old, except
  44. ;area #16, where we let them accumulate forever. Renumber
  45. ;all message areas except 16 also.
  46. ;
  47. ;age 60
  48. ;purge callers
  49. ;
  50. ;age 30
  51. ;purge all not 16
  52. ;renum all not 16
  53. ;
  54.