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

  1. ;$VER: OutboundMail 1.0 (06.03.94)
  2. ;****************************************************
  3. ;*                                                  *
  4. ;* Xenolink 1.90 OutboundMail 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. ;
  20. XAreaFix SCAN S="3 4 5 7 1000"
  21. ;
  22. ; call XAreaFix to scan message sections (echomail) for new messages
  23. ; addressed to XAreaFix for FileFix mode
  24. ;
  25. XAreaFix FFIX S="100 101 102"
  26. ;
  27. ; call MP to scan sections with new messages and send those to the systems
  28. ;
  29. Mp sortseenbys send
  30. ;
  31. ;***************************************************
  32.