home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gigop806.zip / MAILSCAN.DOC < prev    next >
Text File  |  1994-04-26  |  3KB  |  58 lines

  1. MAILSCAN - Netmail->.PKT file processor for GIGO users.
  2.  
  3. Jason Fesler
  4. jfesler@wmeonlin.sacbbx.com
  5. fidonet 1:203/7707.0
  6.  
  7. ┌───────────────────────────────────────────────────────────────────────┐
  8. │ML supports *.MSG (ick!), Squish (reliable, free), Hudson (long time   │
  9. │standard), and Jam (nimh, sigh) message base formats.  Use the         │
  10. │following styles to refer to your message bases:                       │
  11. │                                                                       │
  12. │     C:\FD\MAIL        *.MSG style message base                        │
  13. │     $C:\SQUISH\AREA   Squish style message base                       │
  14. │     !C:\JAM\AREA      Jam style message area                          │
  15. │     #001              Hudson style message base (1-200 areas)         │
  16. │                                                                       │
  17. └───────────────────────────────────────────────────────────────────────┘
  18.  
  19. This utility was once known as "ML", which was used to host mailing 
  20. lists.  I have since improved GIGO's ability to host a mailing list 
  21. internally, and there is no longer any need for ML.
  22.  
  23. As such, I have renamed it to MAILSCAN, and it's only purpose in life 
  24. is to scan a FrontDoor style netmail area, or a BBS email area, for 
  25. mail destined to the gateway, and to turn it into .PKT format for the 
  26. gateway to see it.  If there are any files attached, they are copies or 
  27. moved over, as appropriate.  Empty messages are not actually created 
  28. (ie arcmail messages), but the files are.
  29.  
  30. Sample cfg:
  31. --------8< cut here -------------
  32. 1:203/8055       ; Your REAL address
  33. 1:203/2          ; the GATEWAY's address
  34. C:\netmail\      ; Where to scan for netmail or email
  35. c:\hudsonpath\   ; Where your hudson msg base is (may leave blank)
  36. C:\gigo-in\      ; Where to create the .PKT files for GIGO to find
  37. ---------------------------------
  38. What each line is:
  39.   1:  "1:203/8055"   That's YOUR main address.
  40.   2:  "1:203/2"  That's the GATEWAY's designated fidonet address.
  41.   3:  "c:\netmail\"   Netmail directory (or base)  (see below)
  42.   4:  "C:\hudsonpath\"  Directory where you keep msg*.bbs files
  43.        (if you don't need it, leave it _blank_).
  44.   5:  "C:\gigo-in\"  directory where GIGO will find .PKT files
  45.  
  46.  
  47. Any problems, contact me for help.   jfesler@wmeonlin.sacbbx.com
  48.  
  49. Acknowledgements:
  50.   o ML is "Squish" compatible, as well as *.MSG.   I am using
  51.     a modified form of Scott Dudley's MSGAPI interface.  Full credit
  52.     goes to him for creating such a flexible and easy interface
  53.     to the message base.
  54.  
  55.   o Kudos [and more] to Gerard van Essen for the Jam and Hudson
  56.     code.  Jam and HMB are trademarks of their respect owners.
  57.  
  58.