From 4b645ba35d3f8c4ba2ccc2df38270908d682ff65 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 4 Mar 2009 11:39:04 -0800 Subject: [PATCH] Remove emacsorg-mode list; it seems to be moderated --- ProjectContact | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ProjectContact b/ProjectContact 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