> Here's something to try for fun: After a long thread on
> opensolaris-discuss finally peters out, sort it by sender and count how
> many people from the project in question participated. Usually very few --
> even none. So what the heck is this mysterious allure of starting threads
> on opensolaris-discuss? I mean, it goes w/out saying that a discussion
> about a thing is most effective when they takes place directly in front of
> the people interested/responsible for that thing -- especially as opposed
> to a generic, anything-goes list.  <rant-off>

I am a curious fellow that has strange desires to count things.

So I took a look at my email directory from which I delete nothing but spam.

I go back to late Feb 2006 and I have this :

bash-3.00$ find Maildir/cur -type f -ls | wc -l
    8579

Now how much of that is traffic from the opensolaris-discuss list ?

bash-3.00$ find Maildir/cur -type f | xargs /usr/xpg4/bin/grep "List-Post:
<mailto:opensolaris-discuss@opensolaris.org>"  | wc -l
    2938

OKay .. so a pile.

So .. out of curiosity, how many unique email addresses post to the list ?

bash-3.00$ find Maildir/cur -type f | xargs /usr/xpg4/bin/grep "List-Post:
<mailto:opensolaris-discuss@opensolaris.org>"  | cut -f1,2 -d:  | xargs
/usr/xpg4/bin/grep "^From:" |  cut -f4 -d:  |  sed 's/\"//g'  >
address_list.txt

The first 3 are thus :

bash-3.00$ head -3 address_list.txt
 Roland Mainz <[EMAIL PROTECTED]>
 James Carlson <[EMAIL PROTECTED]>
 Derek E. Lewis <[EMAIL PROTECTED]>

Let me translate that to lower case and then sort and uniq it ...

bash-3.00$ cat address_list.txt | tr "[:upper:]" "[:lower:]" | sort | uniq >
address_list_uniq.txt

... and I am only interested in the stuff between the "<" and the ">"

bash-3.00$ cat address_list_uniq.txt | cut -f2 -d\<  |  cut -f1 -d\>  | sed
's/\ //g' | sort | uniq > address_list_uniq_clean.txt

bash-3.00$ wc -l address_list_uniq_clean.txt
     354 address_list_uniq_clean.txt

So there we have 354 addresses of everyone that posted a message all the way
back to late February.

Are you in there ?

bash-3.00$ grep eric address_list_uniq_clean.txt
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
bash-3.00$


in fact, you are in there as a sender 155 times with the last message being :

msg 155  Maildir/cur/1150760674.28223_1.enterprise:2,S

bash-3.00$ more Maildir/cur/1150760674.28223_1.enterprise:2,S
Return-Path: <[EMAIL PROTECTED]>
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on
        enterprise.blastwave.org
X-Spam-Level:
X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,
        UNPARSEABLE_RELAY autolearn=ham version=3.1.0
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from localhost (localhost [127.0.0.1])
        by mail.blastwave.org (Postfix) with ESMTP id 09943F8AB
        for <[EMAIL PROTECTED]>; Tue, 20 Jun 2006 01:44:34 +0200
(MEST)
Received: from mail.blastwave.org ([127.0.0.1])
 by localhost (enterprise.blastwave.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 27543-01 for <[EMAIL PROTECTED]>;
 Tue, 20 Jun 2006 01:44:28 +0200 (MEST)
Received: from mail.opensolaris.org (mail.opensolaris.org [72.5.125.84])
        by mail.blastwave.org (Postfix) with ESMTP id D4C8CF8B1
        for <[EMAIL PROTECTED]>; Tue, 20 Jun 2006 01:44:27 +0200 (MEST)
Received: from tonic1.sun.com (tonic1.sun.com [72.5.125.84])
        by mail.opensolaris.org (Postfix) with ESMTP id D3627F069E;
        Mon, 19 Jun 2006 16:44:27 -0700 (PDT)
X-Original-To: opensolaris-discuss@opensolaris.org
Delivered-To: opensolaris-discuss@opensolaris.org
Received: from brmea-mail-2.sun.com (brmea-mail-2.Sun.COM [192.18.98.43])
        by mail.opensolaris.org (Postfix) with ESMTP id 79DC0F069E
        for <opensolaris-discuss@opensolaris.org>;
        Mon, 19 Jun 2006 16:44:26 -0700 (PDT)
Received: from fe-amer-04.sun.com ([192.18.108.178])
        by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id
        k5JNiPaX009648 for <opensolaris-discuss@opensolaris.org>;
        Mon, 19 Jun 2006 17:44:25 -0600 (MDT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
        (Sun Java System Messaging Server 6.2-4.02 (built Sep  9 2005))
        id <[EMAIL PROTECTED]>
        (original mail from [EMAIL PROTECTED])
        for opensolaris-discuss@opensolaris.org;
        Mon, 19 Jun 2006 17:44:25 -0600 (MDT)
Received: from laptop ([69.17.24.209])
        by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built
        Sep 9 2005)) with ESMTPSA id <[EMAIL PROTECTED]> for
        opensolaris-discuss@opensolaris.org;
        Mon, 19 Jun 2006 17:44:24 -0600 (MDT)
Date: Mon, 19 Jun 2006 18:45:21 -0500 (CDT)
From: Eric Boutilier <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: opensolaris-discuss@opensolaris.org
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: TEXT/PLAIN; format=flowed; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: [osol-discuss] <rant-on>
X-BeenThere: opensolaris-discuss@opensolaris.org
X-Mailman-Version: 2.1.4
Precedence: list
Reply-To: [EMAIL PROTECTED]
List-Id: General OpenSolaris Discussion List
        <opensolaris-discuss.opensolaris.org>
List-Unsubscribe:
<http://mail.opensolaris.org/mailman/listinfo/opensolaris-disc
uss>,
        <mailto:[EMAIL PROTECTED]>
List-Archive: <http://mail.opensolaris.org/pipermail/opensolaris-discuss>
List-Post: <mailto:opensolaris-discuss@opensolaris.org>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe:
<http://mail.opensolaris.org/mailman/listinfo/opensolaris-discus
s>,
        <mailto:[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-Virus-Scanned: amavisd-new at blastwave.org
Lines: 11

Here's something to try for fun: After a long thread on
opensolaris-discuss finally peters out, sort it by sender and count how
many people from the project in question participated. Usually very few --
even none. So what the heck is this mysterious allure of starting threads
on opensolaris-discuss? I mean, it goes w/out saying that a discussion
about a thing is most effective when they takes place directly in front of
the people interested/responsible for that thing -- especially as opposed
to a generic, anything-goes list.  <rant-off>
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

bash-3.00$


there .. that was fun.

dc
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to