File Release Notes and Changelog
Release Name: 0.25
Notes:
Major debugging and efficiency improvements.
Changes:
- ipwhois lookups are now performed whether or not the domain name resolves,
apparently some valid ips actually resolve to false domain info
- made debug mode a little less chatty
- BUGFIX: body-host was grabbing and testing non-domain characters due to a regex bug
- now doing abuse.net lookups using DNS server, significant speed increase over
whois lookups, requires module Net::DNS
- BUGFIX: fixed a bug in how the IP information was parsed from the Received headers
- fixed enough code that use strict is now on
- using Config::General for the config file, unfortunately this means the config
layout has changed, see the distributed 'config' file for details
- BUGFIX: fixed email output so that the email header is all on one line
- emailing with Net::SMTP rather than an open call to sendmail
- will remove X-Spam headers from emails sent out
- BUGFIX: kicked up the defense against reporting on friends
- no longer using Net::Whois::Raw & Net::Whois::IP, they weren't very good, I wrote
the module Whois.pm to replace it, as a bonus it is about 100x faster