freebsd-ports/mail/p5-Mail-RBL/pkg-descr
Ying-Chieh Liao 2157ceb0bf add p5-Mail-RBL 1.00
Perl extension to access RBL-style host verification services

PR:		40968
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-08-05 04:32:09 +00:00

17 lines
721 B
Text

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.
AUTHOR: Luis E. Munoz <lem@cantv.net>
WWW: http://search.cpan.org/search?dist=Mail-RBL