diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 21:46:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 21:46:58 +0000 |
commit | 3747cc4c40038c30c5a78af505e5926080e45da8 (patch) | |
tree | 9e76cc8ebb53d15d828680470a203d4715ac949e /listsize | |
parent | efe3c6cc82e214142809c77c4f2fa8a58bdef787 (diff) | |
download | fetchmail-3747cc4c40038c30c5a78af505e5926080e45da8.tar.gz fetchmail-3747cc4c40038c30c5a78af505e5926080e45da8.tar.bz2 fetchmail-3747cc4c40038c30c5a78af505e5926080e45da8.zip |
New mailman format.
svn path=/trunk/; revision=3699
Diffstat (limited to 'listsize')
-rwxr-xr-x | listsize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |