Package: rblcheck
Tags: patch
.TH RBLCHECK 1 "May 01, 2006"
.SH NAME
rblcheck \- checks IP numbers against several real time blacklists
.SH SYNOPSIS
.PP
.B rblcheck
[
.B -qtlcvh?
]
[
.B \-s
.I service
]
.I address
[
.I address ...
]
.PP
.B rblcheck
[
.B -qtlcvh?
]
[
.B \-s
.I service
]
.I -
.SH DESCRIPTION
.\" Putting a newline after each sentence can generate better output.
rblcheck is a very basic interface to RBL-style DNS listings such as those 
operated by the MAPS and ORBS projects.
.PP
One can check multiple addresses at once, to make life a little easier with 
scripts; just add additional addresses on the command line after all of the 
options.
.PP
By specifying an address of "-", rblcheck will read from stdin and perform a 
lookup on every line of input (if it is a valid IP address).
.SH OPTIONS
.TP
.B \-q
Quiet mode; no output
.TP
.B \-t
Print a TXT record, if any
.TP
.B \-m
Stop checking after first address match in any list
.TP
.B \-l
List default RBL services to check
.TP
.B \-c
Clear the current list of RBL services
.TP
.B \-s
Add a new service to the RBL services list
.I service
.TP
.B \-h|\-?
Display this help message
.TP
.B \-v
Display version information
.TP
.I address
IP number(s) to e checked.
.SH "RETURN VALUE"
When invoked, rblcheck returns either 0 (to indicated error, or that the 
address was not in any of the listings), or a positive number (indicating 
the number of listings that the IP address was found in).
.SH EXAMPLES
.PP
.B rblcheck 127.0.0.1
.br
127.0.0.1 not RBL filtered by xbl.spamhaus.org
.br
127.0.0.1 not RBL filtered by sbl.spamhaus.org
.br
127.0.0.1 not RBL filtered by list.dsbl.org
.br
127.0.0.1 not RBL filtered by dnsbl.njabl.org
.br
127.0.0.1 not RBL filtered by dul.dnsbl.sorbs.net
.br
127.0.0.1 not RBL filtered by l1.spews.dnsbl.sorbs.net
.PP
.B echo 127.0.0.2 | rblcheck -c -s xbl.spamhaus.org -
.br
127.0.0.2 RBL filtered by xbl.spamhaus.org
.SH AUTHOR
Written by Edward S. Marshall <[EMAIL PROTECTED]>
.PP
This man-page was written by Michael Mende <[EMAIL PROTECTED]> as part of 
"The Missing Man Pages Project". Please see 
\fIhttp://www.netmeister.org/misc/m2p2/index.html\fR for details.
.SH COPYRIGHT
Copyright (C) 1997, 1998, 1999, 2000, 2001 Edward S. Marshall <[EMAIL 
PROTECTED]>
.PP
This program is free software; you can redistribute it and/or modify it under 
the terms of the GNU General Public License as published by the Free Software 
Foundation; either version 2 of the License, or (at your option) any later 
version.

Attachment: signature.asc
Description: Digital signature



Reply via email to