summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-RBL/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-RBL/pkg-descr')
-rw-r--r--mail/p5-Mail-RBL/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/p5-Mail-RBL/pkg-descr b/mail/p5-Mail-RBL/pkg-descr
new file mode 100644
index 000000000000..53e646d1b733
--- /dev/null
+++ b/mail/p5-Mail-RBL/pkg-descr
@@ -0,0 +1,17 @@
+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