SYNOPSIS
slowlist switches list [all|clean|IP_number]
DESCRIPTION
slowedit list lists (prints) the contents of the database.
It takes one of three possible arguments, the keyword all or
the keyword clean
an IP number. If all or cleanis
specified, the entire content of the
database is dumped to the standard output. The form of each output line
looks like this:
Here the
IPnumber: date/time er=#,hr=#,ho=#,br=#,...,msgid=...
IPnumber
is printed
as a dotted quad (like ``192.168.1.2'').
The date/time
is in the following form:
The rest of this output is described in the
standard event set.
MM/DD/YYYY.HH:MM:SS
The all dump of the database includes notification of any errors that may require garbage collection or rebuilding of the database. The clean dump omits all errors, and produces a clean dump for later rebuilding.
If the IP number is specified, then just the database records for that IP number are printed. These records are in the same format as above.
Listed records can be used as templates for the add, delete, rebuild, and find, commands.