
Mail::MXplus - Perl extension for testing if a domain and IP pass the MX+ test

use Mail::MXplus; mxplus($domain, $ip);

Test if a domain and IP pass the MX+ test The MX+ test passes if the MX of the domain matches the IP, or if the rDNS of the IP is a subdomain of the domain (or is the domain)

Test if a domain and IP pass the MX+ test The MX+ test passes if the MX of the domain matches the IP, or if the rDNS of the IP is a subdomain of the domain (or is the domain)


Scott Nelson

Copyright 2005 by Hurricane Electric
This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.