REFERENCE
Text enclosed in asterisks (**) indicates comments.
**Pause a random interval so multiple processes are well staggered**
errordelay 60000-120000
@If [NBTestReset]
dbdelete "[MailServer]!![nb_dbdir]mail[#].nsf"
@ENDIF
pause 0-60000
changeto "[MailServer]!![nb_dbdir]mail[#].nsf" [MailTemplate] -KeepOpen
pause 0-5000
beginloop
rewind [NumMailNotesPerUser]
setcalprofile
drop
Sentences that are enclosed in asterisks (**) indicate a comment in the script.
** Pause a random interval so multiple processes are well staggered
webget -url [httphost]/[nb_dbdir]mail[#].nsf -mp
@EndIf
**Start the part of the script which loops**