home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / xareafix.lha / XAreaFix / scripts / NewInboundMail < prev    next >
Encoding:
Text File  |  1994-03-06  |  1022 b   |  33 lines

  1. ;$VER: InboundMail 1.0 (06.03.94)
  2. ;****************************************************
  3. ;*                                                  *
  4. ;* Xenolink 1.90 InboundMail script                 *
  5. ;*                                                  *
  6. ;* © 1994, XEcho Development, by Bart Schraa        *
  7. ;*                                                  *
  8. ;****************************************************
  9. ;
  10. ; backup all matching files to a temporary directory
  11. ;
  12. copy xin:*.(FR*|SA*|SU*|MO*|TU*|WE*|TH*|PKT|TIC) xin:tmp/
  13. ;
  14. ; call MP to unpack new mailpackets
  15. ;
  16. Mp nochkillegal sortseenbys keepseenbys unpack
  17. ;
  18. ; call XAreaFix to scan your netmail areas for new messages
  19. ; in SCAN mode
  20. ;
  21. XAreaFix SCAN S="3 4 5 7 1000"
  22. ;
  23. ; call XAreaFix to scan message sections (echomail) for new messages
  24. ; addressed to XAreaFix for FileFix mode
  25. ;
  26. XAreaFix FFIX S="100 101 102"
  27. ;
  28. ; call MP to scan sections with new messages and send those to the systems
  29. ;
  30. Mp sortseenbys send
  31. ;
  32. ;***************************************************
  33.