Benchmark-Perl-Formance-Cargo

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

share/SpamAssassin/spam_2/01393.e7d7a58f2c561c6f71fe95c64a7f5f35
share/SpamAssassin/spam_2/01394.a76cc347fac514441bef43e7a599fb55
share/SpamAssassin/spam_2/01395.cb33d1d72f42e4ab9268729917bf428b
share/SpamAssassin/spam_2/01396.e80a10644810bc2ae3c1b58c5fd38dfa
share/SpamAssassin/spam_2/01397.f75f0dd0dd923faefa3e9cc5ecb8c906
share/SpamAssassin/spam_2/01398.8ca7045aae4184d56e8509dc5ad6d979
share/SpamAssassin/spam_2/01399.2319643317e2c5193d574e40a71809c2
share/SpamAssassin/spam_2/01400.b444b69845db2fa0a4693ca04e6ac5c5
share/SpamAssassin/spam_2/cmds
t/00-load.t
t/release-eol.t
t/release-pod-syntax.t

share/RegexpCommonTS/t/comment/nested.t  view on Meta::CPAN

    my %h;
    grep {!$h {$$_ [0]} {$$_ [1]} ++} map {@{$$_ {nested_tokens}}} @data
};

#
# Create some comments.
#

my @comments = ("", "This is a comment", "This is a\nmultiline comment",
                "\n", map {" $_ "} @s_tokens);
my @no_eol   = grep {!/\n/} @comments;


my (%targets, @tests);
foreach my $s_token (@s_tokens) {
    my $pass_key = "start_pass_$s_token";
    my $fail_key = "start_fail_$s_token";

    $targets {$pass_key} = {
        list   =>  \@no_eol,
        query  =>  sub {$s_token . $_ [0] . "\n"},
    };

    # Build a list of "bad" comments.
    my @bad;
    # No trailing newline.
    push @bad => map {"$s_token$_"} @no_eol;
    # Double newline.
    push @bad => map {"$s_token$_\n\n"} @no_eol;
    # Double comment.
    push @bad => map {"$s_token$_\n" x 2} @no_eol;
    # Leading garbage.
    push @bad => map {ww (1, 10) . "$s_token$_\n"} @no_eol;
    # Trailing garbage.
    push @bad => map {"$s_token$_\n" . ww (1, 10)} @no_eol;

    $targets {$fail_key} = {
        list   => \@bad,
    };
}

my @parts = cross ["", "[]", "\n"],
                  ["", "7^%", "\n"],
                  ["", "comment", "\n"];

share/RegexpCommonTS/t/comment/single_or_multiline.t  view on Meta::CPAN

my @s_tokens = do {my %h; grep {!$h {$_} ++} map {@{$$_ [0]}} @data};

# Grab the multiline line tokens.
my @mo_tokens = do {my %h; grep {!$h {$_} ++}
                           map {map {$$_ [0]} @{$$_ [1]}} @data};
my @mc_tokens = do {my %h; grep {!$h {$_} ++}
                           map {map {$$_ [1]} @{$$_ [1]}} @data};

my @comments = ("", "This is a comment", "This is a\nmultiline comment",
                "\n", (map {" $_ "} @s_tokens, @mo_tokens, @mc_tokens));
my @no_eol   = grep {!/\n/} @comments;

# Targets, and test suites.
my %targets;
my @tests;
my @bad;

# Tests for the single line comments (including failures).
foreach my $token (@s_tokens) {
    my $key  = "single_$token";
    my $fkey = "single_fail_$token";

    $targets {$key} = {
        list   => \@no_eol,
        query  => sub {$token . $_ [0] . "\n"},
    };

    my @s_bad;
    # No trailing newline.
    push @s_bad => map {"$token$_"} @no_eol;
    # Double newline.
    push @s_bad => map {"$token$_\n\n"} @no_eol;
    # Double comment.
    push @s_bad => map {"$token$_\n" x 2} @no_eol;
    # Leading garbage.
    push @s_bad => map {ww (1, 10) . "$token$_\n"} @no_eol;
    # Trailing garbage.
    push @s_bad => map {"$token$_\n" . ww (1, 10)} @no_eol;

    $targets {$fkey} = {
        list   => \@s_bad,
    };
}

