head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2003.06.13.08.41.25;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add proxycheck 0.45, check for open proxy servers.

PR:		53269
Submitted by:	Paul Chvostek <paul@@it.ca>
@
text
@--- proxycheck.c.orig	Fri Jun 13 03:07:12 2003
+++ proxycheck.c	Fri Jun 13 03:07:53 2003
@@@@ -974,7 +974,7 @@@@
     dstspec = strdup(pxybuf);
   }
 
-  dsbluser = egetenv("DSBL_USER", "anonimous");
+  dsbluser = egetenv("DSBL_USER", "anonymous");
   dsblpass = egetenv("DSBL_PASS", "");
   dsblfrom = egetenv("DSBL_FROM", dsbluser);
   dsblrcpt = egetenv("DSBL_RCPT", "listme@@listme.dsbl.org");
@@@@ -1015,7 +1015,7 @@@@
   { "dsbl", dsblh, dsbld, dsble, dsbli, "[:smtpserver[:port]]",
     "attempt to submit proxy to DSBL-like system\n"
     "   DSBL settings are expected to be in environment:\n"
-    "\t$DSBL_USER - username (anonimous)\n"
+    "\t$DSBL_USER - username (anonymous)\n"
     "\t$DSBL_PASS - password (default is empty)\n"
     "\t$DSBL_COOKIE_HOST - cookie server (cookie.dsbl.org)\n"
     "\t$DSBL_COOKIE - already obtained DSBL cookie\n"
@
