Question:

How do we use an "Arachne Script File" (somethng.asf),
to do the following.
1) download eMail from several servers
2) save the newly created POP3.LOG file for each of them

Answer:

--- somethng.asf ------------------------------------
pop3:[EMAIL PROTECTED]:110/?pass=*******
file:savepop3logn.dgi
pop3:[EMAIL PROTECTED]:110/?pass=*******
file:savepop3logm.dgi
reload:file://inbox.dgi
_____________________________________________________

--- .DGI lines to be added into MIME.CFG -------------
file/savepop3logn.dgi |type $epop3.log>>$epop3logn.log
file/savepop3logm.dgi |type $epop3.log>>$epop3logm.log
______________________________________________________


That's all there is to it. :))

The first time that file://somethng.asf is used, each file will be
created with the contents of POP3.LOG

Each time after that, the new POP3.LOG file will be appended
to the already existing file for each of the servers.



-- 
 Glenn
 http://arachne.cz/
 http://freedos-32.sourceforge.net/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm

Reply via email to