# No leading token.
$targets {single_fail} = {
    list => [map {"$_\n"} @no_eol],
};

# Tests for the multi line comments (including failures).
for (my $i = 0; $i < @mc_tokens; $i ++) {
    my $start = $mo_tokens [$i];
    my $end   = $mc_tokens [$i];

    my $key   = "multi_${start}_$end";
    my $key2  = "multi2_${start}_$end";
    my $fkey  = "multi_fail_${start}_$end";

share/RegexpCommonTS/t/comment/single_or_multiline.t  view on Meta::CPAN

        list    => \@list,
        query   => sub {$start . $start . $_ [0] . $end},
    };

    my @m_bad;
    # No starting token.
    push @m_bad => map {"$_$end"} @comments;
    # No ending token.
                         # Hack for old versions of Perl. The regexes will
                         # work there, but it just takes too long to test them.
    push @m_bad => map {"$start$_"} $] < 5.006 ? @no_eol : @comments;
    # Double the comment.
    push @m_bad => map {"$start$_$end" x 2} @comments;
    # Leading garbage.
    push @m_bad => map {ww (1, 5) . "$start$_$end"} @comments;
    # Trailing garbage.
    push @m_bad => map {"$start$_$end" . ww (1, 5)} @comments;

    $targets {$fkey} = {
        list    => \@m_bad,
    };

share/SpamAssassin/easy_ham/00010.145d22c053c1a0c410242e46c01635b3  view on Meta::CPAN

    (EDT)
Message-Id: <001001c249e6$863c4e00$13cca341@networksonline.com>
From: "NOI Administrator" <admin@networksonline.com>
To: <spamassassin-talk@example.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400
Subject: [SAtalk] SA CGI Configurator Scripts
Sender: spamassassin-talk-admin@example.sourceforge.net
Errors-To: spamassassin-talk-admin@example.sourceforge.net
X-Beenthere: spamassassin-talk@example.sourceforge.net
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Help: <mailto:spamassassin-talk-request@example.sourceforge.net?subject=help>
List-Post: <mailto:spamassassin-talk@example.sourceforge.net>
List-Subscribe: <https://example.sourceforge.net/lists/listinfo/spamassassin-talk>,
    <mailto:spamassassin-talk-request@lists.sourceforge.net?subject=subscribe>

share/SpamAssassin/easy_ham/00018.6fee38026193b5adde4b56892a6f14bc  view on Meta::CPAN

Received: from lugh (root@localhost [127.0.0.1]) by lugh.tuatha.org
    (8.9.3/8.9.3) with ESMTP id RAA09942; Thu, 22 Aug 2002 17:18:58 +0100
Received: from smtpstore.strencom.net (ns1.strencom.net [217.75.0.66]) by
    lugh.tuatha.org (8.9.3/8.9.3) with ESMTP id RAA09917 for <ilug@linux.ie>;
    Thu, 22 Aug 2002 17:18:50 +0100
X-Authentication-Warning: lugh.tuatha.org: Host ns1.strencom.net
    [217.75.0.66] claimed to be smtpstore.strencom.net
Received: from enterprise.wasptech.com (mail.wasptech.com [217.75.2.106])
    by smtpstore.strencom.net (Postfix) with ESMTP id 8C105CEE88;
    Thu, 22 Aug 2002 16:31:15 +0000 (AZOST)
X-Mimeole: Produced By Microsoft Exchange V6.0.5762.3
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Subject: RE: [ILUG] Sun Solaris..
Date: Thu, 22 Aug 2002 17:13:01 +0100
Message-Id: <45130FBE2F203649A4BABDB848A9C9D00E9C8A@enterprise.wasptech.com>
X-MS-Has-Attach: 
X-MS-Tnef-Correlator: 
Thread-Topic: [ILUG] Sun Solaris..
Thread-Index: AcJJ9p29v19nVAypRv25aSssWGeNQAAABtrw

