File: control

package info (click to toggle)
rblcheck 20020316-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 676 kB
  • sloc: ansic: 400; makefile: 144; sh: 39; awk: 27; perl: 12
file content (21 lines) | stat: -rw-r--r-- 907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: rblcheck
Section: net
Priority: optional
Maintainer: Marco d'Itri <md@linux.it>
Standards-Version: 4.1.1.1
Rules-Requires-Root: no
Build-Depends: debhelper (>= 9), docbook-utils, lynx
Vcs-Git: https://anonscm.debian.org/git/users/md/rblcheck.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/md/rblcheck.git

Package: rblcheck
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool to query DNSBL servers
 This program is a very basic interface to DNS Blackhole Lists.
 The basic idea of the filter is that when someone is blacklisted for
 email abuse of some sort, 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.
Homepage: https://github.com/logic/rblcheck