mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1b0d3f744b
- Use single space after WWW: - Remove Author line
17 lines
677 B
Plaintext
17 lines
677 B
Plaintext
This module eases the task of checking if a given host is in the list.
|
|
The methods available are described below:
|
|
|
|
`->new(suffix)'
|
|
Creates a list handle. The `suffix' parameter is mandatory and
|
|
specifies which suffix to append to the queries.
|
|
|
|
`->check($host)'
|
|
`$host' can be either a hostname or an IP address. In the case of an
|
|
IP Address, any trailing netmask (anything after a '/' character)
|
|
will be ignored. In the case of a hostname, all the IP addresses
|
|
will be looked up and checked against the list. If any of the
|
|
addresses is in the list, the host will be considered in the list as
|
|
a whole.
|
|
|
|
WWW: http://search.cpan.org/dist/Mail-RBL/
|