From d90644daa3c1e0a30b971e4b77ca1619a5bb1f67 Mon Sep 17 00:00:00 2001 From: Markus Warg Date: Thu, 12 Aug 2010 09:48:20 +0200 Subject: source code taken from cacert-20100709.tar.bz2 --- includes/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/general.php') diff --git a/includes/general.php b/includes/general.php index 938df4e..5789875 100644 --- a/includes/general.php +++ b/includes/general.php @@ -667,7 +667,7 @@ $line = fgets($fp, 4096); if(substr($line, 0, 3) != "220") continue; - fputs($fp, "HELO hlin.cacert.org\r\n"); + fputs($fp, "HELO www.cacert.org\r\n"); $line = fgets($fp, 4096); while(substr($line, 0, 3) == "220") $line = fgets($fp, 4096); -- cgit v1.2.1