share/SpamAssassin/easy_ham/00020.d10651e31fcb92630c6229ec773cfe26  view on Meta::CPAN

From: "Kiall Mac Innes" <kiall@redpie.com>
To: "ILUG" <ilug@linux.ie>
Date: Thu, 22 Aug 2002 17:23:15 +0100
Message-Id: <BCEFLMCEIJHPCPLGADJIGEEFCAAA.kiall@redpie.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200
Importance: Normal
Subject: [ILUG] Sun Solaris..
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

Can someone explain what type of operating system Solaris is... as ive never

share/SpamAssassin/easy_ham/00024.59c2cb781c60594315241e2b50ea70e2  view on Meta::CPAN

Received: from leslie (ca-stmnca-cuda1-blade1a-115.stmnca.adelphia.net
    [68.65.192.115]) (authenticated bits=0) by tigerlily.noc.ucla.edu
    (8.12.3/8.12.3) with ESMTP id g7MHJxJA019627 for
    <forteana@yahoogroups.com>; Thu, 22 Aug 2002 10:19:59 -0700
Message-Id: <005801c24a00$1e226060$73c04144@leslie>
To: <zzzzteana@yahoogroups.com>
References: <000001c249ff$50bc96e0$da514ed5@roswell>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
From: "leslie ellen jones" <lejones@ucla.edu>
X-Yahoo-Profile: luned23
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Thu, 22 Aug 2002 10:19:48 -0700
Subject: Re: [zzzzteana] Which Muppet Are You?

share/SpamAssassin/easy_ham/00036.719795e8d4670c6d8095274b18b59749  view on Meta::CPAN

To: <ilug@linux.ie>
References: <A49FCAEE-B615-11D6-9F96-000393679BE4@indigo.ie>
Subject: Re: [ILUG] Re: Sun Solaris
Date: Thu, 22 Aug 2002 22:58:39 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

Mark Twomey joked:
>  >erm... it runs Solaris x86 as standard...
>

share/SpamAssassin/easy_ham/00038.cd457af47eb78d4b93c7d94043a43108  view on Meta::CPAN

Date: Thu, 22 Aug 2002 23:06:27 +0100
Message-Id: <BCEFLMCEIJHPCPLGADJICEEICAAA.kialllists@redpie.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
In-Reply-To: <3d65260f.948.0@mail.dnet.co.uk>
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

