Colin Watson <[EMAIL PROTECTED]> writes:
> Is it possible to check for the maintainer e-mail address instead?
Sure.
> Only [EMAIL PROTECTED] and [EMAIL PROTECTED] should be in use (the former is
> deprecated).
20:22:[EMAIL PROTECTED]| ~ $egrep "QA|Quality Assurance" indices/Maintainers |
cut -d" " -f2- | sed -e "s/^ *//g" -e "s/.*<\(.*\)>.*/\1/" | sort | uniq -c
3 [EMAIL PROTECTED]
59 [email protected]
105 [EMAIL PROTECTED]
20:23:[EMAIL PROTECTED]| ~ $
I've added all 3 in and changed katie as you asked.
--
James