abuseEmail Changes between versions 1.1 and 1.0
Changes between versions 1.1.2 and 1.1.1
- Implemented Whois caching.
- Now using the Netname and Maintainer fields on ARIN's whois to determine the IP authority.
- Removed Geektool's Whois proxy code. All whois queries are now handled by XWhoisIP.
- Cleaned up the
Getopt::Long
related code.
- Lots of small corrections (mostly typos).
Changes between versions 1.1.1 and 1.1.0
- Fixed a bug that prevented
--noUseDNSsoa
and --noUseWhoisIP
to work.
Changes between versions 1.1.0 and 1.0.0
- Added blacklist support. The blacklist contains regular expressions for email addresses to reject. The blacklist is disabled by default, check the code to activate it.
- Each email address found has now its own confidence coef. In the past, there was only one global coef.
- Improved the SAO query algorithm.
- Now using
Getopt::Long
and offering much more options.
- Using XwhoisIP module for Whois queries on IP addresses. Thanks to Russell Fulton.
Back to the main page