RBLtest version 1.0
===================

Documentation
-------------


What is it
==========
RBLtest is a program that tests the performance of RBL's.
It reads the RBLcheck.ini file and measures lookup times for a few random
chosen IP addresses at each RBL.


Installation
============
Place RBLtest.cmd in the same directory as your RBLcheck.ini.


Working
=======
You can call RBLtest like this:
- RBLtest [options] [ini file] [options]
where 'ini file' is the full path to the ini file of RBLcheck. If you omit it,
it will default to "RBLcheck.ini"
Each option starts with '/' or '-'.
Currently, RBLtest understands one option:
- </|->p:profile
  where 'profile' is the name of the profile in the ini file to use. The
  profile name can't contain spaces. If you omit this option, it will default
  to "default".
Examples:
- RBLtest
- RBLtest /p:provider RBLcheck2.ini
- RBLtest RBLcheck2.ini -p:provider

RBLtest creates some random IP addresses. Then, it will check each IP address
at all RBL's. It displays the RBL name, the FQDN that was looked up, the
duration of the lookup and any lookup errors.
You'd probably want to remove RBL's from your ini file that give lookup errors
or give lookup durations longer than the lookup timeout in the ini file.
As it is now, RBLtest will do 3 runs. If you want to alter the number of runs,
you can change the number on line 10 of RBLtest.cmd.


Copyright
=========
All code was written by me, Jeroen Besse, and remains my property. You have the
right to use the unmodified script. You may not sell, trade or give away the
script to others.
I'm considering a GPL for the script, but still have to loo into this. Please
don't do things with the sctipt (for you are not entitled to at this time!),
until I've decided to release it on GPL terms.


Disclaimer
==========
This program comes without any warranty whatsoever. Although it was created
to do certain things, you have no guarantee that it will do that. In fact, the
only guarantee I give when you download the program, it that it will take up
some disk space.
Short: the user is responsible for anything that the program does. The author
isn't responsible for anything that the program does.


Contact
=======
You can contact the author at os2software@besse.nl
