home *** CD-ROM | disk | FTP | other *** search
- ;$VER: InboundMail 1.0 (06.03.94)
- ;****************************************************
- ;* *
- ;* Xenolink 1.90 InboundMail script *
- ;* *
- ;* © 1994, XEcho Development, by Bart Schraa *
- ;* *
- ;****************************************************
- ;
- ; backup all matching files to a temporary directory
- ;
- copy xin:*.(FR*|SA*|SU*|MO*|TU*|WE*|TH*|PKT|TIC) xin:tmp/
- ;
- ; call MP to unpack new mailpackets
- ;
- Mp nochkillegal sortseenbys keepseenbys unpack
- ;
- ; call XAreaFix to scan your netmail areas for new messages
- ; in SCAN mode
- ;
- XAreaFix SCAN S="3 4 5 7 1000"
- ;
- ; call XAreaFix to scan message sections (echomail) for new messages
- ; addressed to XAreaFix for FileFix mode
- ;
- XAreaFix FFIX S="100 101 102"
- ;
- ; call MP to scan sections with new messages and send those to the systems
- ;
- Mp sortseenbys send
- ;
- ;***************************************************
-