aboutsummaryrefslogtreecommitdiff
path: root/mail/rblcheck/pkg-descr
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-01-30 04:52:12 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-01-30 04:52:12 +0000
commit1067e782c1e4738e067d4fe57351201bceeefae9 (patch)
tree221fd8616bdb085ad58174f3a8d2e9a1ee6142b2 /mail/rblcheck/pkg-descr
parent1d6f97b75381e0961111c3a3b689311365b2703e (diff)
rblcheck, command-line interface to MAPS RBL spam filter database.
Notes
Notes: svn path=/head/; revision=9521
Diffstat (limited to 'mail/rblcheck/pkg-descr')
-rw-r--r--mail/rblcheck/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/rblcheck/pkg-descr b/mail/rblcheck/pkg-descr
new file mode 100644
index 000000000000..9932a8ee34ca
--- /dev/null
+++ b/mail/rblcheck/pkg-descr
@@ -0,0 +1,17 @@
+This program is a very basic interface to Paul Vixie's RBL filter. The
+basic idea of the filter is that when someone is blacklisted for an email
+abuse, a new domain name is resolved in the form of
+"a.b.c.d.rbl.maps.vix.com", where "a.b.c.d" is actually the IP address
+"d.c.b.a". For example, if the IP address 127.0.0.2 were listed as a
+blacklisted address, "2.0.0.127.rbl.maps.vix.com" would have a DNS entry
+(this is a real example; that address is in place as a verification
+mechanism).
+
+For more information about the RBL blacklist, please take a look at
+http://maps.vix.com/rbl/ . For more information about BIND, drop by
+http://www.isc.org/bind.html . The official home page for rblcheck is at
+http://www.xnet.com/~emarshal/rblcheck/ .
+
+Any ideas, bugfixes, or porting notes should be sent to me at
+"emarshal@logic.net". Don't bug the MAPS people about this; they didn't
+write it, and probably woudn't like getting a bunch of mail about it.