Remove emacsorg-mode list; it seems to be moderated
Junio C Hamano committed
Mar 4, 2009 at 11:39 UTC
4b645ba35d3f8c4ba2ccc2df38270908d682ff65
1 file changed
+4
-1
ProjectContact
+4
-1
index 4a5d035cad..dadd48699e 100755
--- a/ProjectContact
+++ b/ProjectContact
@@ -29,6 +29,9 @@ iis2=',
'
while read address name
do
+ case "$address" in
+ '#'*) continue ;;
+ esac
case "$name" in
$match) ;;
*) continue ;;
@@ -52,5 +55,5 @@ fi
} <<\EOF
linux-kernel@vger.kernel.org Linux Kernel
info@lwn.net LWN.NET
-emacs-orgmode@gnu.org Emacs Org Mode
+ask@perl.org Perl5-porters at perl
EOF