From ff44444b97b3b148d2e00c80032346a956006090 Mon Sep 17 00:00:00 2001
From: Patrick Cernko <pcernko@mpi-klsb.mpg.de>
Date: Mon, 4 Mar 2024 11:41:07 +0100
Subject: [PATCH] fix: use correct vars in summery output

---
 mm2sympa.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mm2sympa.sh b/mm2sympa.sh
index fbac4dd..5a12369 100755
--- a/mm2sympa.sh
+++ b/mm2sympa.sh
@@ -122,10 +122,10 @@ $mmlistname@$mmdomain: $sympalistname@$robot
 
 Optionally add these redirects to your Mailman2 server's Webserver:
 
-RedirectMatch ^/(listinfo|options|roster)/$mmlistname https://$sympadomain/wws/info/$sympalistname
-RedirectMatch ^/private/$mmlistname                   https://$sympadomain/wws/arc/$sympalistname
-RedirectMatch ^/admin/$mmlistname                     https://$sympadomain/wws/admin/$sympalistname
-RedirectMatch ^/admindb/$mmlistname                   https://$sympadomain/wws/modindex/$sympalistname
+RedirectMatch ^/(listinfo|options|roster)/$mmlistname https://$robot/wws/info/$sympalistname
+RedirectMatch ^/private/$mmlistname                   https://$robot/wws/arc/$sympalistname
+RedirectMatch ^/admin/$mmlistname                     https://$robot/wws/admin/$sympalistname
+RedirectMatch ^/admindb/$mmlistname                   https://$robot/wws/modindex/$sympalistname
 
 EOF
 fi
-- 
GitLab