Rblcheck currently checks the RBL from vix.com and dorkslayers.com. Dorkslaysers.com no longer exists and has been replaced by orbs.org. The patch (patch-ac) reflects this change. Fix: New patch file patch-ac: --- rblcheck.c.orig Mon Feb 1 08:50:02 1999 +++ rblcheck.c Mon Feb 1 08:50:55 1999 @@ -327,7 +327,7 @@ /* Add more sites you want in the default list of RBL-alike systems here. ### An easier way to change this is needed. ### */ rblsites = togglesite( "rbl.maps.vix.com", rblsites ); - rblsites = togglesite( "orbs.dorkslayers.com", rblsites ); + rblsites = togglesite( "relays.orbs.org", rblsites ); progname = argv[ 0 ]; How-To-Repeat: N/A
vix.com has added a Dialup Users List, similar to the RBL today, see http://maps.vix.com/dul/. The patch should include the following line after the relays.orbs.org line. rblsites = togglesite( "dul.maps.vix.com", rblsites ); Ideally, the application should be modified to use an environment variable with a list of RBL and DUL sites to check. Of course this will change the way the application functions. When I get the chance I'll give the author a shout about this modification. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC
State Changed From-To: open->closed Committed, thanks!