rblcheck, command-line interface to MAPS RBL spam filter database.

This commit is contained in:
Jun-ichiro itojun Hagino 1998-01-30 04:52:12 +00:00
parent 1d6f97b753
commit 1067e782c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9521
5 changed files with 55 additions and 0 deletions

29
mail/rblcheck/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: rblcheck
# Version required: 1.2
# Date created: 28 January 1998
# Whom: itojun@itojun.org
#
# $Id$
#
DISTNAME= rblcheck-1.2
CATEGORIES= mail
MASTER_SITES= http://www.xnet.com/%7Eemarshal/rblcheck/
MAINTAINER= itojun@itojun.org
NO_PATCH= yes
NO_CONFIGURE= yes
DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
.if !defined(NOPORTDOCS)
dst=${PREFIX}/share/doc/rblcheck; \
${MKDIR} $$dst; \
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/docs/$$i $$dst; \
done
.endif
.include <bsd.port.mk>

1
mail/rblcheck/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rblcheck-1.2.tar.gz) = c41492d2c4ad34ab1666c59f03c85568

View File

@ -0,0 +1 @@
Command-line interface to Paul Vixie's RBL filter

17
mail/rblcheck/pkg-descr Normal file
View File

@ -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.

7
mail/rblcheck/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/rblcheck
share/doc/rblcheck/BUGS
share/doc/rblcheck/CHANGES
share/doc/rblcheck/CREDITS
share/doc/rblcheck/INSTALL
share/doc/rblcheck/PLATFORMS
share/doc/rblcheck/TODO