head	1.3;
access;
symbols
	HELM_PEER_PORT_BRANCH:1.1.1.1 dlr:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.02.22.08.19.54;	author edk;	state dead;
branches;
next	1.2;

1.2
date	2001.02.21.01.08.28;	author dlr;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.21.00.36.23;	author dlr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.02.21.00.36.23;	author dlr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@remove generated files which were added by accident
@
text
@#!/bin/sh
###############################################################################
#
# File:         all-list-subcount
# RCS:          $Header: /cvs/helm/perl/scripts/all-list-subcount,v 1.2 2001/02/21 01:08:28 dlr Exp $
# Description:  
# Author:       Niels P. Mayer
# Created:      Sun Jun 11 22:50:04 2000
# Modified:     Sun Jun 11 22:50:16 2000 (Niels Mayer) root@@h02.sny.collab.net
# Language:     Shell-script
# Package:      N/A
# Status:       Experimental (Do Not Distribute)
#
# (C) Copyright 2000, Collab.net.
#
###############################################################################

cd ~tigrisq
for i in *-*
do
    if [ -d $i ]
	then
	    printf "%30s : %d\n" \
	           ${i} \
                   `ezmlm-list /home/dlr/sandbox/data/helm/qmail/$i | grep -v '^archive-[a-zA-Z_\-]*@@ipssources.com' | wc -l`
	fi
done
@


1.2
log
@This is the highest revision from the HELM_PEER_PORT_BRANCH.  The previous import caused too many conflicts to resolve manually
@
text
@d5 1
a5 1
# RCS:          $Header: /cvs/helm/perl/scripts/all-list-subcount.in,v 1.2 2000/11/12 22:57:33 dlr Exp $
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@@
