home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gigop806.zip / COMPILE.DOC < prev    next >
Text File  |  1994-08-04  |  1KB  |  34 lines

  1. COMPILE.DOC
  2.  
  3. Simple instructions for the GIGO nodelist builder:
  4.  
  5.      Nodelist Index Builder for GIGO
  6.      Usage:  COMPILE [path] [nodelistname] [/Append]
  7.  
  8.      Note that PATH and NODELISTNAME _must_ be specified
  9.      seperately for this program to work.  It's quick, dirty,
  10.      and way fast!  /APPEND may be specified if you need to
  11.      run this for more than one nodelist file.
  12.  
  13.      Sample:
  14.             C> COMPILE .\ NODELIST
  15.             C> COMPILE .\ EGGNET /Append
  16.  
  17.  
  18. To allow GIGO to use this nodelist, in your GATEWAY.CFG file, add
  19. "NODELIST C:\NODELIST\".  Be sure to use the appropriate directory name,
  20. and be sure it has the trailing backslash.
  21.  
  22. Note that using COMPILE and the nodelist index is optional when using GIGO;
  23. it's sole purpose is to check unsolicted email from internet to fidonet.  If
  24. the address can not be verified, the message is sent back to the sender.
  25.  
  26. If anyone thinks they can make this any faster, or would like
  27. to use the output of this index, email me.  On my machine, this
  28. program takes about 4 seconds; on my neighbor's, 20 seconds.  With the
  29. current nodelist, the index is about 70k.  Source code is included for 
  30. both the compiler, and the lookup program; have fun.
  31.  
  32.  
  33. -jfesler@wmeonlin.sacbbx.com
  34.