aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlistsize2
1 files changed, 1 insertions, 1 deletions
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