diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index c71f4d3a8ddd417c566e644cdcdc0ae6739c6f93..e1a99fcf4c8345693b56e372f092d1849f6d42c6 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+	* test_summary (address): set to egcs-testresults mailing list
+
 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
 	* test_summary (address): added Marc Lehmann's testsuite-results
diff --git a/contrib/test_summary b/contrib/test_summary
index 84147c336509c78bb10b2b3b057ff6d5901d6a82..387beb8f44c8a66f830454d72af614f13e3ecfbc 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -102,7 +102,7 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
   else address="g++@cygnus.com";
 }
 /\/egcsh?((-[^ ]*)?\/|c?[ -])/ {
-  address="egcs@cygnus.com testsuite-results@gcc.ml.org";
+  address="egcs-testresults@egcs.cygnus.com";
   if (version == 0) version="egcs";
 }
 /--disable-haifa/ { prefix="haifa-disabled "; }