Am 21.11.11 00:22, schrieb Rob Weir:
On Sun, Nov 20, 2011 at 6:08 PM, Rob Weir<[email protected]>  wrote:
If you download ooo-site from svn and run the following command on the
content directory, you will get a list of all references to legacy
openoffice.org email addresses on the website:

grep -o -r -i --include="*.html" "[[:alnum:]+\.\_\-]*@openoffice.org" .

Continuing, since my email seemed eager to send itself before I was done ;-)

I can post the list if anyone is interested, around 2000 lines, but my
main interest was to see if there were any special "utility' addresses
that we should pay special attention to.

A sorted list of the most frequently mentioned addresses can be found by:

grep -o -r -i --no-filename --include="*.html"
"[[:alnum:]+\.\_\-]*@openoffice.org" . | sort | uniq -c | sort -n -r


I see the following.  But I cannot easily tell what is a name versus
an official address.  For example, is Presse someone's surname?  Or is
that the German press contact?  If the latter, then who is receiving
those emails today?

     103 [email protected]
      82 [email protected]
      76 [email protected]
      56 [email protected]
      44 [email protected]
      33 [email protected]
      32 [email protected]
      25 [email protected]
      19 [email protected]
      14 [email protected]
      12 [email protected]
      12 [email protected]
      11 [email protected]
      10 [email protected]
       9 [email protected]
       6 [email protected]
       6 @openoffice.org
       6 [email protected]
       4 [email protected]
       4 [email protected]
       4 [email protected]

I selected a list of mail adress who are no user adress for sure. But I propose to make a wiki page about the mail Alias. Samething like

Old mail adress       |    New mail adress

Finaly we can run a script who do the jop. But we should not forget http://wiki.services.openoffice.org/ There are a load of E-mail Adress too.

Greetings Raphael

--
My private Homepage: http://www.raphaelbircher.ch/

Reply via email to