aboutsummaryrefslogtreecommitdiffstats
path: root/listsize
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-04 21:46:58 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-04 21:46:58 +0000
commit3747cc4c40038c30c5a78af505e5926080e45da8 (patch)
tree9e76cc8ebb53d15d828680470a203d4715ac949e /listsize
parentefe3c6cc82e214142809c77c4f2fa8a58bdef787 (diff)
downloadfetchmail-3747cc4c40038c30c5a78af505e5926080e45da8.tar.gz
fetchmail-3747cc4c40038c30c5a78af505e5926080e45da8.tar.bz2
fetchmail-3747cc4c40038c30c5a78af505e5926080e45da8.zip
New mailman format.
svn path=/trunk/; revision=3699
Diffstat (limited to 'listsize')
-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