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::Results(3) User Contributed Perl Documentation Net::SenderBase::Results(3)

Net::SenderBase::Results - Results of a senderbase query

  print "Results for: ", $results->ip, "\n",
        "Monthly Average Magnitude: ", 
           $results->ip_monthly_magnitude, "\n",
        "Daily Average Magnitude: ",
           $results->ip_daily_magnitude, "\n";

This module is a read-only results object, giving you access to the results of a senderbase query. The only way to construct one of these objects is from a query.

Some of the items here are future enhancements to senderbase that are not yet implemented. See <http://www.senderbase.org/dnsresponses.html> for further details.

Returns the IP address you queried.

Returns the raw data for the query, as returned by senderbase.

The senderbase version number. Supports upgrade path to future versions of SenderBase DNS responses

Organization Name - An entity controlling a group of mail servers and one or many domains

A measure of message volume calculated using a log scale with a base of 10. The maximum theoretical value of the scale is set to 10 (100% of the world's message vol.)

Same as Response "org_daily_magnitude", except based on monthly percentages instead of daily percentages.

10 digit unique numeric identifier for an organization.

Category of organization (e.g, ISP, Airline, News, Adult, Commercial Bank, etc). Assigned by IronPort, using external sources like OneSource where appropriate.

Date as standard UNIX time format (seconds since epoch). (New, high-volume organizations may be suspicious)

# of domains closely associated with this organization

# of IP's an organization controls

Every IP we track in SenderBase that has sent mail and is closely associated with this org

Either "Y" or "N".

F1000 = less likely to be spam.

hostname (just the part preceeding the domain name, e.g., "smtp." in the case of "smtp.ironport.com")

Do a reverse then forward DNS lookup. If successful, then "Y", otherwise "N".

Same as "org_daily_magnitude", except based on domains.

Same as "org_monthly_magnitude", except based on domains.

Date of the first message from this domain. Date is in standard unix time format, i.e. number of seconds since the epoch.

IronPort's editorial opinion on the quality of mail sent by a domain (Uses scale of AAA, AA, A, similar to credit rating services)

Same as "org_daily_magnitude", except based on IPs.

Same as "org_monthly_magnitude", except based on IPs.

The average magnitude for this IP since SenderBase began tracking volumes.

The last 30 days of volume as a percentage of total historical volume.

"Y" if the IP address is in bonded sender, otherwise "N". Also returns "Y+" on some occasions - no idea why ;-)

The CIDR range associated with this IP in whois.

# positive blacklist responses / # blacklists tracked by SenderBase

The city associated with this IP

The US state associated with this IP

The postal code associated with this IP

The country associated with this IP

The longitude associated with this IP

The latitude associated with this IP
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.