mailman, mailman, whois hailing from at?

#! /bin/bash
#member_match
LISTS=`list_lists | cut -f1 -d- | xargs echo`
for list in $LISTS ; do
  echo $list
  list_members $list | grep $1
done
cow:~# ./member_match "at$"
Powered by Drupal, an open source content management system