Date: Mon, 1 Feb 1999 12:47:53 -0800 (PST) From: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9864: rblcheck patch Message-ID: <199902012047.MAA21978@passer.osg.gov.bc.ca>
next in thread | raw e-mail | index | archive | help
>Number: 9864 >Category: ports >Synopsis: make rblcheck use relay.orbs.org instead of dorkslayers.com >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 12:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: ITSD Province of British Columbia >Environment: FreeBSD passer.osg.gov.bc.ca 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Wed Dec 16 14:17:04 PST 1998 root@passer.osg.gov.bc.ca:/opt/usr_src-228/src/sys/compile/PASSER i386 + CAM Patches >Description: 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. >How-To-Repeat: N/A >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 ]; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902012047.MAA21978>