Bug 9864 - make rblcheck use relay.orbs.org instead of dorkslayers.com
Summary: make rblcheck use relay.orbs.org instead of dorkslayers.com
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-02-01 20:50 UTC by Cy Schubert
Modified: 1999-05-03 03:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cy Schubert 1999-02-01 20:50:01 UTC
	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
Comment 1 cschuber 1999-02-02 02:13:00 UTC
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
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-05-03 03:05:21 UTC
State Changed
From-To: open->closed

Committed, thanks!