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
@@ -29,6 +29,9 @@ iis2=',
29 '
30 while read address name
31 do
32 + case "$address" in
33 + '#'*) continue ;;
34 + esac
35 case "$name" in
36 $match) ;;
37 *) continue ;;
@@ -52,5 +55,5 @@ fi
55 } <<\EOF
56 linux-kernel@vger.kernel.org Linux Kernel
57 info@lwn.net LWN.NET
55 -emacs-orgmode@gnu.org Emacs Org Mode
58 +ask@perl.org Perl5-porters at perl
59 EOF