Skip Menu |

This queue is for tickets about the Net-Blacklist-Client CPAN distribution.

Report information
The Basics
Id: 51075
Status: open
Priority: 0/
Queue: Net-Blacklist-Client

People
Owner: Nobody in particular
Requestors: davidp [...] preshweb.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Still using ordb.org which was shut down a long time ago
Net::Blacklist::Client still consults ordb.org, which was shut down a *long* time ago: "relays.ordb.org" => { a => '127.0.0.2', txt => 'ordb.org was shut down on December 18, 2006. Please remove from your mailserver.' }, Could this be removed and a new version of N::B::C released? Alternatively, if this module is no longer actively maintained, I'd be happy to take over maintainership and release a new version.
Hi David, Yes, I'm sorry, this module is really in need of some attention. I need to use it again soon for $work, so will have a chance to implement some much-needed improvements (including replacing the RBL list with an updated version) in the coming weeks. In the meantime, you can modify the list of RBLs it uses in the constructor: my $bl = Net::Blacklist::Client->new( lists_ip => [ grep { $_ ne "relays.ordb.org" } Net::Blacklist::Client->lists_ip ], ); Or, alternative, you should be able to create a subclass that overrides the list_ips class method. Thanks for the reminder to clean this thing up, though.
Just wanted to offer to take over maintainership, if you do not have time to maintain it any more?
Just another little nudge on this - I still find Net::Blacklist::Client useful, but would like its default configuration to use sensible blacklists only. I'm still happy to take over maintainership of the code if you no longer have time to deal with it - let me know if you'd like me to do so.
On 2011-06-21 10:49:19, BIGPRESH wrote: Show quoted text
> Just another little nudge on this - I still find Net::Blacklist::Client > useful, but would like its default configuration to use sensible > blacklists only. > > I'm still happy to take over maintainership of the code if you no longer > have time to deal with it - let me know if you'd like me to do so.
And another poke - I may be using this module again soon, so I'd happily take over maintainership and get a new release out with only active blacklists used in the default configuration.