Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 11:19:40 +0900 (JST)
From:      MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37549: mail/rblcheck: ORBZ has stopped and DSBL is its successor.
Message-ID:  <20020429021940.76129799F@kikyou.m.ayame.com>

next in thread | raw e-mail | index | archive | help

>Number:         37549
>Category:       ports
>Synopsis:       mail/rblcheck: ORBZ has stopped and DSBL is its successor.
>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:   Sun Apr 28 19:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD kikyou.m.ayame.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 15 23:52:34 JST 2002 moro@kikyou.m.ayame.com:/home/tmp/obj/home/stable/src/sys/KIKYOU i386
>Description:
ORBZ is no longer in service, and they started DSBL.
We have to remove ORBZ and ORBZ_MAN and add DSBL sites.
DSBL has two lists to add, single-hop open relay lists (list.dsbl.org) and
multi-hop open relay lists (multi-hop.dsbl.org).
See http://orbz.org/ and http://dsbl.org/ for details.

Because ORBZ was selected by default, it would be better to have
DSBL selected by default.
>How-To-Repeat:
	
>Fix:
diff -u /usr/ports/mail/rblcheck/scripts/configure.rbl.orig /usr/ports/mail/rblcheck/scripts/configure.rbl
--- /usr/ports/mail/rblcheck/scripts/configure.rbl.orig	Sat Aug 25 06:11:48 2001
+++ /usr/ports/mail/rblcheck/scripts/configure.rbl	Mon Apr 29 11:17:04 2002
@@ -7,12 +7,12 @@
 
 tempfile=`mktemp -t checklist`
 
+SET_DSBL="OFF"
+SET_DSBL_MUL="OFF"
 SET_MAPS_RBL="OFF"
 SET_MAPS_DUL="OFF"
 SET_MAPS_RSS="OFF"
 SET_ORBL="OFF"
-SET_ORBZ="OFF"
-SET_ORBZ_MAN="OFF"
 SET_ORDB="OFF"
 
 TODAY=`date "+%Y%m%d"`
@@ -22,7 +22,7 @@
 	if [ ${TODAY} -lt 20010801 ]; then
 		OPTIONS="\"MAPS_RBL\" \"MAPS_DUL\" \"MAPS_RSS\""
 	else
-		OPTIONS="\"ORBZ\""
+		OPTIONS="\"DSBL\""
 	fi
 	if [ "x${OPTIONS}" != "x" ]; then
 		set ${OPTIONS}
@@ -34,19 +34,19 @@
 		SET_MAPS_DUL="ON"
 		SET_MAPS_RSS="ON"
 	else
-		SET_ORBZ="ON"
+		SET_DSBL="ON"
 	fi
 
 	/usr/bin/dialog --title "RBL Sites" --clear \
 		--checklist "\n\
 Please select desired options:" -1 -1 16 \
-MAPS_RBL	"MAPS Blackhole list   www.mail-abuse.org" ${SET_MAPS_RBL} \
-MAPS_DUL	"MAPS DialUp List      www.mail-abuse.org" ${SET_MAPS_DUL} \
-MAPS_RSS	"MAPS Open Relay list  www.mail-abuse.org" ${SET_MAPS_RSS} \
-ORBL		"ORBL Open Relay list  www.orbl.org" ${SET_ORBL} \
-ORBZ		"ORBZ Open Relay list  orbz.gst-group.co.uk" ${SET_ORBZ} \
-ORBZ_MAN	"ORBZ Manual list      orbz.gst-group.co.uk" ${SET_ORBZ_MAN} \
-ORDB		"ORDB Open Relay list  www.ordb.org" ${SET_ORDB} \
+DSBL		"DSBL Open Relay list           dsbl.org" ${SET_DSBL} \
+DSBL_MUL	"DSBL Multi-hop Open Relay list dsbl.org" ${SET_DSBL_MUL} \
+MAPS_RBL	"MAPS Blackhole list            www.mail-abuse.org" ${SET_MAPS_RBL} \
+MAPS_DUL	"MAPS DialUp List               www.mail-abuse.org" ${SET_MAPS_DUL} \
+MAPS_RSS	"MAPS Open Relay list           www.mail-abuse.org" ${SET_MAPS_RSS} \
+ORBL		"ORBL Open Relay list           www.orbl.org" ${SET_ORBL} \
+ORDB		"ORDB Open Relay list           www.ordb.org" ${SET_ORDB} \
 2> $tempfile
 
 	retval=$?
@@ -71,6 +71,12 @@
 
 while [ "$1" ]; do
 	case $1 in
+		\"DSBL\")
+			echo "SITE(\"list.dsbl.org\")"
+			;;
+		\"DSBL_MUL\")
+			echo "SITE(\"multihop.dsbl.org\")"
+			;;
 		\"MAPS_RBL\")
 			echo "SITE(\"blackholes.mail-abuse.org\")"
 			;;
@@ -82,12 +88,6 @@
 			;;
 		\"ORBL\")
 			echo "SITE(\"or.orbl.org\")"
-			;;
-		\"ORBZ\")
-			echo "SITE(\"orbz.gst-group.co.uk\")"
-			;;
-		\"ORBZ_MAN\")
-			echo "SITE(\"manual.orbz.gst-group.co.uk\")"
 			;;
 		\"ORDB\")
 			echo "SITE(\"relays.ordb.org\")"

Diff finished at Mon Apr 29 11:17:38
>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?20020429021940.76129799F>