|
NAMENet::SenderBase - Query the senderbase serviceSYNOPSISmy $query = Net::SenderBase::Query->new( Transport => 'http', Address => $ip, ); my $results = $query->results(); DESCRIPTIONThis 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. SEE ALSONet::SenderBase::QueryNet::SenderBase::Results LICENSEThis is free software. You may use it and distribute it under the same terms as Perl itself.AUTHORMatt Sergeant, <msergeant@messagelabs.com>.Copyright 2003 MessageLabs Ltd. Joenio Costa, <joenio@perl.org.br>. Copyright 2011 Colivre. Net::SenderBase::ResultsThis 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.version_number
Visit the GSP FreeBSD Man Page Interface. |