home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pofamuup.zip / sample.cfg < prev    next >
Text File  |  2000-06-04  |  1KB  |  48 lines

  1. # initial test configuration file
  2. #
  3. # Base directory for PMMAIL folders
  4. # must specify where to start looking
  5.   Base = e:\southsde\pmmail
  6. # Execute mode
  7.   Mode = CheckOut
  8. # Message (listing) mode
  9.   logmode = audit
  10.  
  11. # Here are the selection criteria
  12.   Bobs_3day =  { From_name = "Bob Rocky" }  AND { Age > 3d }
  13.   Paul_3day =  { From_name = "Paul Brash" } AND { Age > 3d }
  14.   Hale_3day =  { From_name = "Haley Landers" } AND { Age > 3d }
  15.   Golden_3day   =  { From_name = "Dave Goldenbugle" }  AND { Age > 3d }
  16.   Rick_3day   =  { From_name = "Rick G. Shepherd" }  AND { Age > 3d }
  17.   THE_author = { From_name = "Mark Hessling" }
  18.   Humor =  From_name = "west@ib"
  19.   Weekold =  Age > 7d
  20.   TwoWeekOld = Age > 14d
  21.   MonthOld = Age > 30d
  22.  
  23. # We have two accounts that are actively in use
  24.   Account = "Dave's Mail"
  25.  
  26.     Folder = "Trash"
  27.       Move =   Bobs_3day =  "Friends"  "Bob"
  28.       Move =   Paul_3day =  "Friends"  "Bash"
  29.       Move =   Hale_3day =  "Friends"  "Hale"
  30.       Move =   Golden_3day =  "Friends"  "Goldenbugle"
  31.       Move =   Rick_3day =  "Friends"  "Rick"
  32.       Move =   THE_author =  "Programming"  "Hessling"
  33.       Move =   Humor = "Humor"
  34.       Delete = TwoWeekOld
  35.  
  36.     Folder = "Sent Mail"
  37.       Delete = MonthOld
  38.  
  39.     Folder = "Programming" "MVS-OE"
  40. #     Migrate = "f:\mailarc\mvsoe||.zip" SIZE 200
  41.       ReIndex = Read
  42.       Archive = Weekold
  43.  
  44.   Account = "Trish's Mail"
  45.  
  46.     Folder = "Trash"
  47.     Delete = TwoWeekOld
  48.