1
0
Fork
You've already forked rblcheck
0
No description
  • C 86.9%
  • M4 5.6%
  • Makefile 5.1%
  • Shell 2.4%
Find a file
Jan Engelhardt d7b2a0d667 Update .gitignore
Ignore build targets.
2023年09月06日 23:19:24 +02:00
config Delete the CVS files 2019年08月30日 01:37:54 +02:00
debian Debian changelog for 20190930-3 2023年01月28日 23:50:50 +01:00
docs Remove some obsolete parts of the documentation 2019年09月30日 15:09:36 +02:00
tests Delete the CVS files 2019年08月30日 01:37:54 +02:00
.gitignore Update .gitignore 2023年09月06日 23:19:24 +02:00
AUTHORS Document the new maintainer 2019年09月30日 15:09:36 +02:00
autogen.sh Modernize the autotools machinery 2019年09月30日 15:09:36 +02:00
base32.c WIP 2023年09月06日 20:08:38 +02:00
base32.h WIP 2023年09月06日 20:08:38 +02:00
ChangeLog Update the changelog 2019年09月30日 15:09:36 +02:00
configure.ac build: simplify openssl/libcrypto presence check and use 2023年09月06日 23:19:24 +02:00
COPYING New upstream version 20010424 2016年12月28日 15:34:38 +01:00
INSTALL New upstream version 20010424 2016年12月28日 15:34:38 +01:00
Makefile.am build: simplify openssl/libcrypto presence check and use 2023年09月06日 23:19:24 +02:00
rblcheck.c build: simplify openssl/libcrypto presence check and use 2023年09月06日 23:19:24 +02:00
README Fix the URL in the README file 2023年08月08日 18:25:27 +02:00
sites.h WIP 2023年09月06日 20:08:38 +02:00
utils.c Refactoring 2023年08月13日 10:47:24 +02:00
utils.h Refactoring 2023年08月13日 10:47:24 +02:00

rblcheck - Command-line interface to DNSBL-style filters.
Copyright (C) 1997, 1998, 1999, 2000, 2001 Edward S. Marshall <esm@logic.net>
Copyright (C) 2019 Marco d'Itri <md@linux.it>
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.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.
-------------------------------------------------------------------------------
This program is a very basic interface to DNS listings such as the DNSBL
filter operated by the MAPS project. The basic idea of the filter is that
when someone is listed (for example, a blacklist for email abusers), a new
domain name is resolved of the form "2.0.0.127.domain.name.com", where
2.0.0.127 is the abusive IP address in reverse (for example, 2.0.0.127
would be the IP address 127.0.0.2), and "domain.name.com" is the base
domain name of the filtering service (such as "blackholes.mail-abuse.org",
for the MAPS project DNSBL filter).
To learn how to build this program, please read docs/INSTALL. Seriously.
Make sure to check the default lists of DNSBLs in the "sites.h" file.
The official home for rblcheck is https://github.com/rfc1036/rblcheck .