From 3747cc4c40038c30c5a78af505e5926080e45da8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 4 Sep 2002 21:46:58 +0000 Subject: New mailman format. svn path=/trunk/; revision=3699 --- listsize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listsize') diff --git a/listsize b/listsize index 33a07db3..e677fd7a 100755 --- a/listsize +++ b/listsize @@ -10,6 +10,6 @@ tmp="/usr/tmp/listsize.$$" curl -s -D $tmp $admin/fetchmail-${list}?adminpw=mypaswrd >/dev/null # Second gets the actual stat curl -s -b $tmp $admin/fetchmail-${list}/members \ - | sed -n '/.*(\([0-9][0-9]*\).*/s//\1/p' + | sed -n '/.*>\([0-9][0-9]*\) members total.*/s//\1/p' # end -- cgit v1.2.3