Revision history for Perl extension Net::DNSBL::MultiDaemon
0.08 Wed Jan 7 11:08:30 PST 2004
Correct documentation on DEPENDENCIES to include
Geo::IP::PurePerl and NetAddr::IP
update DNSBL's in config file to track Mail::Spamcannibal
0.07 Mon Dec 8 18:34:26 PST 2003
Having a little cockpit trouble today :-) Left out the
initialization for response when no in-addr.arpa record is found.
The nscount and arcount passed through from the PTR record must be
set to zero.
0.06 Mon Dec 8 13:29:57 PST 2003
Oops! left perl diagnostics turned on in 0.05
0.05 Mon Dec 8 13:13:12 PST 2003
in-addr.arpa queries did not accept SERVFAIL responses as
as valid, just expected NXDOMAIN when reverse queries failed.
Logic corrected.
0.04 Sun Dec 7 11:55:05 PST 2003
Oops! I neglected to import Net::DNSBL::Utilities::statinit
into Net::DNSBL::MultiDaemon so SIG{USR2} was causing a crash.
0.03 Wed Nov 26 18:04:00 PST 2003
WARNING, you need to upgrade your rc.multi_daemon if this
if you have a previously installed version of this module.
split MultiDaemon into two modules so the utilities are
available to new applications.
Created Net::DNSBL::Utilities
add logic to always allow 'IGNORE' block
add logic to always reject 'BLOCK' block
add logic to Block By Country
add logic to reject failed reverse DNS
0.02 Sat Nov 22 16:03:59 PST 2003
sockaddr_in does not always ask for scalar arguments
as expected on some perl/OS combinations, therefore
scalar arguments must be provided... in particular for
the output of Net::DNS::ToolKit::get_ns which uses
want_array (xs) to return scalar or array values.
Thanks to "Gary E. Miller" <gem@rellim.com> for spotting this bug.
0.01 Fri Nov 7 11:18:07 PST 2003
initial release