hehe sorry but if you hit caps lock twice the computer crashes?  theres one
ive never heard before... have you tryed Dell support yet? I think dell
computers prefer RedHat... (dell provide some computers pre-loaded with red

share/SpamAssassin/easy_ham/00043.d2673a72d215cbdd747dc98cde41fbd2  view on Meta::CPAN

To: <ilug@linux.ie>
References: <3d65260f.948.0@mail.dnet.co.uk>
Subject: Re: [ILUG] Newbie seeks advice - Suse 7.2
Date: Fri, 23 Aug 2002 08:25:01 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

< >
> I downloaded a driver from the nVidia website and installed it using RPM.
> Then I ran Sax2 (as was recommended in some postings I found on the net),

share/SpamAssassin/easy_ham/00047.39812fcb014cf9c22a2ff4fec61f3c19  view on Meta::CPAN

To: <ilug@linux.ie>
References: <3D6E355E.9060008@diva.ie>
Subject: Re: [ILUG] eircoms adsl modems
Date: Thu, 29 Aug 2002 16:17:26 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

It will function as a router if that is what you wish.

It even looks like the modem's embedded OS is some kind of linux, being that

share/SpamAssassin/easy_ham/00051.03dcdb0e4e6100cfcf0eddbf78fbae17  view on Meta::CPAN

From: "Justin MacCarthy" <macarthy@iol.ie>
To: "Ilug@Linux.Ie" <ilug@linux.ie>
Date: Thu, 29 Aug 2002 16:37:26 +0100
Message-Id: <OFEGLPGPCHPACFLJPAILIECKECAA.macarthy@iol.ie>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Importance: Normal
In-Reply-To: <LAEAIGLCKFNPNHBDGGEGMEKICFAA.aj.mckee@nmtbmedia.com>
Subject: [ILUG] Looking for a file / directory in zip file
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

share/SpamAssassin/easy_ham/00054.f3e1dc8f3a7fdc5bec424db5e07e8ef8  view on Meta::CPAN

References: <LAEAIGLCKFNPNHBDGGEGMEKICFAA.aj.mckee@nmtbmedia.com>
    <3D6E40AA.9080606@diva.ie>
Subject: Re: [ILUG] eircoms adsl modems
Date: Thu, 29 Aug 2002 16:58:04 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie


Not true on the choice part.

share/SpamAssassin/easy_ham/00055.8481bc92aa3ab9d23ca30c0eaecfc5e4  view on Meta::CPAN

	for <zzzz@localhost>; Thu, 29 Aug 2002 12:13:43 -0400 (EDT)
Received: from phobos [127.0.0.1]
	by localhost with IMAP (fetchmail-5.9.0)
	for zzzz@localhost (single-drop); Thu, 29 Aug 2002 17:13:43 +0100 (IST)
Received: from dogma.slashnull.org (localhost [127.0.0.1]) by
    dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id g7TG7DZ19542;
    Thu, 29 Aug 2002 17:07:13 +0100
Received: from mir.eWare.com (mail.eware.com [212.120.152.162]) by
    dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id g7TG6IZ19504 for
    <mice@crackmice.com>; Thu, 29 Aug 2002 17:06:18 +0100
X-Mimeole: Produced By Microsoft Exchange V6.0.5762.3
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Subject: people we know on the web
Message-Id: <0FF9F9D21D89554C8FF8930FFD39BD03A3F587@mir.eWare.com>
X-MS-Has-Attach: 
X-MS-Tnef-Correlator: 
Thread-Topic: What kind of celebrity are you? quiz
Thread-Index: AcJPWriCN9BF8CjcT1CZSIoGcK21hQAG1WjQ
From: "Gerry Carr" <Gerry.Carr@eWare.com>

share/SpamAssassin/easy_ham/00056.b510d34bac037c4c377b1f51dbe5f0d3  view on Meta::CPAN

    mta2.grp.scd.yahoo.com with SMTP; 29 Aug 2002 17:01:38 -0000
Received: from modem-280.blotto.dialup.pol.co.uk ([62.25.145.24]
    helo=default) by cmailg1.svr.pol.co.uk with smtp (Exim 3.35 #1) id
    17kSfp-0000Al-00; Thu, 29 Aug 2002 18:01:37 +0100
Message-Id: <000501c24f7d$8ceace60$1891193e@default>
To: <zzzzteana@yahoogroups.com>
Cc: <fort@egroups.com>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400
From: "Gordon Rutter" <gordon@rutter.freeserve.co.uk>
X-Yahoo-Profile: gordonrutter
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Thu, 29 Aug 2002 18:00:08 +0100
Subject: [zzzzteana] Fw: [nessie] New Nessie Pics

share/SpamAssassin/easy_ham/00062.009f5a1a8fa88f0b38299ad01562bb37  view on Meta::CPAN

From: "Bob Musser" <BobM@dbsinfo.com>
To: <DNS-swap@lists.ironclad.net.au>
Subject: Tiny DNS Swap
Date: Fri, 30 Aug 2002 11:25:31 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_00C1_01C25017.F2F04E20"
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
Reply-To: "DNS-swap" <DNS-swap@lists.ironclad.net.au>
Sender: <DNS-swap@lists.ironclad.net.au>
Precedence: Bulk
List-Software: LetterRip Pro 3.0.7 by Fog City Software, Inc.
List-Subscribe: <mailto:DNS-swap-on@lists.ironclad.net.au>
List-Digest: <mailto:DNS-swap-digest@lists.ironclad.net.au>
List-Unsubscribe: <mailto:DNS-swap-off@lists.ironclad.net.au>

(This list is sponsored by Ironclad Networks http://www.ironclad.net.au/)

share/SpamAssassin/easy_ham/00082.b40e4eedafc60aef72a0a0cbb63c2406  view on Meta::CPAN

From: "Mr. FoRK" <fork_list@hotmail.com>
To: <fork@spamassassin.taint.org>
References: <NCBBJMBPOKEEKDAILFNGGEBDFEAA.rbfar@ebuilt.com>
Subject: Re: Java is for kiddies
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400
Message-Id: <DAV32l8aii08N8yxdZj00009342@hotmail.com>
X-Originalarrivaltime: 02 Sep 2002 03:40:02.0181 (UTC) FILETIME=[6B4C7350:01C25232]
Sender: fork-admin@xent.com
Errors-To: fork-admin@xent.com
X-Beenthere: fork@spamassassin.taint.org
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help: <mailto:fork-request@xent.com?subject=help>
List-Post: <mailto:fork@spamassassin.taint.org>
List-Subscribe: <http://xent.com/mailman/listinfo/fork>, <mailto:fork-request@xent.com?subject=subscribe>

share/SpamAssassin/easy_ham/00090.3af9d04b3ade1077fce4fb224ebf38cb  view on Meta::CPAN

    <zzzz-ilug@spamassassin.taint.org>; Mon, 2 Sep 2002 11:36:15 +0100
Received: from lugh (root@localhost [127.0.0.1]) by lugh.tuatha.org
    (8.9.3/8.9.3) with ESMTP id LAA30726; Mon, 2 Sep 2002 11:35:06 +0100
X-Authentication-Warning: lugh.tuatha.org: Host root@localhost [127.0.0.1]
    claimed to be lugh
Received: from [193.95.181.146] ([193.95.181.146]) by lugh.tuatha.org
    (8.9.3/8.9.3) with SMTP id LAA30670 for <ilug@linux.ie>; Mon,
    2 Sep 2002 11:34:56 +0100
Received: from athens.itsmobile.com by [193.95.181.146] via smtpd (for
    lugh.tuatha.org [194.125.145.45]) with SMTP; 2 Sep 2002 10:26:06 UT
X-Mimeole: Produced By Microsoft Exchange V6.0.5762.3
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Mon, 2 Sep 2002 11:45:50 +0100
Message-Id: <CD1F3D770345B24D8ACC7824F0B2D815059594@athens.itsmobile.com>
X-MS-Has-Attach: 
X-MS-Tnef-Correlator: 
Thread-Topic: What HOWTOs for SOHO system
Thread-Index: AcJSbGP3hSOj275NEdaF/AABAgjiLA==
From: "Dermot Daly" <dermot.daly@itsmobile.com>

share/SpamAssassin/easy_ham/00091.abb1965e279e4365f1ef31e4878c5d14  view on Meta::CPAN

Subject: RE: [ILUG] What HOWTOs for SOHO system
Date: Mon, 2 Sep 2002 11:46:57 +0100
Message-Id: <OFEGLPGPCHPACFLJPAILKEICECAA.macarthy@iol.ie>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <CD1F3D770345B24D8ACC7824F0B2D815059594@athens.itsmobile.com>
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Importance: Normal
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

Hi Dermot, if have a look at one of the dists. like www.smoothwall.org, it
will save you lots of time and effort, and should do eveything you want.

share/SpamAssassin/easy_ham/00092.7ecc7d565565fbe466bfc8db6e456f9d  view on Meta::CPAN

To: "Ilug@Linux.Ie" <ilug@linux.ie>
Date: Mon, 2 Sep 2002 11:48:22 +0100
Message-Id: <OFEGLPGPCHPACFLJPAILOEICECAA.macarthy@iol.ie>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <OFEGLPGPCHPACFLJPAILIEFOECAA.macarthy@iol.ie>
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Importance: Normal
Subject: [ILUG] Email list management howto
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Mailman-Version: 1.1
Precedence: bulk
List-Id: Irish Linux Users' Group <ilug.linux.ie>
X-Beenthere: ilug@linux.ie

I think I'll ask this question again, as I sent on friday afternoon.  :-) 

share/SpamAssassin/easy_ham/00103.23abe7cbe651a970e2dc6cc531c268a3  view on Meta::CPAN

Received: from smtpstore.strencom.net (ns1.strencom.net [217.75.0.66]) by
    lugh.tuatha.org (Postfix) with ESMTP id 4C80C340D5 for <ilug@linux.ie>;
    Mon,  7 Oct 2002 09:25:04 +0100 (IST)
Received: from enterprise.wasptech.com (mail.wasptech.com [217.75.2.106])
    by smtpstore.strencom.net (Postfix) with ESMTP id C8011CEF2D for
    <ilug@linux.ie>; Mon,  7 Oct 2002 08:35:44 +0000 (AZOST)
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Subject: RE: [ILUG] Drop in replacement for Ingres Database?
X-Mimeole: Produced By Microsoft Exchange V6.0.5762.3
Message-Id: <45130FBE2F203649A4BABDB848A9C9D0032D4D@enterprise.wasptech.com>
X-MS-Has-Attach: 
X-MS-Tnef-Correlator: 
Thread-Topic: [ILUG] Drop in replacement for Ingres Database?
Thread-Index: AcJr4AXtAf+q9LoESn2UoGgwDFTbZQB+OAjQ
From: "Fergal Moran" <fergal.moran@wasptech.com>
To: "ILUG" <ilug@linux.ie>
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Beenthere: ilug@linux.ie

share/SpamAssassin/easy_ham/00112.55ec2d4a4203ff075f5570bdac744550  view on Meta::CPAN

To: "ILUG" <ilug@linux.ie>
References: <00bc01c26d85$20bb29d0$578691c2@1wzffgdp93mz5jv>
    <53964.137.43.13.22.1033983339.squirrel@squirrelmail.netsoc.ucd.ie>
Subject: [Same thread ish] [ILUG] adsl router modem combo
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4807.1700
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4910.0300
Cr2_Outbound_MailScanner: Believed to be clean
Sender: ilug-admin@linux.ie
Errors-To: ilug-admin@linux.ie
X-Beenthere: ilug@linux.ie
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help: <mailto:ilug-request@linux.ie?subject=help>
List-Post: <mailto:ilug@linux.ie>
List-Subscribe: <http://www.linux.ie/mailman/listinfo/ilug>,
    <mailto:ilug-request@linux.ie?subject=subscribe>

share/SpamAssassin/easy_ham/00115.d5db4a9d477aa17a19669e3945b7aedb  view on Meta::CPAN

    mta2.grp.scd.yahoo.com with SMTP; 7 Oct 2002 11:54:13 -0000
Received: from [216.250.178.12] by mirage.tcinternet.net (NTMail
    5.06.0016/NY0754.00.6ee0cb71) with ESMTP id uxihchaa for
    forteana@yahoogroups.com; Mon, 7 Oct 2002 06:59:32 -0500
Message-Id: <015401c26df8$40e8a2a0$0cb2fad8@DWM1>
To: <zzzzteana@yahoogroups.com>
References: <F59mMH7ATgbniMfsvoa00017adf@hotmail.com>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
From: "Webmaster" <webmaster@bestirishmusic.com>
X-Yahoo-Profile: Paradisebeach
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Mon, 7 Oct 2002 06:54:11 -0500
Subject: Re: [zzzzteana] Re: Megalithomania UnPissup

share/SpamAssassin/easy_ham/00116.22aef63fc606e0ad46b5593bc897469a  view on Meta::CPAN

Received: from unknown (HELO mirage.bestirishmusic.com) (216.250.187.2) by
    mta1.grp.scd.yahoo.com with SMTP; 7 Oct 2002 12:00:44 -0000
Received: from [216.250.178.12] by mirage.tcinternet.net (NTMail
    5.06.0016/NY0754.00.6ee0cb71) with ESMTP id lijhchaa for
    forteana@yahoogroups.com; Mon, 7 Oct 2002 07:06:00 -0500
Message-Id: <016c01c26df9$27dbb670$0cb2fad8@DWM1>
To: <zzzzteana@yahoogroups.com>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
From: "Webmaster" <webmaster@bestirishmusic.com>
X-Yahoo-Profile: Paradisebeach
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Mon, 7 Oct 2002 07:00:39 -0500
Subject: [zzzzteana] SETI at Home

share/SpamAssassin/easy_ham/00118.f15bf997342540b404a4672c47d57d55  view on Meta::CPAN

    mta3.grp.scd.yahoo.com with SMTP; 7 Oct 2002 12:01:54 -0000
Received: from [216.250.178.12] by mirage.tcinternet.net (NTMail
    5.06.0016/NY0754.00.6ee0cb71) with ESMTP id lkjhchaa for
    forteana@yahoogroups.com; Mon, 7 Oct 2002 07:07:13 -0500
Message-Id: <017a01c26df9$53df69b0$0cb2fad8@DWM1>
To: <zzzzteana@yahoogroups.com>
References: <F59mMH7ATgbniMfsvoa00017adf@hotmail.com>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
From: "Webmaster" <webmaster@bestirishmusic.com>
X-Yahoo-Profile: Paradisebeach
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Mon, 7 Oct 2002 07:01:53 -0500
Subject: Re: [zzzzteana] Re: Megalithomania UnPissup

share/SpamAssassin/easy_ham/00123.91b85aaea560d92f9199f9ba74e77918  view on Meta::CPAN

Message-Id: <079d01c26e4a$f7e65d60$9731e150@007730120202>
To: <zzzzteana@yahoogroups.com>
References: <a05200a00b9c44165aea1@[209.103.203.12]>
    <03a101c26e42$8c73ee60$9731e150@007730120202>
    <a05200a09b9c7a413726d@[209.103.203.97]>
    <049d01c26e44$9e1fa260$9731e150@007730120202>
    <a05200a0eb9c7afb32c0d@[209.103.203.97]>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
From: "Helen & Mike" <hellester@lineone.net>
X-Yahoo-Profile: hellester
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Mon, 7 Oct 2002 22:46:17 +0100
Subject: Re: [zzzzteana] The Cafe Forteana is back online!!!

share/SpamAssassin/easy_ham/00128.0e92ec0c8bd8233f7e7873e93df43277  view on Meta::CPAN

Subject: RE: The absurdities of life.
Message-Id: <ILEHJNJFPDLMDEKNIAKCGEODCAAA.geege@barrera.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
In-Reply-To: <000001c26e44$d8780150$0200a8c0@JMHALL>
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Antiabuse: This header was added to track abuse, please include it with
    any abuse report
X-Antiabuse: Primary Hostname - homer.perfectpresence.com
X-Antiabuse: Original Domain - xent.com
X-Antiabuse: Originator/Caller UID/GID - [0 0] / [0 0]
X-Antiabuse: Sender Address Domain - barrera.org
Sender: fork-admin@xent.com
Errors-To: fork-admin@xent.com
X-Beenthere: fork@spamassassin.taint.org
X-Mailman-Version: 2.0.11

share/SpamAssassin/easy_ham/00156.d4205c868d67d1c334455950b21d226d  view on Meta::CPAN

common mind of the church. As such he can only be a focus of disunity.
"The council... called upon loyal Anglicans to pray specifically that Rowan
Williams would see the error in his teaching, change his views or stand
down," it said.
The society claimed to have drawn up an "action plan," including calling on
bishops and primates of the 70 million worldwide Anglican communion, of
which archbishops of Canterbury are the leaders, to distance themselves from
Dr Williams's doctrinal and ethical position. It promised it would be
"taking steps towards appropriate direct action".
It added that Dr Williams remained on the editorial board of a journal
called Theology and Sexuality which, six months ago, published articles
allegedly commending homosexual behaviour.
Despite its claim, the society does not represent the common mind of the
church. Dr Williams, currently Archbishop of Wales, was chosen by the crown
appointments commission of church members, including evangelicals, and his
appointment was endorsed by the prime minister and the Queen.
He is due to succeed George Carey, who retires this month, and will be
formally enthroned at Canterbury cathedral in February.
Asked what form direct action might take, the Rev George Curry, the
society's chairman, said: "Watch this space." Presumably it could involve a
small minority of parishes repudiating the new archbishop and seeking
alternative oversight or even demonstrations at services where Dr Williams
is present.
Church of England bishops, who have hitherto largely kept their heads down
during the row, are meeting next week to discuss their response to the
evangelical extremists' challenge, which appears to have grown in the
absence of a robust rebuttal.
A letter by senior theologians in today's Guardian, however, repudiates the
evangelicals' tactics, calling them unseemly and contrary to biblical
teaching.
On the BBC's Thought for the Day yesterday, Angela Tilby, vice-principal of
Westcott House, Cambridge, accused Dr Williams's opponents of presumption
and blackmail. "It is in fact a thoroughly aggressive way to behave. It is
attempting to force an issue by emotional violence... manipulating to get
your way is often preferable to painstaking negotiation," she said.
Last week, Dr Williams said he was deeply saddened. "Matters of sexuality
should not have the priority or centrality that Reform and the Church
Society have tried to give them. The archbishop cannot withdraw his

share/SpamAssassin/easy_ham/00172.de357389925b5094f2e7ff3d1c20deb9  view on Meta::CPAN

Received: from dialup-64.152.170.33.dial1.newyork1.level3.net
    ([64.152.170.33] helo=oemcomputer) by scaup.mail.pas.earthlink.net with
    smtp (Exim 3.33 #1) id 17jqdx-0001BR-00 for forteana@yahoogroups.com;
    Tue, 27 Aug 2002 17:25:10 -0700
Message-Id: <001501c24e28$d2c3c960$21aa9840@oemcomputer>
To: <zzzzteana@yahoogroups.com>
References: <19-3D6AD80C-3146@storefull-2336.public.lawson.webtv.net>
X-Priority: 3
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
X-Mimeole: Produced By Microsoft MimeOLE V5.00.2919.6600
From: "Bill Jacobs" <billjac@earthlink.net>
X-Yahoo-Profile: billjac2000
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>
Date: Tue, 27 Aug 2002 14:42:46 -0400
Subject: Re: [zzzzteana] Moon over ocean

share/SpamAssassin/easy_ham/00174.ea47d0c060fa8ce10dfb448db1f27be8  view on Meta::CPAN

Received: from unknown (HELO TheWorld.com) (199.172.62.103) by
    mta2.grp.scd.yahoo.com with SMTP; 28 Aug 2002 03:52:08 -0000
Received: from amdk62450 (ppp0c006.std.com [208.192.102.6]) by
    TheWorld.com (8.9.3/8.9.3) with ESMTP id XAA29517 for
    <forteana@yahoogroups.com>; Tue, 27 Aug 2002 23:52:06 -0400
To: <zzzzteana@yahoogroups.com>
Message-Id: <MABBJEOBGNGLDOCBFDPBAECNDHAA.jkahila@world.std.com>
X-Priority: 3 (Normal)
X-Msmail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
In-Reply-To: <001501c24e28$d2c3c960$21aa9840@oemcomputer>
Importance: Normal
From: "John Kahila" <jkahila@world.std.com>
X-Yahoo-Profile: jkahila
MIME-Version: 1.0
Mailing-List: list zzzzteana@yahoogroups.com; contact
    forteana-owner@yahoogroups.com
Delivered-To: mailing list zzzzteana@yahoogroups.com
Precedence: bulk
List-Unsubscribe: <mailto:zzzzteana-unsubscribe@yahoogroups.com>



( run in 2.147 seconds using v1.01-cache-2.11-cpan-98e64b0badf )