GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::SenderBase(3) User Contributed Perl Documentation Net::SenderBase(3)

Net::SenderBase - Query the senderbase service

  my $query = Net::SenderBase::Query->new(
      Transport => 'http',
      Address => $ip,
  );

  my $results = $query->results();

This module is an interface to the SenderBase query service at <http://www.senderbase.org/>.

It allows you to query senderbase via DNS. Queries will return a "Net::SenderBase::Results" object.

Net::SenderBase::Query

Net::SenderBase::Results

This is free software. You may use it and distribute it under the same terms as Perl itself.

Matt Sergeant, <msergeant@messagelabs.com>.

Copyright 2003 MessageLabs Ltd.

Joenio Costa, <joenio@perl.org.br>.

Copyright 2011 Colivre.

This module wraps up the results of a senderbase query in an easy to use API. The only way to construct one of these objects is to make a senderbase query and get the results. This object is entirely read only.

2011-07-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.