Update mailing list address, archive, etc.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
diff --git a/INSTALL b/INSTALL
index 684225d..ca9b98d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -102,7 +102,7 @@
 - Specify SKIP_IDCHECK=1 if and when you don't want to modify /etc/{group,passwd}
   on the target system's sysroot.
 
-If you get a build error, please report it to ltp-list@lists.sf.net with
+If you get a build error, please report it to ltp@lists.linux.it with
 following information,
 
  1. The error output before the failure.
diff --git a/README b/README
index 3bb3ff9..2398621 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@
 
 The latest image is always available at http://sf.net/projects/ltp/
 
-The discussion about the project happens at ltp-list mailing list:
-https://lists.sourceforge.net/lists/listinfo/ltp-list
+The discussion about the project happens at ltp mailing list:
+http://lists.linux.it/listinfo/ltp
 
 The git repository is located at GitHub at:
 https://github.com/linux-test-project/ltp
diff --git a/configure.ac b/configure.ac
index ecea070..ce09fbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.61)
-AC_INIT([ltp], [LTP_VERSION], [ltp-list@lists.sourceforge.net])
+AC_INIT([ltp], [LTP_VERSION], [ltp@lists.linux.it])
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([include/config.h])
diff --git a/doc/ltp-howto.lyx b/doc/ltp-howto.lyx
index 7b9f9e0..ae898fa 100644
--- a/doc/ltp-howto.lyx
+++ b/doc/ltp-howto.lyx
@@ -849,15 +849,15 @@
 URL: http://ltp.sourceforge.net/
 \layout Literal
 
-mailing list: ltp-list@lists.sourceforge.net
+mailing list: ltp@lists.linux.it
 \layout Literal
 
-list archive: https://sourceforge.net/mailarchive/forum.php?forum_name=ltp-list
+list archive: http://lists.linux.it/pipermail/ltp/
 \layout Standard
 
 Questions and comments should be sent to the LTP mailing
- list at ltp-list@lists.sourceforge.net.  To subscribe, please go to
- https://lists.sourceforge.net/lists/listinfo/ltp-list.
+ list at ltp@lists.linux.it. To subscribe, please go to
+ http://lists.linux.it/pipermail/ltp/.
 
 \layout Standard
 
diff --git a/doc/ltp-howto.txt b/doc/ltp-howto.txt
index 1ba3bb6..9f1a573 100644
--- a/doc/ltp-howto.txt
+++ b/doc/ltp-howto.txt
@@ -427,13 +427,13 @@
 
 URL: http://ltp.sourceforge.net/
 
-mailing list: ltp-list@lists.sourceforge.net
+mailing list: ltp@lists.linux.it
 
-list archive: https://sourceforge.net/mailarchive/forum.php?forum_name=ltp-list
+list archive: http://lists.linux.it/pipermail/ltp/
 
 Questions and comments should be sent to the LTP mailing
-list at ltp-list@lists.sourceforge.net.  To subscribe, please go to
-https://lists.sourceforge.net/lists/listinfo/ltp-list.
+list at ltp@lists.linux.it. To subscribe, please go to
+http://lists.linux.it/listinfo/ltp.
 
 The source is also available via CVS.  See the web site for
 a web interface and check out instructions.
diff --git a/m4/ltp-quota.m4 b/m4/ltp-quota.m4
index 566204f..a25e34a 100644
--- a/m4/ltp-quota.m4
+++ b/m4/ltp-quota.m4
@@ -51,7 +51,7 @@
 	if test "x$has_quotav1" = xyes; then
 		AC_DEFINE(HAVE_QUOTAV1,1,[Define to 1 if you have quota v1])
 	else
-		AC_MSG_WARN(Couldn't determine quota version (please submit config.log and manpage to ltp-list@lists.sourceforge.net))
+		AC_MSG_WARN(Couldn't determine quota version (please submit config.log and manpage to ltp@lists.linux.it))
 	fi
 
 fi