home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ice4ward.zip / ice4ward.prm < prev    next >
Text File  |  1997-04-19  |  1KB  |  43 lines

  1. ; ice4ward param file.   jt April 1997
  2. ;   Blank lines ignored; comments either like this
  3. /* or like this - rexx/c style */
  4. ; still to come:  a termination date and a coded msg that will
  5. ; force termination
  6.  
  7. /* param lines may NOT include comments */
  8.  
  9. /* if test=1, then it runs once immediately and then exits */
  10. test=0
  11.  
  12. /* target email address for remail */
  13. /* to=jt@epix.net */
  14. to=1736393@mcimail.com
  15. /* tcpip directory, and cmd file to call service provider */
  16. tcp=c:\tcpip
  17. dialup=c:\tcpip\callepix.cmd
  18. /* mr2ice directory */
  19. icedir=c:\mr2ice
  20.  
  21. /* mail host (used in calling mailto.exe */
  22. mailhost=mailhost.epix.net
  23.  
  24. /* folder containing messages to be forwarded and then deleted */
  25. folder=c:\mr2ice\mail\f046\
  26. /* note trailing \ */
  27. from=From: JT autosend <jt@epix.net>
  28. /* TX environment variable is set to this while mr2i is running */
  29. tzx=-0500  
  30.  
  31. /* waiti1:  seconds for dialup and get a ppp connection */
  32. wait1=90 
  33. /* wait:2 seconds after mailto before killing PPP.EXE */
  34. wait2=300   
  35. /* t1 - t5: times to activate - in minutes after midnight */
  36. /* these must be in sequence; use -1 if you want less than 5 instances */
  37. t1=0
  38. t2=480
  39. t3=960
  40. /* entries = -1 will be ignored */
  41. t4=1200
  42. t5=-1    
  43.