From ec2ac2150c1a7f65b96742676fa9e4a4cc25be43 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Oct 2008 16:04:55 +0200 Subject: lists.spline.de does not support list names with dash --- bin/addproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/addproject b/bin/addproject index d922d17..0626003 100755 --- a/bin/addproject +++ b/bin/addproject @@ -110,7 +110,7 @@ main() { eheading "requesting new mailinglist for the project" # register mailinglist (owner is user_email) for the new project - eexec wget -q -O /dev/null --no-check-certificate --post-data "name=commit-${project_name}&email=${user_email}" \ + eexec wget -q -O /dev/null --no-check-certificate --post-data "name=commit_${project_name}&email=${user_email}" \ https://lists.spline.inf.fu-berlin.de/cgi-bin/neueliste.pl eheading "sending confirmation email to applicant" -- cgit v1.2.3