From w3c-dist-auth-request@listhub.w3.org Sat Jul 01 03:51:03 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FwaFr-0001yy-78
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 03:51:03 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FwaFn-0001bq-SO
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 03:51:03 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FwaDd-0006Nk-MZ
	for w3c-dist-auth-dist@listhub.w3.org; Sat, 01 Jul 2006 07:48:45 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FwaDb-0006Mg-34
	for w3c-dist-auth@listhub.w3.org; Sat, 01 Jul 2006 07:48:43 +0000
Received: from mail.gmx.net ([213.165.64.21])
	by maggie.w3.org with smtp (Exim 4.50)
	id 1FwaDX-0000z6-CD
	for w3c-dist-auth@w3.org; Sat, 01 Jul 2006 07:48:42 +0000
Received: (qmail invoked by alias); 01 Jul 2006 07:48:36 -0000
Received: from p508F834C.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.131.76]
  by mail.gmx.net (mp042) with SMTP; 01 Jul 2006 09:48:36 +0200
X-Authenticated: #1915285
Message-ID: <44A628CF.2060406@gmx.de>
Date: Sat, 01 Jul 2006 09:48:31 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Michael Wechner <michael.wechner@wyona.com>
CC:  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com>
In-Reply-To: <44A52D4A.9000602@wyona.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (maggie.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FwaDX-0000z6-CD 4f367f143bbda8fda2257097b191c27b
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A628CF.2060406@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12351
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FwaDd-0006Nk-MZ@frink.w3.org>
Resent-Date: Sat, 01 Jul 2006 07:48:45 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 82c9bddb247d9ba4471160a9a865a5f3


Michael Wechner schrieb:
>> Well, so far there are no different versions, so the server doesn't 
>> need to know.
> 
> but I guess there will be someday ;-)

I think that if this happens the working group made a grave mistake.

>> If a spec revision or an extension should introduce a change where the 
>> server does need to know, the client *then* can send the DAV request 
>> header, as defined in 
>> <http://greenbytes.de/tech/webdav/draft-ietf-webdav-rfc2518bis-15.html#dav-header>. 
>>
> 
> ok. Do you know by any chance why BIND in particular is using this header?

Sure. It's needed to that a client can communicate to the server that it 
knows about the status code 208, which a server may use to collapse 
repeating information in a PROPFIND response (see 
<http://greenbytes.de/tech/webdav/draft-ietf-webdav-bind-14.html#rfc.section.7.1>).

>>> Also the server might want to deliver a different response, e.g. if 
>>> the GET request is being issued from a regular Web-Browser,
>>> then the server might respond with a common (X)HTML, but if the GET 
>>> request is being issued from Cadaver or OpenOffice then
>>> the server might respond with an ODT file.
>>
>> Well, that's what the HTTP "Accept" request header is for.
> 
> right, this might makes sense for formats. But I would argue with 
> another usecase, namely Custom Authentication
> instead of HTTP authentication (BASIC or DIGEST).

"Custom" authentication basically is authentication that bypasses 
RFC2617. I know it's common, but it's not covered by IETF specs right 
now. I agree that this is a problem that needs to be worked on, but I 
fail to see how this is a WebDAV problem.

In particular, for WebDAV it's quite simple: the server should always do 
RFC2617-based authentication if the request method is OPTIONS or PROPFIND.

Things get harder with non-browser based protocols such as AtomPut that 
do *not* use specific verbs.

> Let's assume a resource is protected and a server would like to offer 
> custom authentication, e.g. it would send
> a HTML to a regular browser and some WebDAV specific XML to a WebDAV 
> enabled client, whereas I haven't digged into
> WebDAV far enough how something like this could be handled by the WebDAV 
> spec.

The WebDAV spec doesn't care, and doesn't need to.

Best regards, Julian




From w3c-dist-auth-request@listhub.w3.org Sat Jul 01 03:52:42 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FwaHS-00023e-4j
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 03:52:42 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FwaHQ-0001jt-Sd
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 03:52:42 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FwaH6-0007E5-FC
	for w3c-dist-auth-dist@listhub.w3.org; Sat, 01 Jul 2006 07:52:20 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FwaH3-0007DH-1g
	for w3c-dist-auth@listhub.w3.org; Sat, 01 Jul 2006 07:52:17 +0000
Received: from mail.gmx.net ([213.165.64.21])
	by maggie.w3.org with smtp (Exim 4.50)
	id 1FwaGu-0001gJ-TO
	for w3c-dist-auth@w3.org; Sat, 01 Jul 2006 07:52:16 +0000
Received: (qmail invoked by alias); 01 Jul 2006 07:52:08 -0000
Received: from p508F834C.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.131.76]
  by mail.gmx.net (mp029) with SMTP; 01 Jul 2006 09:52:08 +0200
X-Authenticated: #1915285
Message-ID: <44A629A3.4010404@gmx.de>
Date: Sat, 01 Jul 2006 09:52:03 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Michael Wechner <michael.wechner@wyona.com>
CC: Manfred Baedke <manfred.baedke@greenbytes.de>,  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4EFC9.9060304@greenbytes.de> <44A52E0B.6070400@wyona.com>
In-Reply-To: <44A52E0B.6070400@wyona.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (maggie.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FwaGu-0001gJ-TO f888980237329259747fc4933bd48b11
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A629A3.4010404@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12352
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FwaH6-0007E5-FC@frink.w3.org>
Resent-Date: Sat, 01 Jul 2006 07:52:20 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 93238566e09e6e262849b4f805833007


Michael Wechner schrieb:

>> Are there any specific incompatibility issues you are aware of ?
> no, but I could imagine there will be if there will be more than one 
> version of WebDAV and so I think it should
> me mandatory for clients to send the DAV header.

Sorry, that doesn't make any sense.

In RFC2518, the DAV header is defined as a response header. Usage as 
request header is undefined.

In RFC2518bis, the spec allows other extensions to use the DAV header as 
a request header. But even in this case, this is only allowed if the 
spec clearly defines what it means for a specific compliance code to be 
sent, such as in 
<http://greenbytes.de/tech/webdav/draft-ietf-webdav-bind-14.html#rfc.section.8.2>.

Sending it for anything else simply does not make any sense (at this 
point of time).

Best regards, Julian




From w3c-dist-auth-request@listhub.w3.org Sat Jul 01 04:14:19 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FwacN-0006aZ-9w
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 04:14:19 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FwacL-0002fj-0o
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 04:14:19 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1Fwabt-0003oA-Op
	for w3c-dist-auth-dist@listhub.w3.org; Sat, 01 Jul 2006 08:13:49 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1Fwabs-0003nP-0Z
	for w3c-dist-auth@listhub.w3.org; Sat, 01 Jul 2006 08:13:48 +0000
Received: from mail.gmx.de ([213.165.64.21] helo=mail.gmx.net)
	by maggie.w3.org with smtp (Exim 4.50)
	id 1Fwabg-0006vk-Ux
	for w3c-dist-auth@w3.org; Sat, 01 Jul 2006 08:13:47 +0000
Received: (qmail invoked by alias); 01 Jul 2006 08:13:31 -0000
Received: from p508F834C.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.131.76]
  by mail.gmx.net (mp033) with SMTP; 01 Jul 2006 10:13:31 +0200
X-Authenticated: #1915285
Message-ID: <44A62EA7.2090001@gmx.de>
Date: Sat, 01 Jul 2006 10:13:27 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Tim Olsen <tolsen718@gmail.com>
CC:  w3c-dist-auth@w3.org
References: <4be80d840606301008g32e1f43cp89a11a0559d548df@mail.gmail.com>
In-Reply-To: <4be80d840606301008g32e1f43cp89a11a0559d548df@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (maggie.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1Fwabg-0006vk-Ux a0c24fc44130221964dbdd03071a25bb
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: RFC 3744: deny-before-grant required?
X-Archived-At: http://www.w3.org/mid/44A62EA7.2090001@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12353
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1Fwabt-0003oA-Op@frink.w3.org>
Resent-Date: Sat, 01 Jul 2006 08:13:49 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3


Tim Olsen schrieb:
> 
> Section 8.1.1 
> (http://greenbytes.de/tech/webdav/rfc3744.html#acl.preconditions)
> of RFC 3744 specifies that deny-before-grant is a requirement.  It
> does not follow this with a condition stating that it only applies if
> the constraint is set, as is done for grant-only and no-invert.
> 
> Is this omission of a condition under which this preconditon holds
> intentional?  Is deny-before-grant a requirement?

I don't think it is, that is, I think you have found a bug in the spec.

So I would propose to change the description to:

"(DAV:deny-before-grant): All non-inherited deny ACEs MUST precede all 
non-inherited grant ACEs. This precondition applies only when the ACL 
restrictions of the resource include the DAV:deny-before-grant 
constraint (defined in Section 5.6.3)."

(Geoff, please confirm :-))

Best regards, Julian





From w3c-dist-auth-request@listhub.w3.org Sat Jul 01 13:23:08 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FwjBU-0003nx-RG
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 13:23:08 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FwjBS-00079P-Hv
	for webdav-archive@lists.ietf.org; Sat, 01 Jul 2006 13:23:08 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1Fwj9a-0006M3-7Z
	for w3c-dist-auth-dist@listhub.w3.org; Sat, 01 Jul 2006 17:21:10 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1Fwj9X-0006L4-HX
	for w3c-dist-auth@listhub.w3.org; Sat, 01 Jul 2006 17:21:07 +0000
Received: from e4.ny.us.ibm.com ([32.97.182.144])
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1Fwj9N-00014N-G9
	for w3c-dist-auth@w3.org; Sat, 01 Jul 2006 17:21:05 +0000
Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234])
	by e4.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k61HKqAA032564
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL)
	for <w3c-dist-auth@w3.org>; Sat, 1 Jul 2006 13:20:52 -0400
Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216])
	by d01relay02.pok.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k61HKpxP273352
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <w3c-dist-auth@w3.org>; Sat, 1 Jul 2006 13:20:52 -0400
Received: from d01av02.pok.ibm.com (loopback [127.0.0.1])
	by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k61HKpuZ003556
	for <w3c-dist-auth@w3.org>; Sat, 1 Jul 2006 13:20:51 -0400
Received: from d01ml261.pok.ibm.com (d01ml261.pok.ibm.com [9.56.227.97])
	by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k61HKp2G003553;
	Sat, 1 Jul 2006 13:20:51 -0400
In-Reply-To: <44A62EA7.2090001@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
Cc: Tim Olsen <tolsen718@gmail.com>, w3c-dist-auth@w3.org
X-Mailer: Lotus Notes Release 7.0 HF242 April 21, 2006
Message-ID: <OF68F6A8CC.8075BE06-ON8525719E.005DF0F9-8525719E.005E0468@us.ibm.com>
From: Geoffrey M Clemm <geoffrey.clemm@us.ibm.com>
Date: Sat, 1 Jul 2006 13:06:55 -0400
X-MIMETrack: Serialize by Router on D01ML261/01/M/IBM(Release 7.0.1HF123 | April 14, 2006) at
 07/01/2006 13:20:51
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Received-SPF: pass (maggie.w3.org: domain of geoffrey.clemm@us.ibm.com designates 32.97.182.144 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.5
X-W3C-Scan-Sig: maggie.w3.org 1Fwj9N-00014N-G9 dba2d6894b4770a1847e64b49094ea07
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: RFC 3744: deny-before-grant required?
X-Archived-At: http://www.w3.org/mid/OF68F6A8CC.8075BE06-ON8525719E.005DF0F9-8525719E.005E0468@us.ibm.com
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12354
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1Fwj9a-0006M3-7Z@frink.w3.org>
Resent-Date: Sat, 01 Jul 2006 17:21:10 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: e5ba305d0e64821bf3d8bc5d3bb07228


Yes, that looks like a bug to me as well, and I would fix it as Julian
suggests.
Cheers,
Geoff

Julian wrote on 07/01/2006 04:13:27 AM:
>
> Tim Olsen schrieb:
> >
> > Section 8.1.1
> > (http://greenbytes.de/tech/webdav/rfc3744.html#acl.preconditions)
> > of RFC 3744 specifies that deny-before-grant is a requirement.  It
> > does not follow this with a condition stating that it only applies if
> > the constraint is set, as is done for grant-only and no-invert.
> >
> > Is this omission of a condition under which this preconditon holds
> > intentional?  Is deny-before-grant a requirement?
>
> I don't think it is, that is, I think you have found a bug in the spec.
>
> So I would propose to change the description to:
>
> "(DAV:deny-before-grant): All non-inherited deny ACEs MUST precede all
> non-inherited grant ACEs. This precondition applies only when the ACL
> restrictions of the resource include the DAV:deny-before-grant
> constraint (defined in Section 5.6.3)."
>
> (Geoff, please confirm :-))





From w3c-dist-auth-request@listhub.w3.org Mon Jul 03 05:05:46 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxKNG-000317-Ti
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 05:05:46 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxKNF-000688-MA
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 05:05:46 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FxKL5-0007OO-69
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 03 Jul 2006 09:03:31 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FxKL2-0007No-Dn
	for w3c-dist-auth@listhub.w3.org; Mon, 03 Jul 2006 09:03:28 +0000
Received: from pd95b23e9.dip0.t-ipconnect.de ([217.91.35.233] helo=joe.greenbytes.de)
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1FxKKq-0003uu-Mc
	for w3c-dist-auth@w3.org; Mon, 03 Jul 2006 09:03:26 +0000
Received: from [192.168.1.80] (farnsworth.greenbytes.de [192.168.1.80])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by joe.greenbytes.de (Postfix) with ESMTP id 6A6A24DEB5;
	Mon,  3 Jul 2006 11:03:07 +0200 (CEST)
Message-ID: <44A8DD46.5020403@greenbytes.de>
Date: Mon, 03 Jul 2006 11:03:02 +0200
From: Manfred Baedke <manfred.baedke@greenbytes.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Michael Wechner <michael.wechner@wyona.com>
CC: Julian Reschke <julian.reschke@gmx.de>,  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com>
In-Reply-To: <44A52D4A.9000602@wyona.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: none (maggie.w3.org: domain of manfred.baedke@greenbytes.de does not designate permitted sender hosts)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FxKKq-0003uu-Mc 54def659cf2f3c197b21823fb89d66af
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A8DD46.5020403@greenbytes.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12355
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FxKL5-0007OO-69@frink.w3.org>
Resent-Date: Mon, 03 Jul 2006 09:03:31 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 798b2e660f1819ae38035ac1d8d5e3ab


Hi Michael,

> right, this might makes sense for formats. But I would argue with 
> another usecase, namely Custom Authentication
> instead of HTTP authentication (BASIC or DIGEST).
>
> Let's assume a resource is protected and a server would like to offer 
> custom authentication, e.g. it would send
> a HTML to a regular browser and some WebDAV specific XML to a WebDAV 
> enabled client, whereas I haven't digged into
> WebDAV far enough how something like this could be handled by the 
> WebDAV spec.
as Julian pointed out, this form of authentication is not covered by any 
specification, so there is no reliable way for a generic client to 
handle it anyway (besides the fact that authentication has nothing to do 
with WebDAV).

Regards,
Manfred





From w3c-dist-auth-request@listhub.w3.org Mon Jul 03 09:52:56 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxOrA-0004Gd-6S
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 09:52:56 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxOr7-0006CT-MR
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 09:52:56 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FxOpe-0002be-3Z
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 03 Jul 2006 13:51:22 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FxOpc-0002b0-Fm
	for w3c-dist-auth@listhub.w3.org; Mon, 03 Jul 2006 13:51:20 +0000
Received: from mx1.wyona.com ([195.226.6.68])
	by lisa.w3.org with esmtp (Exim 4.50)
	id 1FxOpM-00055h-EF
	for w3c-dist-auth@w3.org; Mon, 03 Jul 2006 13:51:19 +0000
Received: from [195.226.6.66] (helo=[192.168.1.55])
	by mx1.wyona.com with asmtp (Exim 3.35 #1 (Debian))
	id 1FxOpC-0006t9-00; Mon, 03 Jul 2006 15:50:54 +0200
Message-ID: <44A920CE.5040209@wyona.com>
Date: Mon, 03 Jul 2006 15:51:10 +0200
From: Michael Wechner <michael.wechner@wyona.com>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: Manfred Baedke <manfred.baedke@greenbytes.de>
CC: Julian Reschke <julian.reschke@gmx.de>,  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A8DD46.5020403@greenbytes.de>
In-Reply-To: <44A8DD46.5020403@greenbytes.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: pass (lisa.w3.org: domain of michael.wechner@wyona.com designates 195.226.6.68 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: lisa.w3.org 1FxOpM-00055h-EF b7d72bbe5aaf1376bd5a49f5563b1e8a
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A920CE.5040209@wyona.com
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12356
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FxOpe-0002be-3Z@frink.w3.org>
Resent-Date: Mon, 03 Jul 2006 13:51:22 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 0a7aa2e6e558383d84476dc338324fab


Manfred Baedke wrote:
> Hi Michael,
>
>> right, this might makes sense for formats. But I would argue with 
>> another usecase, namely Custom Authentication
>> instead of HTTP authentication (BASIC or DIGEST).
>>
>> Let's assume a resource is protected and a server would like to offer 
>> custom authentication, e.g. it would send
>> a HTML to a regular browser and some WebDAV specific XML to a WebDAV 
>> enabled client, whereas I haven't digged into
>> WebDAV far enough how something like this could be handled by the 
>> WebDAV spec.
> as Julian pointed out, this form of authentication is not covered by 
> any specification, 

I think that's what confused me resp. I wanted to mix stuff which I have 
to agree doesn't make sense.

> so there is no reliable way for a generic client to handle it anyway 

well, if there would be a standard than I don't think this should be a 
problem. My suggestion would be that
the client sends a WWW-Authenticate header of its supported 
authentication schemes to the server and
the server then checks if one of the client's suggested authentication 
schemes is support by the server
and is able to respond appropriately resp. responding with an exception 
in the sense, that none of the suggested
authentication schemes is supported.

It seems to me that "WWW-Authenticate" is similar to "Accept" and that 
the client should make this suggestion first
and let the server react to it.

WDYT?
> (besides the fact that authentication has nothing to do with WebDAV).

agreed.

Thanks for clarifying

Michi
>
> Regards,
> Manfred
>
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61





From w3c-dist-auth-request@listhub.w3.org Mon Jul 03 10:21:46 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxPJ4-00047y-GX
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 10:21:46 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxPJ2-0000Ay-5h
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 10:21:46 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FxPIW-0004gu-O9
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 03 Jul 2006 14:21:12 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FxPIU-0004gG-NS
	for w3c-dist-auth@listhub.w3.org; Mon, 03 Jul 2006 14:21:10 +0000
Received: from pd95b23e9.dip0.t-ipconnect.de ([217.91.35.233] helo=joe.greenbytes.de)
	by lisa.w3.org with esmtp (Exim 4.50)
	id 1FxPI3-0004TI-4e
	for w3c-dist-auth@w3.org; Mon, 03 Jul 2006 14:21:10 +0000
Received: from [192.168.1.80] (farnsworth.greenbytes.de [192.168.1.80])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by joe.greenbytes.de (Postfix) with ESMTP id AA00D4E93F;
	Mon,  3 Jul 2006 16:20:40 +0200 (CEST)
Message-ID: <44A927B3.8070209@greenbytes.de>
Date: Mon, 03 Jul 2006 16:20:35 +0200
From: Manfred Baedke <manfred.baedke@greenbytes.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Michael Wechner <michael.wechner@wyona.com>
CC: Julian Reschke <julian.reschke@gmx.de>,  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A8DD46.5020403@greenbytes.de> <44A920CE.5040209@wyona.com>
In-Reply-To: <44A920CE.5040209@wyona.com>
Content-Type: multipart/alternative;
 boundary="------------060900070402010906000001"
Received-SPF: none (lisa.w3.org: domain of manfred.baedke@greenbytes.de does not designate permitted sender hosts)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: lisa.w3.org 1FxPI3-0004TI-4e 67597684b38fa5cf07241dba82daea6a
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A927B3.8070209@greenbytes.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12357
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FxPIW-0004gu-O9@frink.w3.org>
Resent-Date: Mon, 03 Jul 2006 14:21:12 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: f66b12316365a3fe519e75911daf28a8


This is a multi-part message in MIME format.
--------------060900070402010906000001
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Michael,
> well, if there would be a standard than I don't think this should be a 
> problem. My suggestion would be that
> the client sends a WWW-Authenticate header of its supported 
> authentication schemes to the server and
> the server then checks if one of the client's suggested authentication 
> schemes is support by the server
> and is able to respond appropriately resp. responding with an 
> exception in the sense, that none of the suggested
> authentication schemes is supported.

The use of WWW-Authenticate as a request header is unspecified.
Usually, it works just the other way round: the client makes an 
unauthenticated request, then the server responds with status 401, 
sending an WWW-Authenticate header containing at least one auth challenge:

http://www.greenbytes.de/tech/webdav/rfc2616.html#status.401

Of course, the client can try preemptive authentication in it's initial 
request.

Regards,
Manfred



--------------060900070402010906000001
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hi
Michael,
<br>
<blockquote type="cite">well, if there would be a standard than I don't
think this should be a problem. My suggestion would be that
  <br>
the client sends a WWW-Authenticate header of its supported
authentication schemes to the server and
  <br>
the server then checks if one of the client's suggested authentication
schemes is support by the server
  <br>
and is able to respond appropriately resp. responding with an exception
in the sense, that none of the suggested
  <br>
authentication schemes is supported.
  <br>
</blockquote>
<br>
The use of WWW-Authenticate as a request header is unspecified.
<br>
Usually, it works just the other way round: the client makes an
unauthenticated request, then the server responds with status 401,
sending an WWW-Authenticate header containing at least one auth
challenge:
<br>
<br>
<a class="moz-txt-link-freetext"
 href="http://www.greenbytes.de/tech/webdav/rfc2616.html#status.401">http://www.greenbytes.de/tech/webdav/rfc2616.html#status.401</a>
<br>
<br>
Of course, the client can try preemptive authentication in it's initial
request.
<br>
<br>
Regards,
<br>
Manfred
<br>
<br>
<br>
</div>
</body>
</html>

--------------060900070402010906000001--




From w3c-dist-auth-request@listhub.w3.org Mon Jul 03 10:21:51 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxPJ9-00048L-7F
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 10:21:51 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxPJ6-0000BA-SA
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 10:21:51 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FxPIv-0004n4-Bm
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 03 Jul 2006 14:21:37 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FxPIs-0004kz-Dd
	for w3c-dist-auth@listhub.w3.org; Mon, 03 Jul 2006 14:21:34 +0000
Received: from mx1.wyona.com ([195.226.6.68])
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1FxPIb-0005ZF-00
	for w3c-dist-auth@w3.org; Mon, 03 Jul 2006 14:21:33 +0000
Received: from [195.226.6.66] (helo=[192.168.1.55])
	by mx1.wyona.com with asmtp (Exim 3.35 #1 (Debian))
	id 1FxPIW-0007Kg-00; Mon, 03 Jul 2006 16:21:12 +0200
Message-ID: <44A927E9.40205@wyona.com>
Date: Mon, 03 Jul 2006 16:21:29 +0200
From: Michael Wechner <michael.wechner@wyona.com>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: Julian Reschke <julian.reschke@gmx.de>
CC:  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A628CF.2060406@gmx.de>
In-Reply-To: <44A628CF.2060406@gmx.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: pass (maggie.w3.org: domain of michael.wechner@wyona.com designates 195.226.6.68 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FxPIb-0005ZF-00 9deae9d950604622e4f1dfa16ae09d98
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A927E9.40205@wyona.com
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12358
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FxPIv-0004n4-Bm@frink.w3.org>
Resent-Date: Mon, 03 Jul 2006 14:21:37 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: f66b12316365a3fe519e75911daf28a8


Julian Reschke wrote:
> Michael Wechner schrieb:
>>> Well, so far there are no different versions, so the server doesn't 
>>> need to know.
>>
>> but I guess there will be someday ;-)
>
> I think that if this happens the working group made a grave mistake.

grave mistakes can happen all the time, so I think one should be 
prepared from the very beginning

(thinking about the Titanic or Goedel's incompleteness theorem, whereas 
I don't think Goedel's theorem is wrong, but
it rather shows nicely that unexpectable stuff can happen ... ;-)
>
>>> If a spec revision or an extension should introduce a change where 
>>> the server does need to know, the client *then* can send the DAV 
>>> request header, as defined in 
>>> <http://greenbytes.de/tech/webdav/draft-ietf-webdav-rfc2518bis-15.html#dav-header>. 
>>>
>>
>> ok. Do you know by any chance why BIND in particular is using this 
>> header?
>
> Sure. It's needed to that a client can communicate to the server that 
> it knows about the status code 208, which a server may use to collapse 
> repeating information in a PROPFIND response (see 
> <http://greenbytes.de/tech/webdav/draft-ietf-webdav-bind-14.html#rfc.section.7.1>). 
>

thanks for the explanation
>
>>>> Also the server might want to deliver a different response, e.g. if 
>>>> the GET request is being issued from a regular Web-Browser,
>>>> then the server might respond with a common (X)HTML, but if the GET 
>>>> request is being issued from Cadaver or OpenOffice then
>>>> the server might respond with an ODT file.
>>>
>>> Well, that's what the HTTP "Accept" request header is for.
>>
>> right, this might makes sense for formats. But I would argue with 
>> another usecase, namely Custom Authentication
>> instead of HTTP authentication (BASIC or DIGEST).
>
> "Custom" authentication basically is authentication that bypasses 
> RFC2617. I know it's common, but it's not covered by IETF specs right 
> now. I agree that this is a problem that needs to be worked on, but I 
> fail to see how this is a WebDAV problem.

agreed, but are you aware of anyone trying to solve the problem of 
"custom" authentication?
>
> In particular, for WebDAV it's quite simple: the server should always 
> do RFC2617-based authentication if the request method is OPTIONS or 
> PROPFIND.
>
> Things get harder with non-browser based protocols such as AtomPut 
> that do *not* use specific verbs.

well, I am coming from a similar background ;-)
>
>> Let's assume a resource is protected and a server would like to offer 
>> custom authentication, e.g. it would send
>> a HTML to a regular browser and some WebDAV specific XML to a WebDAV 
>> enabled client, whereas I haven't digged into
>> WebDAV far enough how something like this could be handled by the 
>> WebDAV spec.
>
> The WebDAV spec doesn't care, and doesn't need to.

thanks for clarifying

All the best

Michi
>
> Best regards, Julian
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61





From w3c-dist-auth-request@listhub.w3.org Mon Jul 03 10:49:35 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxPjz-0008Rx-5q
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 10:49:35 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxPjw-0002WL-Tb
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 10:49:35 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FxPjR-0006TJ-60
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 03 Jul 2006 14:49:01 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FxPjP-0006SR-Cn
	for w3c-dist-auth@listhub.w3.org; Mon, 03 Jul 2006 14:48:59 +0000
Received: from mx1.wyona.com ([195.226.6.68])
	by lisa.w3.org with esmtp (Exim 4.50)
	id 1FxPjC-0004AX-R9
	for w3c-dist-auth@w3.org; Mon, 03 Jul 2006 14:48:58 +0000
Received: from [195.226.6.66] (helo=[192.168.1.55])
	by mx1.wyona.com with asmtp (Exim 3.35 #1 (Debian))
	id 1FxPj4-0006lW-00; Mon, 03 Jul 2006 16:48:38 +0200
Message-ID: <44A92E56.3070106@wyona.com>
Date: Mon, 03 Jul 2006 16:48:54 +0200
From: Michael Wechner <michael.wechner@wyona.com>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: Manfred Baedke <manfred.baedke@greenbytes.de>
CC: Julian Reschke <julian.reschke@gmx.de>,  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A628CF.2060406@gmx.de> <44A927E9.40205@wyona.com> <44A92CCD.2040508@greenbytes.de>
In-Reply-To: <44A92CCD.2040508@greenbytes.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: pass (lisa.w3.org: domain of michael.wechner@wyona.com designates 195.226.6.68 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: lisa.w3.org 1FxPjC-0004AX-R9 381997c8467cb6662f45b79daeea9d40
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A92E56.3070106@wyona.com
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12359
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FxPjR-0006TJ-60@frink.w3.org>
Resent-Date: Mon, 03 Jul 2006 14:49:01 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: b19722fc8d3865b147c75ae2495625f2


Manfred Baedke wrote:
> Hi Michael,
>
> what's really bad about programmatic clients and form based 
> authentication is the fact that the form comes with status code 200, 
> telling the client that everything is fine, and there is really no 
> realiable way for the client to tell wether the response body is the 
> intended content or a login form. Form based authentication, as it is 
> widely used nowadays, is broken by design. Don't use it.

ok, but what is the alternative? BASIC and DIGEST also have issues ;-)

Thanks

Michi

>
> Regards,
> Manfred
>
>
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61





From w3c-dist-auth-request@listhub.w3.org Mon Jul 03 11:07:08 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxQ0y-0004Fe-4y
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 11:07:08 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxQ0v-0004sE-UM
	for webdav-archive@lists.ietf.org; Mon, 03 Jul 2006 11:07:08 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FxPzo-00042y-Jw
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 03 Jul 2006 15:05:56 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FxPzm-00042G-Cd
	for w3c-dist-auth@listhub.w3.org; Mon, 03 Jul 2006 15:05:54 +0000
Received: from mail.greenbytes.de ([217.91.35.233] helo=joe.greenbytes.de)
	by lisa.w3.org with esmtp (Exim 4.50)
	id 1FxPze-0000vT-V5
	for w3c-dist-auth@w3.org; Mon, 03 Jul 2006 15:05:53 +0000
Received: from [192.168.1.80] (farnsworth.greenbytes.de [192.168.1.80])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by joe.greenbytes.de (Postfix) with ESMTP id 659BE4E055;
	Mon,  3 Jul 2006 16:42:26 +0200 (CEST)
Message-ID: <44A92CCD.2040508@greenbytes.de>
Date: Mon, 03 Jul 2006 16:42:21 +0200
From: Manfred Baedke <manfred.baedke@greenbytes.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Michael Wechner <michael.wechner@wyona.com>
CC: Julian Reschke <julian.reschke@gmx.de>,  w3c-dist-auth@w3.org
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A628CF.2060406@gmx.de> <44A927E9.40205@wyona.com>
In-Reply-To: <44A927E9.40205@wyona.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: none (lisa.w3.org: domain of manfred.baedke@greenbytes.de does not designate permitted sender hosts)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: lisa.w3.org 1FxPze-0000vT-V5 fcea7941aac2d5ed514d0e1b08fb6e15
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/44A92CCD.2040508@greenbytes.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12360
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FxPzo-00042y-Jw@frink.w3.org>
Resent-Date: Mon, 03 Jul 2006 15:05:56 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c


Hi Michael,

what's really bad about programmatic clients and form based 
authentication is the fact that the form comes with status code 200, 
telling the client that everything is fine, and there is really no 
realiable way for the client to tell wether the response body is the 
intended content or a login form. Form based authentication, as it is 
widely used nowadays, is broken by design. Don't use it.

Regards,
Manfred






From w3c-dist-auth-request@listhub.w3.org Tue Jul 04 08:36:17 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Fxk8X-0004tF-CQ
	for webdav-archive@lists.ietf.org; Tue, 04 Jul 2006 08:36:17 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Fxk8V-0004ul-4e
	for webdav-archive@lists.ietf.org; Tue, 04 Jul 2006 08:36:17 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1Fxk6J-0007eC-W4
	for w3c-dist-auth-dist@listhub.w3.org; Tue, 04 Jul 2006 12:33:59 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1Fxk6H-0007dd-9M
	for w3c-dist-auth@listhub.w3.org; Tue, 04 Jul 2006 12:33:57 +0000
Received: from mail.gmx.net ([213.165.64.21])
	by maggie.w3.org with smtp (Exim 4.50)
	id 1Fxk68-0007Gc-97
	for w3c-dist-auth@w3.org; Tue, 04 Jul 2006 12:33:56 +0000
Received: (qmail invoked by alias); 04 Jul 2006 12:33:44 -0000
Received: from pd95b23e9.dip0.t-ipconnect.de (EHLO [192.168.1.61]) [217.91.35.233]
  by mail.gmx.net (mp040) with SMTP; 04 Jul 2006 14:33:44 +0200
X-Authenticated: #1915285
Message-ID: <44AA6028.2000701@gmx.de>
Date: Tue, 04 Jul 2006 14:33:44 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Geoffrey M Clemm <geoffrey.clemm@us.ibm.com>
CC: Tim Olsen <tolsen718@gmail.com>,  w3c-dist-auth@w3.org, 
 "'acl@webdav.org'" <acl@webdav.org>
References: <OF68F6A8CC.8075BE06-ON8525719E.005DF0F9-8525719E.005E0468@us.ibm.com>
In-Reply-To: <OF68F6A8CC.8075BE06-ON8525719E.005DF0F9-8525719E.005E0468@us.ibm.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (maggie.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1Fxk68-0007Gc-97 d30d041b68ebe02862a508f2ac99c67f
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: RFC 3744: deny-before-grant required?
X-Archived-At: http://www.w3.org/mid/44AA6028.2000701@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12361
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1Fxk6J-0007eC-W4@frink.w3.org>
Resent-Date: Tue, 04 Jul 2006 12:33:59 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 68c8cc8a64a9d0402e43b8eee9fc4199


Geoffrey M Clemm schrieb:
> Yes, that looks like a bug to me as well, and I would fix it as Julian
> suggests.
> Cheers,
> Geoff

OK, fixed with 
<http://greenbytes.de/tech/webdav/draft-reschke-rfc3744bis-latest.html#rfc.issue.8.1.1_deny_before_grant-precondition>.

Best regards, Julian




From EricMatthews@earthlink.net Tue Jul 04 09:48:33 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FxlGT-000451-BO; Tue, 04 Jul 2006 09:48:33 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Fxkh8-00014H-00; Tue, 04 Jul 2006 09:12:02 -0400
Received: from [210.213.127.150] (helo=UNIT2.jco7cbo.com)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1Fxkcv-0005qr-1D; Tue, 04 Jul 2006 09:07:42 -0400
Message-ID: <04476380608508.124D2627FF@SVJDJ>
From: "Eric" <EricStanton@earthlink.net>
To: <webmaster@ietf.org>
Subject: * LIVE DEALERS & Fast Downloads
Date: Tue, 4 Jul 2006 21:06:54 +0800
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: UMi6YAO7CKcfDiKf1DCkKKkLZIaUHE4zVQ4C
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581

Hello Sir,

 iH Roller is the best in the industry because we offer: 

* $888.00 FREE to new depositors 
* Huge jackpots, and Better than Vegas odds!! 
* Including blackjack, roulette, slots, craps, baccarat, and video poker… 
* Several options that allow you to control the playing environment

 Give us a try!  Remembe,r Free $888.00 is ON THE HOUSE!  

Knowledgeable and helpful 24/7 phone and live chat support team

 Start Winning Now! 

http://familyrollcall.com/d1/check



As you sow, so shall you reap Every flow hath its ebb All good things must come to an end. Keep your friends close but your enemies closer Happiness is wanting what you have - not having what you want A reed before the wind lives on, while might oaks do fall.




From tkomatsuda@mackvenca.com Tue Jul 04 15:39:30 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Fxqk6-0007Tl-8h
	for webdav-archive@ietf.org; Tue, 04 Jul 2006 15:39:30 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FxqM1-0001YD-VZ
	for webdav-archive@ietf.org; Tue, 04 Jul 2006 15:14:38 -0400
Received: from [217.29.241.114] (helo=z0k5w2)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1FxqBY-0002Im-Ta
	for webdav-archive@ietf.org; Tue, 04 Jul 2006 15:04:01 -0400
Message-ID: <00202263.20060704190348@mackvenca.com>
Date: Tue, 4 Jul 2006 19:03:48 -0120
From: "Jamie Barajas" <tkomatsuda@mackvenca.com>
Reply-To: "Jamie Barajas" <tkomatsuda@mackvenca.com>
To: webdav-archive@ietf.org
Subject: Ever See A Small Stock Take Off?
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: -2.6 (--)
X-Scan-Signature: 41c17b4b16d1eedaa8395c26e9a251c4

This is a Brand New Compnay Never Marketed Before.
We have seen these types move 4.00 in the first day of marketing.
We Expect the 6th to be unbelieveable.

THIS IS A SOLID COMPANY.

PETROSUN DRILLING (PSUD)
Current Price: 1.30
Up .05 Friday without any marketing!

Current News

PetroSun Announces Formation of Algae BioFuels

PetroSun Drilling Inc. (PSUD - News), an emerging provider of oilfield 
services to major and independent producers of oil and natural gas, 
announced today that the company has formed Algae BioFuels Inc. as a 
wholly owned subsidiary. Algae BioFuels will be engaged in the research and 
development of algae cultivation as an energy source in the production 
of biodiesel, an economically feasible and eco-friendly alternative to 
petroleum-based transportation fuels. The R&D and production facilities 
for Algae BioFuels will be based in Arizona and Australia.

"PetroSun's formation of Algae BioFuels is a forward-looking strategy," 
said L. Rayfield Wright, president of PetroSun. "The 0pp0rtunity to 
produce a renewable energy product that will assist in providing a 
healthier planet for future generations cannot be ignored."

Biofuel is any fuel that is derived from biomass -- which contains 
recently living organisms or their metabolic byproducts. Biofuel is a 
renewable energy source, unlike other natural resources such as petroleum, 
coal and nuclear fuels. Agricultural products specifically grown for use 
as biofuels include corn and soybeans.

Extensive research is currently being conducted to determine the 
utilization of microalgae as an energy source, with applications being 
developed for biodiesel, ethanol, methanol, methane and even hydrogen. 
Independent studies have demonstrated that algae is capable of producing 30 
times more oil per acre than the current crops now utilized for the 
production of biofuels. Algae biofuel contains no sulfur, is non-toxic and 
highly biodegradable.

The Office of Fuels Development, a division of the Department of 
Energy, funded a program from 1978 through 1996 under the National Renewable 
Energy Laboratory known as the "Aquatic Species Program." The focus of 
this program was to investigate high-oil algae that could be grown 
specifically for the purpose of wide-scale biodiesel production. Some 
species of algae are ideally suited to biodiesel production due to their 
high oil content, in excess of 50%, and extremely rapid growth rates.

One of the biggest advantages of biodiesel, compared to many other 
alternative transportation fuels, is that it can be used in existing diesel 
engines, which relieves automotive manufacturers of having to make 
costly engine modifications. Biodiesel can also be mixed, at any ratio, 
with conventional petroleum diesel. As a result, the alternative fuel can 
be used in the current distribution infrastructure, replacing petroleum 
diesel either wholly, or as a diesel fuel blend with minimal 
integration costs.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region 
with plans to expand into New Mexico, Arizona, Utah and Australia in 
2006. PetroSun provides a comprehensive array of products and services to 
the oil industry. The company's cutting-edge technologies, combined 
with a proven ability to apply them effectively and safely within a 
disciplined ROI framework, creates long-term value for PetroSun shareholders 
and partners. PetroSun is headquartered in Phoenix.




From w3c-dist-auth-request@listhub.w3.org Wed Jul 05 16:26:23 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FyDx1-0005fV-7C
	for webdav-archive@lists.ietf.org; Wed, 05 Jul 2006 16:26:23 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FyDwz-0001hX-SC
	for webdav-archive@lists.ietf.org; Wed, 05 Jul 2006 16:26:23 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FyDv4-0008Fc-81
	for w3c-dist-auth-dist@listhub.w3.org; Wed, 05 Jul 2006 20:24:22 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FyDv1-0008Ed-NG
	for w3c-dist-auth@listhub.w3.org; Wed, 05 Jul 2006 20:24:19 +0000
Received: from smtp-out2.blueyonder.co.uk ([195.188.213.5])
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1FyDub-0004DG-CW
	for w3c-dist-auth@w3.org; Wed, 05 Jul 2006 20:24:17 +0000
Received: from [172.23.170.137] (helo=anti-virus01-08)
	by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52)
	id 1FyDua-0002uT-6Z
	for w3c-dist-auth@w3.org; Wed, 05 Jul 2006 21:23:52 +0100
Received: from [82.38.65.173] (helo=knossos.elmet)
	by asmtp-out5.blueyonder.co.uk with esmtpa (Exim 4.52)
	id 1FyDuZ-0004EQ-J6
	for w3c-dist-auth@w3.org; Wed, 05 Jul 2006 21:23:51 +0100
From: robert burrell donkin <robertburrelldonkin@blueyonder.co.uk>
To: w3c-dist-auth@w3.org
Content-Type: text/plain
Date: Wed, 05 Jul 2006 21:35:21 +0100
Message-Id: <1152131721.4687.104.camel@knossos.elmet>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.1-1mdk 
Content-Transfer-Encoding: 7bit
Received-SPF: pass (maggie.w3.org: domain of robertburrelldonkin@blueyonder.co.uk designates 195.188.213.5 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FyDub-0004DG-CW 0dd5f7e0ebdc4b89a6794fcdda174848
X-Original-To: w3c-dist-auth@w3.org
Subject: email over webDAV as IMAP replacement?
X-Archived-At: http://www.w3.org/mid/1152131721.4687.104.camel@knossos.elmet
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12362
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FyDv4-0008Fc-81@frink.w3.org>
Resent-Date: Wed, 05 Jul 2006 20:24:22 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22


i'm interested in associating meta-data with emails stored in a central
repository accessible from multiple clients. on day i'd like to be able
to share my mails and meta-data over the internet.

but this is brings me to IMAP. as a developer, IMAP sucks. IMAP really
sucks. IMAP *really* sucks for so many reasons.

it's a big, complex, obscure protocol. good secure server
implementations are tough to code available only in a limit number of
languages. it does too much. it's just not safely hackable. 

webDAV is cool. it's a modern hackable mashable protocol. running over
http means security, scalability, caching and mirroring can be left to
httpd. this is great if i want to share my email archives and meta-data
over the internet. protocols have been successfully layered on top of it
(subversion, calDAV for example). it strikes me as a good match for an
IMAP alternative whose strength is read only performance and associating
meta-data with emails. 

has it been done before? is this just a crazy idea? 

tell me why it won't work!

- robert






From w3c-dist-auth-request@listhub.w3.org Wed Jul 05 20:15:43 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FyHWx-0006b6-8K
	for webdav-archive@lists.ietf.org; Wed, 05 Jul 2006 20:15:43 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FyHWt-0007PK-UK
	for webdav-archive@lists.ietf.org; Wed, 05 Jul 2006 20:15:43 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FyHVU-0003rR-Bk
	for w3c-dist-auth-dist@listhub.w3.org; Thu, 06 Jul 2006 00:14:12 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FyHVR-0003ox-Db
	for w3c-dist-auth@listhub.w3.org; Thu, 06 Jul 2006 00:14:09 +0000
Received: from laweleka.osafoundation.org ([204.152.186.98])
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1FyHVL-0004H2-Ub
	for w3c-dist-auth@w3.org; Thu, 06 Jul 2006 00:14:08 +0000
Received: from [192.168.1.100] (c-69-181-78-47.hsd1.ca.comcast.net [69.181.78.47])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by laweleka.osafoundation.org (Postfix) with ESMTP id 5E565142276;
	Wed,  5 Jul 2006 17:14:02 -0700 (PDT)
In-Reply-To: <44A920CE.5040209@wyona.com>
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A8DD46.5020403@greenbytes.de> <44A920CE.5040209@wyona.com>
Mime-Version: 1.0 (Apple Message framework v750)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <AB4E7DA9-2B3B-44F0-80A6-165618626933@osafoundation.org>
Cc: Manfred Baedke <manfred.baedke@greenbytes.de>,
	Julian Reschke <julian.reschke@gmx.de>, w3c-dist-auth@w3.org
Content-Transfer-Encoding: 7bit
From: Lisa Dusseault <lisa@osafoundation.org>
Date: Wed, 5 Jul 2006 17:14:00 -0700
To: Michael Wechner <michael.wechner@wyona.com>
X-Mailer: Apple Mail (2.750)
Received-SPF: pass (maggie.w3.org: domain of lisa@osafoundation.org designates 204.152.186.98 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FyHVL-0004H2-Ub e236eb9f0824fc758229fbd17c571a70
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Recognizing a WebDAV enabled client
X-Archived-At: http://www.w3.org/mid/AB4E7DA9-2B3B-44F0-80A6-165618626933@osafoundation.org
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12363
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FyHVU-0003rR-Bk@frink.w3.org>
Resent-Date: Thu, 06 Jul 2006 00:14:12 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: c3a18ef96977fc9bcc21a621cbf1174b


We'll be talking about HTTP Authentication issues a lot at the IETF  
meetings next week in Montreal.  Mark Nottingham has scheduled a  
Wednesday Bar BoF on HTTP changes including authentication, and  
there's the "Web Authentication Enhancements" BoF on Friday which has  
combined the topics of cross-site authentication and anti-phishing  
measures.

Other authentication problems people have brought up include Digest's  
issues with offline dictionary attacks, and poor i18n support in  
Basic and Digest.

The idea of clients suggesting what authentication they'd like to use  
doesn't come up often.  Typically servers have security policies  
determined by the level of sensitivity of their content/usage, and  
dictate what authentication and encryption the client needs to use.   
That's why we're increasingly seeing requirements that clients MUST  
support TLS, Digest and Basic -- so that servers have a chance of  
interoperability while also setting minimum security policies.

Lisa


On Jul 3, 2006, at 6:51 AM, Michael Wechner wrote:

>
> Manfred Baedke wrote:
>> Hi Michael,
>>
>>> right, this might makes sense for formats. But I would argue with  
>>> another usecase, namely Custom Authentication
>>> instead of HTTP authentication (BASIC or DIGEST).
>>>
>>> Let's assume a resource is protected and a server would like to  
>>> offer custom authentication, e.g. it would send
>>> a HTML to a regular browser and some WebDAV specific XML to a  
>>> WebDAV enabled client, whereas I haven't digged into
>>> WebDAV far enough how something like this could be handled by the  
>>> WebDAV spec.
>> as Julian pointed out, this form of authentication is not covered  
>> by any specification,
>
> I think that's what confused me resp. I wanted to mix stuff which I  
> have to agree doesn't make sense.
>
>> so there is no reliable way for a generic client to handle it anyway
>
> well, if there would be a standard than I don't think this should  
> be a problem. My suggestion would be that
> the client sends a WWW-Authenticate header of its supported  
> authentication schemes to the server and
> the server then checks if one of the client's suggested  
> authentication schemes is support by the server
> and is able to respond appropriately resp. responding with an  
> exception in the sense, that none of the suggested
> authentication schemes is supported.
>
> It seems to me that "WWW-Authenticate" is similar to "Accept" and  
> that the client should make this suggestion first
> and let the server react to it.
>
> WDYT?
>> (besides the fact that authentication has nothing to do with WebDAV).
>
> agreed.
>
> Thanks for clarifying
>
> Michi
>>
>> Regards,
>> Manfred
>>
>>
>
>
> -- 
> Michael Wechner
> Wyona      -   Open Source Content Management   -    Apache Lenya
> http://www.wyona.com                      http://lenya.apache.org
> michael.wechner@wyona.com                        michi@apache.org
> +41 44 272 91 61
>
>





From DeniseMcginnis@registerednurses.com Thu Jul 06 08:59:59 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FyTSZ-00077b-4Z; Thu, 06 Jul 2006 08:59:59 -0400
Received: from [60.197.4.105] (helo=USER-HWGZQ13CTS.zaaoz.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FyTSY-0001sN-Gw; Thu, 06 Jul 2006 08:59:59 -0400
Message-ID: <58069803327428.2291C47B7E@NJMFBPCT>
From: "Denise Mcginnis" <DeniseMcginnis@columnist.com>
To: <webmaster@ietf.org>
Subject: great upheaval on marcket, important statement
Date: Thu, 6 Jul 2006 21:59:40 +0900
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: koH4mtUJEexol04dZnyGrkIuc5O5Pv8qByyC
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.5 (++)
X-Scan-Signature: e1e48a527f609d1be2bc8d8a70eb76cb

Your trader destiny can go up and down in a very short time, right? I know how failures feel. View that as a game. He who knows more and plays serious is a winner! 

Shares were moving up for this one recent weeks. You’d regret if you miss this great stock opportunity!

Get GDKI.PK First Thing Today, This Is Going To Explode! 

Check out for Hot News!

GOLDMARK INDUSTRIES (G DKI)
CURRENT_PRICE: $4.75 GET IT NOW!

Before we start with the profile of GDK I we would like to mention something very important: There is a Big PR Campaaign starting this week . And it will go all week so it would be best to get in now.

Company Profile

Goldmaark Industries, specializes in the production and distribution of Music, Feature Fillms and Television entertainment for North America's most rapidly growing demographic, with a total consumer-based purchasing power of over 1 Trillion dollars: the Hip-Hop community.

Current News

Goldmark Industries, Inc. (GDKI - News) is excited to announce that the Company is embarking into a new business direction. The Companny is making an aggressive move into the multi-billion-dollar Urban Entertainment industry. The Hip-Hop Entertainment industry generates several billion dollars per year in product sales with an estimated consumer-based purchasing power well into the hundreds of bi||ions of dollars and topping over one trillion worldwide. Goldmark Industries is committed to providing the best in all forms of urban entertainment to the 45 Million Hip-Hop consumers in Noorth America. Goldmark Industries is preparing to stand at the forefront of the Hip Hop consumer market, offering a wide range of urban entertainment services in Music, Feature Films, Television, Home Video/DVD and Major Events. As such, Goldmark is poised to build its management team by attracting seasoned professionals with extensive experience in this dynamically growing industry sector.

The Company looks forward to announcing a string of exciting corporate developments ovver the next few days outlining management changes and project acquisitions. Goldmark Industries will be focusing on the following categories of Urban Entertainment:

Music Production
Goldmark Industries' music department is committed to discovering the world's most talented Hip-Hop & R&B artists. Positioned to contribute to the success of the world's leading music production  and distribution companies, Goldmark Industries has built a strong foundation for continual growth and achievement. With a visionary approach, high standards and
a management team that attracts the most exciting and original artists of our time, Goldmark Industries is set to stand at the forefront of the Hip-Hop music community.

Motion Picture Production
Goldmark Industries' motion picture department specializes in the financing, production and distribution of feature films directed towards the urban community. Whether working with highly successful Hollywood executives or up-and-coming independent filmmakers, Goldmark Industries is ablee to provide consulting and production services from the best in the business. Goldmark Industries aims to produce and distribute some 10-20 films a year, committed to matching the success of some of the leading production companies. Television Production Goldmark Industries' television department is positioned to become a leadding force behind the financing, production, distribution and marketing of television entertainment for the Hip-Hop community, including primetime series, telefilm and mini-series. Goldmark Industries is in the process of teaming up with some exciting television producers and networks worldwide, building a dynamic and powerful television production
team that consistently proves to be the best in the business. For more information, check the company current news announced on Juuly5.

Conclusion:
The Examples Above Show The Awesome, Earning Potential of Little Known Companies That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar with This. Is GD KI Poised and Positioned to Do that For You? Then You May Feel the Time Has Come to Act... And Please Watch this One Trade tomorrow! Go G DKI.

Clear tons of money for a trading day in profits with this stock.

Enjoy the financial freedom your successful trading gives. Good luck!







From w3c-dist-auth-request@listhub.w3.org Thu Jul 06 13:41:02 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FyXqY-0003hi-1L
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 13:41:02 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FyXqW-0007IH-Lu
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 13:41:02 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FyXoO-0000ZD-Th
	for w3c-dist-auth-dist@listhub.w3.org; Thu, 06 Jul 2006 17:38:48 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FyXoM-0000Xz-D2
	for w3c-dist-auth@listhub.w3.org; Thu, 06 Jul 2006 17:38:46 +0000
Received: from mail-out4.apple.com ([17.254.13.23])
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1FyXoG-0006OK-5d
	for w3c-dist-auth@w3.org; Thu, 06 Jul 2006 17:38:44 +0000
Received: from relay5.apple.com (relay5.apple.com [17.128.113.35])
	by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id k66HbZI9011084;
	Thu, 6 Jul 2006 10:37:35 -0700 (PDT)
Received: from [17.221.42.43] (unknown [17.221.42.43])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by relay5.apple.com (Apple SCV relay) with ESMTP id 34818324013;
	Thu,  6 Jul 2006 10:37:35 -0700 (PDT)
In-Reply-To: <1152131721.4687.104.camel@knossos.elmet>
References: <1152131721.4687.104.camel@knossos.elmet>
Mime-Version: 1.0 (Apple Message framework v750)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <D314493D-C7BD-4A14-9F11-365183A85530@wsanchez.net>
Cc: w3c-dist-auth@w3.org
Content-Transfer-Encoding: 7bit
From: =?ISO-8859-1?Q?Wilfredo_S=E1nchez_Vega?= <wsanchez@wsanchez.net>
Date: Thu, 6 Jul 2006 10:37:34 -0700
To: robert burrell donkin <robertburrelldonkin@blueyonder.co.uk>
X-Mailer: Apple Mail (2.750)
X-Brightmail-Tracker: AAAAAA==
Received-SPF: none (maggie.w3.org: domain of wsanchez@wsanchez.net does not designate permitted sender hosts)
X-W3C-Hub-Spam-Status: No, score=-2.5
X-W3C-Scan-Sig: maggie.w3.org 1FyXoG-0006OK-5d ecce71fb67773f0608f7460e51f51b2c
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: email over webDAV as IMAP replacement?
X-Archived-At: http://www.w3.org/mid/D314493D-C7BD-4A14-9F11-365183A85530@wsanchez.net
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12364
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FyXoO-0000ZD-Th@frink.w3.org>
Resent-Date: Thu, 06 Jul 2006 17:38:48 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: c1c65599517f9ac32519d043c37c5336


   Jim Whitehead has in the past suggested that looking into this may  
be a good idea, but I don't think anyone has picked it up and run  
with it yet.  Seems to me like it might be interesting to try putting  
something together; go for it!

   Subversion isn't a good example, by the way; it basically  
shoehorns it's needs into existing DAV specs rather than coming up  
with something new, but CalDAV is a good example.

	-wsv


On Jul 5, 2006, at 1:35 PM, robert burrell donkin wrote:

>
> i'm interested in associating meta-data with emails stored in a  
> central
> repository accessible from multiple clients. on day i'd like to be  
> able
> to share my mails and meta-data over the internet.
>
> but this is brings me to IMAP. as a developer, IMAP sucks. IMAP really
> sucks. IMAP *really* sucks for so many reasons.
>
> it's a big, complex, obscure protocol. good secure server
> implementations are tough to code available only in a limit number of
> languages. it does too much. it's just not safely hackable.
>
> webDAV is cool. it's a modern hackable mashable protocol. running over
> http means security, scalability, caching and mirroring can be left to
> httpd. this is great if i want to share my email archives and meta- 
> data
> over the internet. protocols have been successfully layered on top  
> of it
> (subversion, calDAV for example). it strikes me as a good match for an
> IMAP alternative whose strength is read only performance and  
> associating
> meta-data with emails.
>
> has it been done before? is this just a crazy idea?
>
> tell me why it won't work!
>
> - robert





From w3c-dist-auth-request@listhub.w3.org Thu Jul 06 14:19:38 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FyYRu-0006OW-DO
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 14:19:38 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FyYRt-0001e3-5K
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 14:19:38 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FyYQl-0004zP-FW
	for w3c-dist-auth-dist@listhub.w3.org; Thu, 06 Jul 2006 18:18:27 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FyYQi-0004yQ-Rc
	for w3c-dist-auth@listhub.w3.org; Thu, 06 Jul 2006 18:18:24 +0000
Received: from mail.gmx.de ([213.165.64.21] helo=mail.gmx.net)
	by maggie.w3.org with smtp (Exim 4.50)
	id 1FyYQe-0007Xs-DW
	for w3c-dist-auth@w3.org; Thu, 06 Jul 2006 18:18:23 +0000
Received: (qmail invoked by alias); 06 Jul 2006 18:18:19 -0000
Received: from p508FC485.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.196.133]
  by mail.gmx.net (mp032) with SMTP; 06 Jul 2006 20:18:19 +0200
X-Authenticated: #1915285
Message-ID: <44AD53E1.8040500@gmx.de>
Date: Thu, 06 Jul 2006 20:18:09 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: robert burrell donkin <robertburrelldonkin@blueyonder.co.uk>
CC:  w3c-dist-auth@w3.org
References: <1152131721.4687.104.camel@knossos.elmet>
In-Reply-To: <1152131721.4687.104.camel@knossos.elmet>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (maggie.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FyYQe-0007Xs-DW 6f6e59b850f850eae79b2fc541a7c641
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: email over webDAV as IMAP replacement?
X-Archived-At: http://www.w3.org/mid/44AD53E1.8040500@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12365
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FyYQl-0004zP-FW@frink.w3.org>
Resent-Date: Thu, 06 Jul 2006 18:18:27 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 8abaac9e10c826e8252866cbe6766464


robert burrell donkin schrieb:
> i'm interested in associating meta-data with emails stored in a central
> repository accessible from multiple clients. on day i'd like to be able
> to share my mails and meta-data over the internet.
> 
> but this is brings me to IMAP. as a developer, IMAP sucks. IMAP really
> sucks. IMAP *really* sucks for so many reasons.
> 
> it's a big, complex, obscure protocol. good secure server
> implementations are tough to code available only in a limit number of
> languages. it does too much. it's just not safely hackable. 
> 
> webDAV is cool. it's a modern hackable mashable protocol. running over
> http means security, scalability, caching and mirroring can be left to
> httpd. this is great if i want to share my email archives and meta-data
> over the internet. protocols have been successfully layered on top of it
> (subversion, calDAV for example). it strikes me as a good match for an
> IMAP alternative whose strength is read only performance and associating
> meta-data with emails. 
> 
> has it been done before? is this just a crazy idea? 
> ...

It think this is what Hotmail and/or Outlook WebAccess are doing.


> tell me why it won't work!
> ...

I won't, because it would :-)




From w3c-dist-auth-request@listhub.w3.org Thu Jul 06 18:22:36 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FycF2-0002Wv-DY
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 18:22:36 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FycF1-0002kH-2A
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 18:22:36 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1FycD6-0004po-Ex
	for w3c-dist-auth-dist@listhub.w3.org; Thu, 06 Jul 2006 22:20:36 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1FycD2-0004oo-8f
	for w3c-dist-auth@listhub.w3.org; Thu, 06 Jul 2006 22:20:32 +0000
Received: from smtp-out5.blueyonder.co.uk ([195.188.213.8])
	by maggie.w3.org with esmtp (Exim 4.50)
	id 1FycCw-0007sz-NA
	for w3c-dist-auth@w3.org; Thu, 06 Jul 2006 22:20:31 +0000
Received: from [172.23.170.143] (helo=anti-virus02-10)
	by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52)
	id 1FycCm-0003TY-Vl; Thu, 06 Jul 2006 23:20:16 +0100
Received: from [82.38.65.173] (helo=knossos.elmet)
	by asmtp-out5.blueyonder.co.uk with esmtpa (Exim 4.52)
	id 1FycCj-0000wV-Ha; Thu, 06 Jul 2006 23:20:13 +0100
From: robert burrell donkin <robertburrelldonkin@blueyonder.co.uk>
To: Wilfredo =?ISO-8859-1?Q?S=E1nchez?= Vega <wsanchez@wsanchez.net>
Cc: w3c-dist-auth@w3.org
In-Reply-To: <D314493D-C7BD-4A14-9F11-365183A85530@wsanchez.net>
References: <1152131721.4687.104.camel@knossos.elmet>
	 <D314493D-C7BD-4A14-9F11-365183A85530@wsanchez.net>
Content-Type: text/plain; charset=iso-8859-1
Date: Thu, 06 Jul 2006 23:31:47 +0100
Message-Id: <1152225107.4661.52.camel@knossos.elmet>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.1-1mdk 
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass (maggie.w3.org: domain of robertburrelldonkin@blueyonder.co.uk designates 195.188.213.8 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1FycCw-0007sz-NA 63df4e4a714db639c651453b78a47a4b
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: email over webDAV as IMAP replacement?
X-Archived-At: http://www.w3.org/mid/1152225107.4661.52.camel@knossos.elmet
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12366
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1FycD6-0004po-Ex@frink.w3.org>
Resent-Date: Thu, 06 Jul 2006 22:20:36 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 2409bba43e9c8d580670fda8b695204a


On Thu, 2006-07-06 at 10:37 -0700, Wilfredo S=E1nchez Vega wrote:
> Jim Whitehead has in the past suggested that looking into this may =20
> be a good idea, but I don't think anyone has picked it up and run =20
> with it yet.  Seems to me like it might be interesting to try putting =20
> something together; go for it!

great :-)

what's the best way to start? (other than hacking an implementation ;-)

is this subject on topic for this list?

anything much out there i should read?

> Subversion isn't a good example, by the way; it basically =20
> shoehorns it's needs into existing DAV specs rather than coming up =20
> with something new, but CalDAV is a good example.

good. i attended Lisa Dusseault's session at apachecon and that the
reason why i started looking at webDAV as a solution to one of the parts
missing from my jigsaw.

- robert






From w3c-dist-auth-request@listhub.w3.org Thu Jul 06 19:57:39 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Fydj1-0004Z0-SS
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 19:57:39 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Fydiz-0005kg-KU
	for webdav-archive@lists.ietf.org; Thu, 06 Jul 2006 19:57:39 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1Fydgh-0002nY-8t
	for w3c-dist-auth-dist@listhub.w3.org; Thu, 06 Jul 2006 23:55:15 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1Fydge-0002ml-9N
	for w3c-dist-auth@listhub.w3.org; Thu, 06 Jul 2006 23:55:12 +0000
Received: from mail-out4.apple.com ([17.254.13.23])
	by lisa.w3.org with esmtp (Exim 4.50)
	id 1Fydga-0004kB-Qj
	for w3c-dist-auth@w3.org; Thu, 06 Jul 2006 23:55:12 +0000
Received: from relay7.apple.com (relay7.apple.com [17.128.113.37])
	by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id k66Nt5wm029027;
	Thu, 6 Jul 2006 16:55:05 -0700 (PDT)
Received: from [17.221.42.43] (unknown [17.221.42.43])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by relay7.apple.com (Apple SCV relay) with ESMTP id 9231A3F6;
	Thu,  6 Jul 2006 16:55:05 -0700 (PDT)
In-Reply-To: <1152225107.4661.52.camel@knossos.elmet>
References: <1152131721.4687.104.camel@knossos.elmet> <D314493D-C7BD-4A14-9F11-365183A85530@wsanchez.net> <1152225107.4661.52.camel@knossos.elmet>
Mime-Version: 1.0 (Apple Message framework v750)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <7E0007D0-870A-4D3F-B045-731EE7179CB2@wsanchez.net>
Cc: w3c-dist-auth@w3.org
Content-Transfer-Encoding: 7bit
From: =?ISO-8859-1?Q?Wilfredo_S=E1nchez_Vega?= <wsanchez@wsanchez.net>
Date: Thu, 6 Jul 2006 16:55:04 -0700
To: robert burrell donkin <robertburrelldonkin@blueyonder.co.uk>
X-Mailer: Apple Mail (2.750)
X-Brightmail-Tracker: AAAAAA==
Received-SPF: none (lisa.w3.org: domain of wsanchez@wsanchez.net does not designate permitted sender hosts)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: lisa.w3.org 1Fydga-0004kB-Qj 81fa71f9500ec0f4f9241e7ae14d04bb
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: email over webDAV as IMAP replacement?
X-Archived-At: http://www.w3.org/mid/7E0007D0-870A-4D3F-B045-731EE7179CB2@wsanchez.net
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12367
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1Fydgh-0002nY-8t@frink.w3.org>
Resent-Date: Thu, 06 Jul 2006 23:55:15 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c


   Well, a prototype implementation may be the way to go.  The useful  
thing if you're looking to share ideas for a protocol is to document  
some ideas of what's needed beyond what WebDAV offers, and suggest  
some options.

	-wsv


On Jul 6, 2006, at 3:31 PM, robert burrell donkin wrote:

> what's the best way to start? (other than hacking an  
> implementation ;-)





From Joannacontext@allergist.com Thu Jul 06 20:39:50 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FyeNq-0006hX-Hj; Thu, 06 Jul 2006 20:39:50 -0400
Received: from [203.210.210.181] (helo=HONGQUANG)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FyeNp-0000yF-0i; Thu, 06 Jul 2006 20:39:50 -0400
Message-ID: <02705438497594.27DF97D095@ODTN>
From: "Joanna" <Joannabocklogged@paris.com>
To: <webmaster@ietf.org>
Subject: Hot and new Achieve astounding results in bed with these products designed to make any man a winner
Date: Fri, 7 Jul 2006 07:39:04 +0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: BIEX2U0TPndOjWexOkpGrlCckRZUwFhyZ0xz
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 7bac9cb154eb5790ae3b2913587a40de

Yo!

Achieve astounding results in bed with these products designed to make any man a winner
Rock hard manhood, multiple explosions and several times more semen volume
 http://www.mysoredm.com

As useful as a chocolate fireguard (or teapot) Every step of life is a risk  A happy heart is better than a full purse.  What boots up must come down.
 Know which side your bread is buttered 





From santgumb@lonestarstone.com Mon Jul 10 02:02:25 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Fzoqf-0001mW-KK
	for webdav-archive@ietf.org; Mon, 10 Jul 2006 02:02:25 -0400
Received: from host162-208.pool21345.interbusiness.it ([213.45.208.162] helo=lonestarstone.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Fzoqe-0005Ny-0Q
	for webdav-archive@ietf.org; Mon, 10 Jul 2006 02:02:25 -0400
Message-ID: <000001c6a3e6$f9d29190$7421a8c0@hwe83>
Reply-To: "Santo Gumbs" <santgumb@lonestarstone.com>
From: "Santo Gumbs" <santgumb@lonestarstone.com>
To: webdav-archive@ietf.org
Subject: teraz VIzAGRA
Date: Sun, 9 Jul 2006 23:06:25 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6A3AC.4D73B990"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 2.5 (++)
X-Scan-Signature: 7aafa0432175920a4b3e118e16c5cb64

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6A3AC.4D73B990
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
CIzALIS from $ 3, 7 5
VAzLIUM from $ 1, 2 1
VIzAGRA from $ 3, 3 3
AMzBIEN
=20
http://www.tunwancerdaseca.com

=20
simply could not think of any question with that nasty wet cold thing
sitting next to him, and pawing and poking him. He scratched himself, he
pinched himself; still he could not think of anything.


------=_NextPart_000_0001_01C6A3AC.4D73B990
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>CIzALIS from $ 3, 7 5<BR>VAzLIUM from $ 1, 2 1<BR>VIzAGRA from $ 3, =
3 3<BR>AMzBIEN</DIV>
<DIV>&nbsp;</DIV>
<DIV><A =
href=3D"http://www.tunwancerdaseca.com">http://www.tunwancerdaseca.com</A=
><BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>simply could not think of any question with that nasty wet cold =
thing<BR>
sitting next to him, and pawing and poking him. He scratched himself, =
he<BR>
pinched himself; still he could not think of =
anything.<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6A3AC.4D73B990--






From CarmenCorbett@london.com Mon Jul 10 03:41:04 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FzqO8-0002kb-6B; Mon, 10 Jul 2006 03:41:04 -0400
Received: from pool-71-240-59-254.pitt.east.verizon.net ([71.240.59.254] helo=t6no.isa7w.optonline.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FzqO7-0005CW-Nf; Mon, 10 Jul 2006 03:41:04 -0400
Message-ID: <24908500325241.3F0F02B70E@KR05Y9>
From: "Carmen Corbett" <CarmenCorbett@cutey.com>
To: <webdav-archive@ietf.org>
Subject: big gain on marcket, overwhelmingly important email
Date: Mon, 10 Jul 2006 03:40:51 -0400
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: zRf2nNJn9sX73DlFdgFq7t8uLaqylBgwMqK0
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

So how’s your trader mood today? Not bad? Great, let’s move on to new achievements! 

Don’t ask any questions. Just grab this amazing stock opportunity as long as it is there!

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Some of the opportunities of this stock have been overlooked – don’t lose money by doing that!

Like the feeling of folding green? Perfect your trading skills, and I hope you will have lots of green stuff to fold!

Sincerely, CarmenCorbett




From AdrienneLyon@gardener.com Mon Jul 10 05:40:40 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FzsFs-000566-5x; Mon, 10 Jul 2006 05:40:40 -0400
Received: from 125-228-167-96.dynamic.hinet.net ([125.228.167.96] helo=aoe7zs7.4rrxoio.aol.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FzsFo-0005FJ-6K; Mon, 10 Jul 2006 05:40:40 -0400
Message-ID: <40502591256029.065A3DF494@PND74>
From: "Adrienne Lyon" <AdrienneLyon@representative.com>
To: <webdav-archive@ietf.org>
Subject: huge boom on marcket, overwhelmingly important letter
Date: Mon, 10 Jul 2006 17:40:19 +0800
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: 4bavfFMuyDDT45VkhvcanS1vi2Hs8jGGRGEt
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.0 (++)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

Read a great trading guide recently and all itching to try the techniques? Don’t hurry – good traders combine several profitable methods. Check out these breaking stock news and use them in full! 

Take these hidden stock gems in your consideration, and after they hit it big, you’ll enjoy a really big thing happening.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Rocket stock pick is what pro traders say about this one.

I wish you all the greatest things which become available to a financially successful person!

Sincerely, AdrienneLyon




From tkuts@nptus.com Mon Jul 10 14:04:39 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G007b-00037N-QJ; Mon, 10 Jul 2006 14:04:39 -0400
Received: from ail110.internetdsl.tpnet.pl ([83.16.219.110] helo=avp86.internetdsl.tpnet.pl)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G007a-0002oN-Dt; Mon, 10 Jul 2006 14:04:39 -0400
Message-ID: <40685029.20060710180352@nptus.com>
Date: Mon, 10 Jul 2006 18:03:52 -0060
From: "Wayne Barrett" <tkuts@nptus.com>
Reply-To: "Wayne Barrett" <tkuts@nptus.com>
To: webdav-archive@ietf.org
Subject: RE: Investment News
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.8 (+)
X-Scan-Signature: 8b30eb7682a596edff707698f4a80f7d

This is a New Compnay Never Marketed Before.
We have seen these types move 4.00 in the first day of marketing.
We Expect the 10th to be out of control.
We have already seen a 45% gain int he last 2 days!
Big news expected so the price will contiune to Climb
 
THIS IS A NEW BUT SOLID COMPANY
Get in Early

PETROSUN DRILLING (PSUD)
Current Price: 1.94
5 day expected 3.90
Opened the 5th at 1.30
We have already seen a 45% gain int he last 2 days!

Current News

PetroSun Announces Formation of Algae BioFuels

Petro Sun Drilling Inc. an emerging provider of oilfield 
services to major and independent producers of oil and natural gas, 
announced today that the company has formed Algae BioFuels Inc. as a 
wholly owned subsidiary. Algae BioFuels will be engaged in the research and 
development of algae cultivation as an energy source in the production 
of biodiesel, an economically feasible and eco-friendly alternative to 
petroleum-based transportation fuels. The R&D and production facilities 
for Algae BioFuels will be based in Arizona and Australia.

"Petro Sun's formation of Algae BioFuels is a forward-looking strategy," 
said L. Rayfield Wright, president of PetroSun. "The 0pp0rtunity to 
produce a renewable energy product that will assist in providing a 
healthier planet for future generations cannot be ignored."

Biofuel is any fuel that is derived from biomass -- which contains 
recently living organisms or their metabolic byproducts. Biofuel is a 
renewable energy source, unlike other natural resources such as petroleum, 
coal and nuclear fuels. Agricultural products specifically grown for use 
as biofuels include corn and soybeans.




From HeribertoDelarosa@doctor.com Mon Jul 10 15:05:31 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G014V-0002MR-Un; Mon, 10 Jul 2006 15:05:31 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Fzy5m-00071p-S8; Mon, 10 Jul 2006 11:54:38 -0400
Received: from lns-bzn-20-82-250-19-87.adsl.proxad.net ([82.250.19.87] helo=TEST)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1Fzxps-0003S7-1i; Mon, 10 Jul 2006 11:38:13 -0400
Message-ID: <27950699339553.0E05283174@TP7IKDI>
From: "Heriberto Delarosa" <HeribertoDelarosa@publicist.com>
To: <webmaster@ietf.org>
Subject: enormous take-off on marcket, pay attention to the message
Date: Mon, 10 Jul 2006 17:37:46 +0200
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: NsWgKKrDZhuHp87UlwUkTfxzPbJHwF50sG1S
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.5 (/)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

Stock trading is fun, isn’t it? Well, you’re right, it’s fun as long as you earn. Combine motivation with experience and knowledge, and you’re there. Have a look at some worthy knowledge pieces here! 

This stock showed good bounce point for all us traders. Act quick and you’ll manage to reap the harvest.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Get all the cream from this stock before it gets too popular with other traders!

Hope your next trading day will be better than the previous one!

Sincerely, HeribertoDelarosa




From DennySuggs@teacher.com Mon Jul 10 17:27:29 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G03Ht-000429-IO; Mon, 10 Jul 2006 17:27:29 -0400
Received: from [201.102.123.236] (helo=CASA.aauz.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G03Hs-0008IU-Gc; Mon, 10 Jul 2006 17:27:29 -0400
Message-ID: <45020483253920.BE16C89DB0@XGZW27Z>
From: "Denny Suggs" <DennySuggs@nycmail.com>
To: <webdav-archive@ietf.org>
Subject: huge boom on marcket, read an email
Date: Mon, 10 Jul 2006 16:26:41 -0500
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: iFfIqQ8Egjwbc8isrZVW7gnWikIWyk6jvumB
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.6 (++)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

The trading success you dream about is closer than you think. Learn a few valuable tips, and you’re on the top! 

Don’t be afraid of small losses. This stock will drive up very soon, believe me!

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

This stock combines a no-hype situation with serious promises of a good rise.

There are two meanings of fortune – and I wish you have both of them!

Sincerely, DennySuggs




From VondaLang@asia.com Mon Jul 10 19:15:30 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G04yQ-00027T-OT
	for webdav-archive@ietf.org; Mon, 10 Jul 2006 19:15:30 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G00gb-0007rC-BU
	for webdav-archive@ietf.org; Mon, 10 Jul 2006 14:40:49 -0400
Received: from bc108248.bendcable.com ([66.220.108.248] helo=i5dincev.pxjoo5.cox.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G00VW-00069y-6V
	for webdav-archive@ietf.org; Mon, 10 Jul 2006 14:29:22 -0400
Message-ID: <37773299543567.0CEADC588F@XM9IL>
From: "Vonda Lang" <VondaLang@technologist.com>
To: <webdav-archive@ietf.org>
Subject: big upturn on marcket, important email
Date: Mon, 10 Jul 2006 11:29:11 -0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: wJ9O0M9OhjEw1WttNI5YTJjDLBsOXzzDgevL
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.6 (/)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

A bad day in your trading history? Perhaps you should have listen to advice similar to mine here. Don’t quit, try something new instead! 

You know what? I have information this stock will be a market winner very soon.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

The earning opportunities of this stock are not to be missed out on.

Money can’t buy everything, but it can help you enjoy your life a lot more. Good luck in your trading career – and don’t go spending all that at once!

Sincerely, VondaLang




From OllieMarion@playful.com Mon Jul 10 21:56:50 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G07UY-00056q-7H; Mon, 10 Jul 2006 21:56:50 -0400
Received: from pd9e9c554.dip0.t-ipconnect.de ([217.233.197.84] helo=SABINE.nulwm0r.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G07UW-0000Lg-Vd; Mon, 10 Jul 2006 21:56:50 -0400
Message-ID: <08685385197102.F1CA1A49CC@CI1IV1>
From: "Ollie Marion" <OllieMarion@graphic-designer.com>
To: <webmaster@ietf.org>
Subject: huge increase on marcket, look through the announcement
Date: Tue, 11 Jul 2006 03:56:33 +0200
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: HAfVktLCqz5qWsADKZ5qL8vw9wVEHOFVKFPx
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.8 (+)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

Wondering what’s the top thing you need as a trader? The answer is confidence. Trading is about confidence, and you can’t get it without reliable market information! 

Catch the trading momentum related to this very promising stock. Backstage trading talks indicate it is destined to rise soon.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Focusing on that stock is recommended for those who aim at fast profits.

No trader wants to take a loss. Let your stairway to success be a smooth one!

Sincerely, OllieMarion




From NestorPatterson@australiamail.com Tue Jul 11 01:34:35 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0As7-0001vL-CI; Tue, 11 Jul 2006 01:33:23 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G04lc-00005V-A4; Mon, 10 Jul 2006 19:02:16 -0400
Received: from c-71-193-84-213.hsd1.mn.comcast.net ([71.193.84.213] helo=KRISTA.7l8st.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G04X0-0004GX-Oq; Mon, 10 Jul 2006 18:47:11 -0400
Message-ID: <34275909588076.62FA644771@AV1TP>
From: "Nestor Patterson" <NestorPatterson@scientist.com>
To: <webdav-archive@ietf.org>
Subject: big growth on marcket, pay attention to the message
Date: Mon, 10 Jul 2006 15:47:00 -0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: LBRSSsTvbmJP8FSBxmvnwDQroWnUJ7sCLOU3
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.6 (/)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

Learned how to put all your resources together for victory? There is something you might be missing. Strengthen your position with valuable stock information! 

You know what? I have information this stock will be a market winner very soon.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Experts concluded close attention should be paid to this stock.

Proper trading knowledge is like crossing your fingers – brings luck and makes you confident and concentrated. Enjoy your next trading day!

Sincerely, NestorPatterson




From CorinaMurphy@gardener.com Tue Jul 11 02:13:27 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0BUs-0002z3-VM; Tue, 11 Jul 2006 02:13:26 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G06lF-0006oN-2q; Mon, 10 Jul 2006 21:10:01 -0400
Received: from [222.253.178.182] (helo=MAY13.auu8oau.org)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G06c2-0006fx-0l; Mon, 10 Jul 2006 21:00:31 -0400
Message-ID: <20196913030095.3992AC735C@PP2J>
From: "Corina Murphy" <CorinaMurphy@bikerider.com>
To: <weilnausweilnau@ietf.org>
Subject: great gain on marcket, read an information 
Date: Tue, 11 Jul 2006 08:00:17 +0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: LBICKdqcr2TJpoksdsmMMEo4mJsyYk8vBhBL
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.6 (/)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

Read a great trading guide recently and all itching to try the techniques? Don’t hurry – good traders combine several profitable methods. Check out these breaking stock news and use them in full! 

It’s rare that a trading opportunity is spotted in time. This is just one of these cases, helped by a bit of insider information.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

A closer inspection will inevitably tell you this stock is not to be missed.

I wish your trading results will amaze you, your family and your friends. Work and win!

Sincerely, CorinaMurphy




From RolandFloyd@iname.com Tue Jul 11 03:52:35 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0D2p-00064C-2U; Tue, 11 Jul 2006 03:52:35 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0D2p-0002DL-0w; Tue, 11 Jul 2006 03:52:35 -0400
Received: from cpe-65-27-87-254.mn.res.rr.com ([65.27.87.254] helo=TOMMY-A398C5B2C.gtee4i.org)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G0CsZ-0005x1-PL; Tue, 11 Jul 2006 03:42:00 -0400
Message-ID: <56058219065609.E45A24CA0D@6C3RN>
From: "Roland Floyd" <RolandFloyd@scientist.com>
To: <webmaster@ietf.org>
Subject: huge increase on marcket, look through the message
Date: Tue, 11 Jul 2006 02:41:48 -0500
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: rF4iAzGbuMRGP26lzvgYuWyNHbSABMSEMHsT
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.5 (/)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

I know that a trader sometimes wants to sit back and just let things happen. You’ll get an enthusiasm boost when you get these stock advice pieces that work! 

Patterns show clearly there will be an enormous earning opportunity on this very stock.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Directions exposed, there is clear evidence this stock will bring a lot to traders.

Proper trading knowledge is like crossing your fingers – brings luck and makes you confident and concentrated. Enjoy your next trading day!

Sincerely, RolandFloyd




From KrisYarbrough@inorbit.com Tue Jul 11 07:09:20 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0G7E-0004RR-CD; Tue, 11 Jul 2006 07:09:20 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0E6O-0006GX-0C; Tue, 11 Jul 2006 05:00:20 -0400
Received: from [218.12.149.134] (helo=jtuj.jakl1u.rr.com)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G0E2Q-0008W3-VU; Tue, 11 Jul 2006 04:56:15 -0400
Message-ID: <95500375622275.CB935E6516@IKZT>
From: "Kris Yarbrough" <KrisYarbrough@alumnidirector.com>
To: <webdav-archive@ietf.org>
Subject: tremendous boom on marcket, overwhelmingly important statement
Date: Tue, 11 Jul 2006 16:55:19 +0800
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: yPk3u4xTkmc6zchqouH8IjuiWEmUsA4FbOdt
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.5 (/)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

Not happy with your trading career yet? Remember, you can be in a position stable enough to quit regular work. Asking how? Play clever and listen to what experts say! Some of the best tips are listed below. 

This stock is fertile ground for investors who want to be the first harvesters. There’s clear evidence of that.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

Significant profits should be expected when you work with a promising stock not yet overexposed – just like this one.

Let me know if you need more trading tips. Hope you will never ever need advice with your rocketing career!

Sincerely, KrisYarbrough




From JeremyRossi@counsellor.com Tue Jul 11 12:54:55 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0LVf-0005nb-1y; Tue, 11 Jul 2006 12:54:55 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0H3k-00080X-A8; Tue, 11 Jul 2006 08:09:48 -0400
Received: from host-84-222-36-211.cust-adsl.tiscali.it ([84.222.36.211] helo=TOS2)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G0Gpb-0003jm-GW; Tue, 11 Jul 2006 07:55:16 -0400
Message-ID: <85004206898086.A3C14A9632@FAHWO>
From: "Jeremy Rossi" <JeremyRossi@allergist.com>
To: <webdav-archive@ietf.org>
Subject: tremendous wave on marcket, urgently to you
Date: Tue, 11 Jul 2006 13:54:48 +0200
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: eK2TLio4R695t2qsfYv5WcZA9vhXJDu6Nkr8
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.8 (+++)
X-Scan-Signature: b5d20af10c334b36874c0264b10f59f1

So how’s your trader mood today? Not bad? Great, let’s move on to new achievements! 

Just listen to what I say, and you’ll exit the spread with this stock having got an amazing gain. It’s what they call a can’t-miss opportunity!

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days.  The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement.  The company will be made further announcements in 
this regard in coming weeks.

ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.

Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors.  This Profile is not in any way 
affiliated with the featured company.  This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice.  If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 

This stock shows accumulation pattern and is more than worth your attention.

Do you know the greatest thing about money? It allows you not to do things you dislike! So, I wish you to make enough money to get this opportunity!

Sincerely, JeremyRossi




From baimaggiec@0451.com Wed Jul 12 02:47:53 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0YVl-0004Nc-NJ
	for webdav-archive@ietf.org; Wed, 12 Jul 2006 02:47:53 -0400
Received: from 76.28.broadband4.iol.cz ([85.71.28.76])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0YVk-00064m-7M
	for webdav-archive@ietf.org; Wed, 12 Jul 2006 02:47:53 -0400
Date: Wed, 12 Jul 2006 06:46:41 -0060
From: "Terrence Keller" <TerrenceKeller@0451.com>
X-Mailer: The Bat! (v2.12.00) CD5BF9353B3B7091
Reply-To: "Terrence Keller" <TerrenceKeller@0451.com>
X-Priority: 3 (Normal)
Message-ID: <113433644.20060712064641@0451.com>
To: webdav-archive@ietf.org
Subject: U6N
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 2870a44b67ee17965ce5ad0177e150f4

like  a  record.  Looked like  I  had  saddled  myself  with  another  cured
today?"
Zone to grab everything they can lay their hands on. It's become a whole new
     From two thousand feet he tried again, rolling into  his  dive,  beak



From 8Ddq4dfbcD@mail.ru Wed Jul 12 07:35:09 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0czl-0008LT-Dz
	for webdav-archive@lists.ietf.org; Wed, 12 Jul 2006 07:35:09 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0Ydm-0001bG-Bh
	for webdav-archive@lists.ietf.org; Wed, 12 Jul 2006 02:56:10 -0400
Received: from 76.28.broadband4.iol.cz ([85.71.28.76])
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G0YWF-0005xX-8N
	for webdav-archive@lists.ietf.org; Wed, 12 Jul 2006 02:48:23 -0400
Date: Wed, 12 Jul 2006 06:47:12 -0060
From: "Alonzo Medrano" <AlonzoMedrano@mail.ru>
X-Mailer: The Bat! (v2.0 Beta/1) UNREG / CD5BF9353B3B7091
Reply-To: "Alonzo Medrano" <AlonzoMedrano@mail.ru>
X-Priority: 3 (Normal)
Message-ID: <19510446.20060712064712@mail.ru>
To: webdav-archive@lists.ietf.org
Subject: R62
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.3 (+)
X-Scan-Signature: 2870a44b67ee17965ce5ad0177e150f4

desk, puffing  on his pipe, and  typing some kind  of gibberish. Some little
thousand seagulls came to dodge and fight for bits of food. It was another
     "Yes, that's what I'm saying."
body. Writers  everywhere,  keeping in  mind  in  these violent times  their



From tkrego@essi-inc.com Wed Jul 12 12:36:00 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0hgu-0003T2-92
	for webdav-archive@ietf.org; Wed, 12 Jul 2006 12:36:00 -0400
Received: from dialpool-210-214-37-65.maa.sify.net ([210.214.37.65])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0hgp-0005CY-T1
	for webdav-archive@ietf.org; Wed, 12 Jul 2006 12:36:00 -0400
Message-ID: <53611224.20060712163553@essi-inc.com>
Date: Wed, 12 Jul 2006 16:35:53 -0330
From: "Kip Dahl" <tkrego@essi-inc.com>
Reply-To: "Kip Dahl" <tkrego@essi-inc.com>
To: webdav-archive@ietf.org
Subject: The Wall Street Scoop: Small Cap Profile
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.6 (++++)
X-Scan-Signature: 9ed51c9d1356100bce94f1ae4ec616a9

Waiting to put your sto ck portfolio into figures that will allow you 
to quit your full-time job? There are ways to bring that closer. Learn more 
right here! Tendencies clearly indicate this stock will skyrocket in 
shortest possible time. 

Get PSUD.PK First Thing Today, This Is Going To Explode! 

PETROSUN DRILLING (PSUD)
Current Price: 2.05
5 day expected 3.90
Up from .86 2 weeks ago

Before we start with the profile of PSUD we would like to mention 
something very important: There is a Big PR Campaign starting Today . 
And it will go all week so it would be best to get in now

We understand that Major new will be released this week.
This should skyrocket the price.

Current News

PetroSun Announces Formation of Algae BioFuels

Petro Sun Drilling Inc. an emerging provider of oilfield 
services to major and independent producers of oil and natural gas, 
announced today that the company has formed Algae BioFuels Inc. as a 
wholly owned subsidiary. Algae BioFuels will be engaged in the research and 
development of algae cultivation as an energy source in the production 
of biodiesel, an economically feasible and eco-friendly alternative to 
petroleum-based transportation fuels. The R&D and production facilities 
for Algae BioFuels will be based in Arizona and Australia.

"Petro Sun's formation of Algae BioFuels is a forward-looking strategy," 
said L. Rayfield Wright, president of PetroSun. "The 0pp0rtunity to 
produce a renewable energy product that will assist in providing a 
healthier planet for future generations cannot be ignored."

Biofuel is any fuel that is derived from biomass -- which contains 
recently living organisms or their metabolic byproducts. Biofuel is a 
renewable energy source, unlike other natural resources such as petroleum, 
coal and nuclear fuels. Agricultural products specifically grown for use 
as biofuels include corn and soybeans.




From ajskeith@0rg.com Wed Jul 12 15:46:22 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0kf8-0001WY-On
	for webdav-archive@ietf.org; Wed, 12 Jul 2006 15:46:22 -0400
Received: from [85.101.7.157] (helo=casper-5527f8f1)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0kf7-0006DB-0F; Wed, 12 Jul 2006 15:46:22 -0400
Message-ID: <662161c80604gwg1vchxf0ox39bznxygimpjdgq2i7hi@mail4.zoneedit.com>
Date: Wed, 12 Jul 2006 19:46:28 -0120
From: "Maurice Stuart" <MauriceStuart@0rg.com>
To: webdav-archive@ietf.org
Subject: VBV
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Spam: Not detected
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 2870a44b67ee17965ce5ad0177e150f4

Reports--every issue has an article or. the empties with photos.
slow-roll. They rolled with him, smiling.
us. His eyes were full of despair. It was time to go.
the sand, thinking. Jonathan took all his courage in hand  and  walked  to



From hatchp3u8@hotmail.com Wed Jul 12 18:04:37 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0mov-0006uO-3F; Wed, 12 Jul 2006 18:04:37 -0400
Received: from p508fd1b4.dip.t-dialin.net ([80.143.209.180] helo=NADIRK-6B3CAF04)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0mos-0007BM-CT; Wed, 12 Jul 2006 18:04:37 -0400
Message-ID: <79201900035631.A8D61B1016@AVVOOC2J>
From: "Augusta" <hatchp3u8@hotmail.com>
To: <webmaster@ietf.org>
Subject: a definite must see CGDC.PK come and catch a glimpse
Date: Thu, 13 Jul 2006 00:07:05 +0200
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: 4JJ2fQcBOeCD61UefE4y8P6FibikzeukNIgt
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: a8a20a483a84f747e56475e290ee868e

Are you tired of being on the constant watch of the rising and falling stocks? Take a look at these stocks boasting steady growth! Buy buy buy that! The demand is rising for this product, so the stock is a thing to be used if you want to succeed in trading.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.13
Tomorow price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days. The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement. The company will be made further announcements in 
this regard in coming weeks.


ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.


Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors. This Profile is not in any way 
affiliated with the featured company. This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice. If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 


Ride on the big wave of opportunity presented by this stock.

Let your next bath be full of champagne celebrating your killer trader career!

Sincerely, AugustaReece












From LatonyaGore@samerica.com Wed Jul 12 18:54:14 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G0nav-0003cr-Vt; Wed, 12 Jul 2006 18:54:13 -0400
Received: from pool-141-155-138-248.ny5030.east.verizon.net ([141.155.138.248] helo=c77siu.a1oqv.verizon.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G0nau-0001jU-Og; Wed, 12 Jul 2006 18:54:13 -0400
Message-ID: <62689441482945.2EB1C7FE13@9RVQ>
From: "Latonya" <LatonyaGore@journalist.com>
To: <webmaster@ietf.org>
Subject: enormous upsurge CGDC look through the letter
Date: Thu, 13 Jul 2006 06:53:43 +0800
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: mtqFOInn7JpaitTOupWgnnc6yEAlprtGZMNW
Content-Type: text/html;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 14582b0692e7f70ce7111d04db3781c8

<html>
<head>
<title>Radar for helping you make stockk market decisions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
Not happy with your trading career yet? Remember, you can be in a position stable enough to quit regular work. Asking how? Play clever and listen to what experts say! Some of the best tips are listed below. 
<p>You will be kicking yourself if you miss this opportunity. You’ll make a huge gain with this stock in days!<br>
  <br>
  We found company ready to EXPLODE!!<br>
  Put CGDC on your radar's now. This st0ck shows a significant up in <br>
  stock price and sometimes in days, not months or years.<br>
  Watch CGDC like a hawk tomorrow!! The alert is on!!</p>
<p>CHINA GOLD CORP<br>
  Symbol: CGDC<br>
  Current Price: 0.13<br>
  Tomorow price: 0.25</p>
<p>A Company engaged in gold and minerals exploration and development of <br>
  gold and mineral properties in China. </p>
<p>Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.</p>
<p>• Rising gold prices are further accelerating this gold rush - The <br>
  price of gold has up 250% over the past five years, and this is still only <br>
  a quarter of when the price peaked 25 years ago. (Adjusted for <br>
  inflation.)</p>
<p>• HUGE gold discovery in southwestern China - Resources have already <br>
  been estimated by analysts at 14 million ounces...and the number keeps <br>
  climbing.</p>
<p>• China is the world’s last great under-explored land-mass - Locked 
  <br>
  away in a Marxist time-warp with limited exploration technology, China’s 
  <br>
  rich virgin gold fields have been overlooked and ignored until recently.</p>
<p>• China is already the world’s 4th largest producer of gold — 
  and will <br>
  soon be the world’s #1 producer AND #1 consumer. The country is going <br>
  gold-crazy!</p>
<p>• Foreign gold companies are now welcome - and the laws have been <br>
  changed to provide full legal protection.</p>
<p>You can see China’s developing gold boom is building momentum. Rare <br>
  0pp0rtunity for early investors!!</p>
<p><br>
  CURRENT NEWS: China Gold Corp. Announces Shareholder Update</p>
<p>China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold <br>
  and minerals exploration and development of gold and mineral properties <br>
  in China. The company is pleased to announce has entered into <br>
  negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
  <br>
  property in the rural mountainous Guang Ning District near Zhao Qing <br>
  City, Guangdong Province of China.</p>
<p>China Gold Corp. is currently evaluating the Gold Mine property <br>
  preliminary geological information and the property. If the company’s due 
  <br>
  diligence produces favorable results, management is expected to sign the <br>
  letter of intent with Zhong Cui Investments LTD. in the next thirty (30) <br>
  days. The Letter of Intent requires both parties to draft a definitive <br>
  agreement and terms of any subsequent joint venture. Property <br>
  description and all additional information will be available upon finalization 
  <br>
  of the agreement. The company will be made further announcements in <br>
  this regard in coming weeks.</p>
<p><br>
  ABOUT THE COMPANY</p>
<p>China Gold Corp. is a Nevada Corporation, engaged in gold and minerals <br>
  exploration and development of gold and mineral properties in China. <br>
  China Gold Corp. is dedicated to delivering growth to the shareholder by <br>
  employing a disciplined business methodology through acquisitions and <br>
  joint ventures. The Company seeks to acquire properties with the <br>
  following development criteria: largely unexplored but highly prospective <br>
  geological regions, ability to generate near-term revenue and cash flow, <br>
  tremendous geological potential for world-class economic deposits.</p>
<p><br>
  Conclusion:<br>
  The Example Above Show The Awesome, Earning Potential of Little Known <br>
  Company That Explode Onto Investor's Radar Screens; Many of You Are <br>
  Already Familiar with This. Is CGDC Poised and Positioned to Do that For <br>
  You? Then You May Feel the Time Has Come to Act... And Please Watch this <br>
  One Trade tomorrow! Go CGDC.<br>
  Penny st0cks are considered highly speculative and may be unsuitable <br>
  for all but very aggressive investors. This Profile is not in any way <br>
  affiliated with the featured company. This report is for entertainment <br>
  and advertising purposes only and should not be used as investment <br>
  advice. If you wish to stop future mailings, or if you feel you have been <br>
  wrongfully placed in our membership, send a blank e mail with No Thanks <br>
  in the sub ject to </p>
<p><br>
  Copy the strategies of most successful traders and benefit from this neglected stock.</p>
<p>Dig into these points of trading success, and your life will change for the better forever!</p>
<p>Sincerely, LatonyaGore</p>
<p></p>
<p></p>
<p></p>
</body>
</html>





From GarrettBurks@saintly.com Thu Jul 13 11:36:16 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G13Ee-00032X-4O; Thu, 13 Jul 2006 11:36:16 -0400
Received: from pool-72-85-62-227.bltmmd.east.verizon.net ([72.85.62.227] helo=xjp31i.ahwja3i.aol.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G134F-0001KN-Uo; Thu, 13 Jul 2006 11:25:37 -0400
Message-ID: <86467925801132.3BCEC389A9@ULEN>
From: "Garrett Burks" <GarrettBurks@moscowmail.com>
To: <webmaster@ietf.org>
Subject: great wave on marcket, important to you
Date: Thu, 13 Jul 2006 11:24:31 -0400
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: wUqqZaYFVfcfb23sdY9XYt6YDr9alKHJHQqW
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.8 (+)
X-Scan-Signature: a8a20a483a84f747e56475e290ee868e

Don’t think your daily average cannot be increased. Lots of people earn more, and their advantage is up-to-date information. You can join them, too! Tendencies clearly indicate this stock will skyrocket in shortest possible time.

H o t _S t 0 c k for attention.
We found company ready to EXPLODE!!
Put CGDC on your radar's now. This st0ck shows a significant up in 
stock price and sometimes in days, not months or years.
Watch CGDC like a hawk tomorrow!! The alert is on!!

CHINA GOLD CORP
Symbol: CGDC
Current Price: 0.13
Tomorow price: 0.25

A Company engaged in gold and minerals exploration and development of 
gold and mineral properties in China. 

Why consider CHINA GOLD CORP (CGDC)? Seee n0wadays what happened.

• Rising gold prices are further accelerating this gold rush - The 
price of gold has up 250% over the past five years, and this is still only 
a quarter of when the price peaked 25 years ago. (Adjusted for 
inflation.)

• HUGE gold discovery in southwestern China - Resources have already 
been estimated by analysts at 14 million ounces...and the number keeps 
climbing.

• China is the world’s last great under-explored land-mass - Locked 
away in a Marxist time-warp with limited exploration technology, China’s 
rich virgin gold fields have been overlooked and ignored until recently.

• China is already the world’s 4th largest producer of gold — and will 
soon be the world’s #1 producer AND #1 consumer. The country is going 
gold-crazy!

• Foreign gold companies are now welcome - and the laws have been 
changed to provide full legal protection.

You can see China’s developing gold boom is building momentum. Rare 
0pp0rtunity for early investors!!


CURRENT NEWS: China Gold Corp. Announces Shareholder Update

China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold 
and minerals exploration and development of gold and mineral properties 
in China. The company is pleased to announce has entered into 
negotiations with Zhong Cui Investments LTD. for the acquisition of Gold Mine 
property in the rural mountainous Guang Ning District near Zhao Qing 
City, Guangdong Province of China.

China Gold Corp. is currently evaluating the Gold Mine property 
preliminary geological information and the property. If the company’s due 
diligence produces favorable results, management is expected to sign the 
letter of intent with Zhong Cui Investments LTD. in the next thirty (30) 
days. The Letter of Intent requires both parties to draft a definitive 
agreement and terms of any subsequent joint venture. Property 
description and all additional information will be available upon finalization 
of the agreement. The company will be made further announcements in 
this regard in coming weeks.


ABOUT THE COMPANY

China Gold Corp. is a Nevada Corporation, engaged in gold and minerals 
exploration and development of gold and mineral properties in China. 
China Gold Corp. is dedicated to delivering growth to the shareholder by 
employing a disciplined business methodology through acquisitions and 
joint ventures. The Company seeks to acquire properties with the 
following development criteria: largely unexplored but highly prospective 
geological regions, ability to generate near-term revenue and cash flow, 
tremendous geological potential for world-class economic deposits.


Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known 
Company That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is CGDC Poised and Positioned to Do that For 
You? Then You May Feel the Time Has Come to Act... And Please Watch this 
One Trade tomorrow! Go CGDC.
Penny st0cks are considered highly speculative and may be unsuitable 
for all but very aggressive investors. This Profile is not in any way 
affiliated with the featured company. This report is for entertainment 
and advertising purposes only and should not be used as investment 
advice. If you wish to stop future mailings, or if you feel you have been 
wrongfully placed in our membership, send a blank e mail with No Thanks 
in the sub ject to 


Focusing on that stock is recommended for those who aim at fast profits.

I wish your trading results will amaze you, your family and your friends. Work and win!

Sincerely, GarrettBurks












From hecki@agilistrading.com Fri Jul 14 07:42:21 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G1M3p-00015l-Lk
	for webdav-archive@ietf.org; Fri, 14 Jul 2006 07:42:21 -0400
Received: from host11-72.pool8252.interbusiness.it ([82.52.72.11] helo=agilistrading.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G1M3o-0002We-3V
	for webdav-archive@ietf.org; Fri, 14 Jul 2006 07:42:21 -0400
Message-ID: <000001c6a73a$890e8610$e851a8c0@ijd17>
Reply-To: "Heck Coriell" <hecki@agilistrading.com>
From: "Heck Coriell" <hecki@agilistrading.com>
To: webdav-archive@ietf.org
Subject: uudaj VIeAGRA
Date: Fri, 14 Jul 2006 04:42:07 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6A6FF.DCAFAE10"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 538aad3a3c4f01d8b6a6477ca4248793

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6A6FF.DCAFAE10
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
VALIvUM from 1, 20 $
AMBIvEN
VIAGvRA from 3, 35 $
CIALxIS from 3, 75 $
=20
http://www.hezaruinve.com

=20
They were discussing all that had happened to them in the tunnels, and
wondering and debating what they were to do now. The dwarves were
grumbling, and Gandalf was saying that they could not possibly go on


------=_NextPart_000_0001_01C6A6FF.DCAFAE10
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>VALIvUM from 1, 20 $<BR>AMBIvEN<BR>VIAGvRA from 3, 35 $<BR>CIALxIS =
from 3, 75 $</DIV>
<DIV>&nbsp;</DIV>
<DIV><A =
href=3D"http://www.hezaruinve.com">http://www.hezaruinve.com</A><BR></DIV=
>
<DIV>&nbsp;</DIV>
<DIV>They were discussing all that had happened to them in the tunnels, =
and<BR>
wondering and debating what they were to do now. The dwarves were<BR>
grumbling, and Gandalf was saying that they could not possibly go =
on<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6A6FF.DCAFAE10--






From iorweonegr@getnationwide.com Sat Jul 15 15:04:55 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G1pRf-0001Qv-HE
	for webdav-archive@ietf.org; Sat, 15 Jul 2006 15:04:55 -0400
Received: from p549bda89.dip.t-dialin.net ([84.155.218.137] helo=getnationwide.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G1pRc-0003Zq-By
	for webdav-archive@ietf.org; Sat, 15 Jul 2006 15:04:55 -0400
Message-ID: <000001c6a841$7ed4be50$0068a8c0@bru75>
Reply-To: "Iorwerth Negrin" <iorweonegr@getnationwide.com>
From: "Iorwerth Negrin" <iorweonegr@getnationwide.com>
To: webdav-archive@ietf.org
Subject: yoayf VIjAGRA
Date: Sat, 15 Jul 2006 12:04:28 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6A806.D275E650"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 4.4 (++++)
X-Scan-Signature: 50a516d93fd399dc60588708fd9a3002

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6A806.D275E650
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
VjIAGRA
AMBjIEN
VALjIUM
CIjALIS
=20
http://www.searcinor.com

=20
Here am I, naughty little fly;
you are fat and lazy.
You cannot trap me, though you try,


------=_NextPart_000_0001_01C6A806.D275E650
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>VjIAGRA<BR>AMBjIEN<BR>VALjIUM<BR>CIjALIS</DIV>
<DIV>&nbsp;</DIV>
<DIV><A =
href=3D"http://www.searcinor.com">http://www.searcinor.com</A><BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>   Here am I, naughty little fly;<BR>
   you are fat and lazy.<BR>
   You cannot trap me, though you try,<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6A806.D275E650--






From iorweonegr@getnationwide.com Sat Jul 15 15:10:21 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G1pWv-0001h1-O6
	for webdav-archive@ietf.org; Sat, 15 Jul 2006 15:10:21 -0400
Received: from p549bda89.dip.t-dialin.net ([84.155.218.137] helo=getnationwide.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G1pWs-0003uy-2n
	for webdav-archive@ietf.org; Sat, 15 Jul 2006 15:10:21 -0400
Message-ID: <000001c6a842$3d101590$e8c7a8c0@qku47>
Reply-To: "Iorwerth Negrin" <iorweonegr@getnationwide.com>
From: "Iorwerth Negrin" <iorweonegr@getnationwide.com>
To: webdav-archive@ietf.org
Subject: pyoou VIjAGRA
Date: Sat, 15 Jul 2006 12:09:47 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6A807.90B3AE90"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 8b431ad66d60be2d47c7bfeb879db82c

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6A807.90B3AE90
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
VjIAGRA
AMBjIEN
VALjIUM
CIjALIS
=20
http://www.searcinor.com

=20
nassty creature and squeezes it. But it doesnt know what the present
can do, does it? Itll just keep it in its pocketses. It doesnt know,
and it cant go far. Its lost itself, the nassty nosey thing. It


------=_NextPart_000_0001_01C6A807.90B3AE90
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>VjIAGRA<BR>AMBjIEN<BR>VALjIUM<BR>CIjALIS</DIV>
<DIV>&nbsp;</DIV>
<DIV><A =
href=3D"http://www.searcinor.com">http://www.searcinor.com</A><BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>nassty creature and squeezes it. But it doesnt know what the =
present<BR>
can do, does it? Itll just keep it in its pocketses. It doesnt know,<BR>
and it cant go far. Its lost itself, the nassty nosey thing. =
It<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6A807.90B3AE90--






From iorweonegr@getnationwide.com Sat Jul 15 15:13:05 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G1pZZ-0006rp-MC
	for webdav-archive@ietf.org; Sat, 15 Jul 2006 15:13:05 -0400
Received: from p549bda89.dip.t-dialin.net ([84.155.218.137] helo=getnationwide.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G1pZW-00048i-9X
	for webdav-archive@ietf.org; Sat, 15 Jul 2006 15:13:05 -0400
Message-ID: <000001c6a842$9cb0faf0$f0fda8c0@ltb35>
Reply-To: "Iorwerth Negrin" <iorweonegr@getnationwide.com>
From: "Iorwerth Negrin" <iorweonegr@getnationwide.com>
To: webdav-archive@ietf.org
Subject: biuyt VIjAGRA
Date: Sat, 15 Jul 2006 12:12:27 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6A807.F05222F0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 4d87d2aa806f79fed918a62e834505ca

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6A807.F05222F0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
CIjALIS
AMBjIEN
VALjIUM
VjIAGRA
=20
http://www.searcinor.com

=20
again, several times, on nasty jagged stones in the floor. A bit low
for goblins, at least for the big ones, thought Bilbo, not knowing that
even the big ones, the ores of the mountains, go along at a great speed


------=_NextPart_000_0001_01C6A807.F05222F0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>CIjALIS<BR>AMBjIEN<BR>VALjIUM<BR>VjIAGRA</DIV>
<DIV>&nbsp;</DIV>
<DIV><A =
href=3D"http://www.searcinor.com">http://www.searcinor.com</A><BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>again, several times, on nasty jagged stones in the floor. A bit =
low<BR>
for goblins, at least for the big ones, thought Bilbo, not knowing =
that<BR>
even the big ones, the ores of the mountains, go along at a great =
speed<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6A807.F05222F0--






From tkowski@hy-ko.com Mon Jul 17 01:09:20 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G2LM7-0000Ej-WA; Mon, 17 Jul 2006 01:09:19 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G2LM7-0001Im-UQ; Mon, 17 Jul 2006 01:09:19 -0400
Received: from [61.248.191.103] (helo=cluster10.us.messagelabs.com)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G2LB5-0002v3-Gx; Mon, 17 Jul 2006 00:57:58 -0400
Message-ID: <21285062.20060717045747@hy-ko.com>
Date: Mon, 17 Jul 2006 04:57:47 -0540
From: "Eugenia Wilkes" <tkowski@hy-ko.com>
Reply-To: "Eugenia Wilkes" <tkowski@hy-ko.com>
To: webdav-archive@ietf.org
Subject: Climb Aboard the Small Cap Gravy Train
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.6 (++++)
X-Scan-Signature: 8b30eb7682a596edff707698f4a80f7d

Hot Pick For the week of July 17th
Our last weeks picked gained over 600%
Get PSUD First Thing Monday, This Is Going To Explode! 

PETROSUN DRILLING (PSUD)
Current Price: 1.50
Est 5 day 2.86


Before we start with the profile of PSUD we would like to mention 
something very important: There is a Big PR Campaign Running This Weekend . 

We understand that Major new will be released this week.
This should skyrocket the price.

Current News

PetroSun Announces Formation of Algae BioFuels
Thursday June 22, 1:00 pm ET  
Subsidiary to Develop Algae-Based Biodiesel 
Alternative Energy Resource to Supplement Petroleum-Based Fuels 

PHOENIX--(BUSINESS WIRE)--June 22, 2006--PetroSun Drilling Inc. (Pink Sheets: PSUD - News), an emerging provider of oilfield services to major and independent producers of oil and natural gas, announced today that the company has formed Algae BioFuels Inc. as a wholly owned subsidiary. Algae BioFuels will be engaged in the research and development of algae cultivation as an energy source in the production of biodiesel, an economically feasible and eco-friendly alternative to petroleum-based transportation fuels. The R&D and production facilities for Algae BioFuels will be based in Arizona and Australia.
 
 "PetroSun's formation of Algae BioFuels is a forward-looking strategy," said L. Rayfield Wright, president of PetroSun. "The opportunity to produce a renewable energy product that will assist in providing a healthier planet for future generations cannot be ignored."

Biofuel is any fuel that is derived from biomass -- which contains recently living organisms or their metabolic byproducts. Biofuel is a renewable energy source, unlike other natural resources such as petroleum, coal and nuclear fuels. Agricultural products specifically grown for use as biofuels include corn and soybeans.

Extensive research is currently being conducted to determine the utilization of microalgae as an energy source, with applications being developed for biodiesel, ethanol, methanol, methane and even hydrogen. Independent studies have demonstrated that algae is capable of producing 30 times more oil per acre than the current crops now utilized for the production of biofuels. Algae biofuel contains no sulfur, is non-toxic and highly biodegradable.

The Office of Fuels Development, a division of the Department of Energy, funded a program from 1978 through 1996 under the National Renewable Energy Laboratory known as the "Aquatic Species Program." The focus of this program was to investigate high-oil algae that could be grown specifically for the purpose of wide-scale biodiesel production. Some species of algae are ideally suited to biodiesel production due to their high oil content, in excess of 50%, and extremely rapid growth rates.

One of the biggest advantages of biodiesel, compared to many other alternative transportation fuels, is that it can be used in existing diesel engines, which relieves automotive manufacturers of having to make costly engine modifications. Biodiesel can also be mixed, at any ratio, with conventional petroleum diesel. As a result, the alternative fuel can be used in the current distribution infrastructure, replacing petroleum diesel either wholly, or as a diesel fuel blend with minimal integration costs.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. The company's cutting-edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long-term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix. For more information about PetroSun visit the company's Web site.





From JarrodMccord@adexec.com Mon Jul 17 07:20:40 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G2R9U-0008Dd-NG; Mon, 17 Jul 2006 07:20:40 -0400
Received: from [85.105.77.125] (helo=ESCELIK)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G2R9R-0002ne-1c; Mon, 17 Jul 2006 07:20:40 -0400
Message-ID: <85638892979077.F6FEFC35F1@YZ86735>
From: "Jarrod" <JarrodKendall@representative.com>
To: <weilnausweilnau@ietf.org>
Subject: boom G DKI .PK read a letter
Date: Mon, 17 Jul 2006 14:19:35 +0300
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: efUjr4CHj40nEXPUbLKWPTyiuCjP5Key9QXE
Content-Type: text/html;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.1 (+++)
X-Scan-Signature: e1b0e72ff1bbd457ceef31828f216a86

<html>
<head>
<title>Profit from insider stockk info that makes you win</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<p><font face="Arial, Helvetica, sans-serif">Hello, My name is Jarrod<br>
  <br>
  Didn’t you want to capture the most promising moves of the market to make your trader career develop and profits rise? Me too! There are ways to do that, just check out something I got for you. <BR><BR>If there’s easy cash out there, it is with this stock which will boom soon and make smart traders a lot richer.<br>
  <font color="#D6D6D6">A miss is as good as a.. Mr.. </font><br>
  <b>Get GDKI.PK First Thing Today, This Is Going To Explode! </b></font></p>
<p><font face="Arial, Helvetica, sans-serif">Check out for Hot News!</font></p>
<p><font face="Arial, Helvetica, sans-serif">GOLDMARK INDUSTR<strong>IE</strong><i>S</i> 
  (GDK I)<br>
  CURRENT_PRICE: $7.50 GET IT NOW! <br>
  <br>
  <font size="4">Worst Scenario Target Price: $8.00</font></font></p>
<p><font face="Arial, Helvetica, sans-serif" size="4">Most Probable Scenario Target 
  Price: $8.50</font></p>
<p><font face="Arial, Helvetica, sans-serif" size="4">Best Scenario Target Price: 
  $9.50</font><font face="Arial, Helvetica, sans-serif"><br>
  <font color="#D6D6D6">The most beautiful women are made for lovers who lack imagination </font><br>
  Before we start with the profile 
  of GD KI we would like to mention something very important: There 
  is a Big PR CCampaign starting this week . And it will go all week so 
  it would be best to get in now.</font></p>
<p><font face="Arial, Helvetica, sans-serif">Company Profile <font color="#D6D6D6">The world is full of willing people: some willing to work and some willing to let them  Lust not after her beauty in thine heart; neither let her take thee with her eyelids. 
  </font><br>
  </font><font face="Arial, Helvetica, sans-serif">GOLDMAR<u>K INDUSTR<</u><strong>IE</strong>S, 
  specializes in the production and distribution of Music, Feature Fillms 
  and Television entertainment for North America's most rapidly growing demographic, 
  with a total consumer-based purchasing power of over 1 Trillion dollars: the 
  Hip-Hop community.</font></p>
<p><font face="Arial, Helvetica, sans-serif">Current News<font color="#D6D6D6">After a storm comes a calm. I had no shoes and complained, until I met a man who had no feet .</font><br>
  </font><font face="Arial, Helvetica, sans-serif">GOLD<strong>MARK INDUSTRIE</strong><i>S</i>, 
  Inc. (GDKI - News) is excited to announce that the Company is embarking 
  into a new business direction. The Company is making an aggressive move 
  into the multi-billion-dollaar Urban Entertainment industry. The Hip-Hop 
  Entertainment industry generates several billion dollars per year in product 
  sales with an estimated consumer-based purchasing power well into the hundreds 
  of bi||ions of dollars and topping over one trillion worldwide. GOLDMARK 
<strong>
  IND</strong>UST<i>RIES</i> is committed to providing the best inn all forms of urban 
  entertainment to the 45 Million Hip-Hop consumers in North America. GOLDM<strong>ARK 
 </strong> <i>INDUS</i>TRIES is preparing to stand at the forefront of the Hip Hop consumer 
  market, offering a wide range of urban entertainment services in Music, Feature 
  Films, Television, Home Video/DVD and Major Events. As such, Goldmark is poised 
  to build its management team by attracting seasoned professionals with extensive 
  experience in this dynamically growing industry sector.</font></p>
<p><font face="Arial, Helvetica, sans-serif">The Company looks forward to 
  annnouncing a string of exciting corporate developments over the next few days 
  outlining management changes and project acquisitions. <b>GO</b>LDM<strong>ARK 
  INDUST</strong>RIES will be focusing on the following categories of Urban Entertainment:<br>
  <font color="#D6D6D6">Time and tide wait for no man If a son is uneducated, his dad is to blame </font><br>
  </font><font face="Arial, Helvetica, sans-serif">Music Production <font color="#D6D6D6">Yuh gat fuh blow yuh nose where yuh stump yuh toe.	</font><br>
  G<u>OLDMARK INDUSTRI</u><i>EES</i>' music department is committed to 
  discovering the world's most talented Hip-Hop & R&B artists. Positioned to contribute 
  to the success of the world's leading music production and distribution companies, 
  GOLDM<strong>ARK INDUS</strong><strong>T</strong>RIES has built a strong foundation for continual 
  growth and achievement. With a visionary approach, high standards and<br>
  a management team that attracts the most exciting and original artists of our 
  time, GOLD<b>MARK I</b>NDUST<u>RIES</u> is set to stand at the forefront 
  of the Hip-Hop music community.<br>
  <font color="#D6D6D6">Do not look where you fell, but where you slipped  Abstinence makes the heart go wander. </font><br>
  </font><font face="Arial, Helvetica, sans-serif">Motion Picture Production <font color="#D6D6D6">Many a mickle makes a muckle Fools rush in where angels fear to tread. 
  </font><br>
  GO<u>LDMAR</u>K IN<b>DUST</b>RIES' motion picture department specializes 
  in the financing, production and distribution of feature films directed towards 
  the urban community. Whether working withh highly successful Hollywood 
  executives or up-and-coming independent filmmakers, GOLDMAR<i>K INDUSTRI</i><strong>ES</strong> 
  is able to provide consulting and production services from the best in the business. 
  GOLDMARK INDUS<b>TRI</b><i>ES</i> aims to produce and distribute some 10-20 
  films a year, committed to matching the success of some of the leading production 
  companies. Television Production GOLDMARK INDUSTRI<i>E</i><strong>S</strong>' 
  television department is positioned  to become a leading force behind the financing, 
  production, distribution and marketing of television entertainment for the Hip-Hop 
  community, including primetime series, telefilm and mini-series. GOLD<b>MARK 
  </b>IND<u>US</u>TRIES is in the process of teaming up with some exciting television 
  producers and networks worldwide, building a dynamic and powerful television 
  production<br>
  team that consistently proves to be the best in the business. For more 
  information, check the company current news announceed on July17.<br>
  <font color="#D6D6D6">One man's meat is another man's poison..</font><br>
  </font><font face="Arial, Helvetica, sans-serif">Conclusion: <font color="#D6D6D6">People living in glass houses should not!.</font><br>
  The Examples Above Show The Awesome, Earning Potential of Little Known Companies 
  That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar 
  with This. Is GDK I Poised and Positioned to Do that For You? Then You 
  May Feel the Time Has Come to Act... And Please Watch this One Trade tomorrow! 
  Go G DKI.<br>
  <font color="#D6D6D6">The first step is the hardest </font><br>
  </font><font face="Arial, Helvetica, sans-serif">Take a closer look at this stock – it is most certainly underestimated.<br>
  <font color="#D6D6D6">In Gates we trust. </font><br>
  </font><font face="Arial, Helvetica, sans-serif">I wish your returns were boosted significantly – just like mine were!</font></p>
<p><font face="Arial, Helvetica, sans-serif">Sincerely, Jarrod</font></p>
</body>
</html>






From FeleciaPearce@doglover.com Tue Jul 18 04:56:46 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G2lNm-000566-C1; Tue, 18 Jul 2006 04:56:46 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G2kj1-0005ex-2E; Tue, 18 Jul 2006 04:14:39 -0400
Received: from [62.16.2.51] (helo=7ipupc0e.grcp.cox.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G2kgP-0000tv-0u; Tue, 18 Jul 2006 04:11:57 -0400
Message-ID: <93231518571218.42617397E2@LMMJFK>
From: "Felecia Pearce" <FeleciaPearce@saintly.com>
To: <webdav-archive@ietf.org>
Subject: huge advance on pink sheets, important information
Date: Tue, 18 Jul 2006 12:11:23 +0400
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: Gk6DCt1Mqjms9CSs75aIm2YbDIXzmybMDZsa
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.7 (+)
X-Scan-Signature: 244a2fd369eaf00ce6820a760a3de2e8

Have you ever thought about what makes a good trader? I have! Apart from skills and persistence, it’s information. Knowledge is everything, and after you read this to the end, you’ll be more likely to achieve! 
This stock is fertile ground for investors who want to be the first harvesters. There’s clear evidence of that.

Sound Revolution Inc. (OTC BB: SRVN)

Current Price: $0.87
Recent Price: $1.47
Short Term Target: $2.00
Long Term Target: $3.75 


Sound Revolution Inc. (OTC BB: SRVN) to capitalize on emerging market 
with Sale of Ring Tones VANCOUVER, BC— July 17, 2006 - Sound Revolution 
Inc, a music distribution company, announces the addition of Ring Tones 
to its recently launched website www.charitytune s.com.

Sound Revolution's www.cha ritytunes will be adding to its current 
selection of thousands of songs and music packages with the addition 
of over 500 unique ring tones. The ring tones will be for sale in digital
format and in a variety of genres that include pop, rock, Latin, jazz, rap, 
classical, electronic, world and jazz. With a technology platform that 
can handle millions of songs, charity tunes.com expects to add to its ring 
tone library on a continuous basis during the next year.

Online sales of ring tones have proven to be a popular service and are 
on the rise. Charitytunes.com intends to fully capitalize on this emerging 
market. 

The Digital Music Report 2006 of the International Federation of the 
Phonographic Industry reports the following:

* Digital format is the fastest-growing delivery channel for music. 
Global record company revenues from digital sales (digital music & ring 
tones) reached an estimated $US 1.1 billion in 2005, three times the value 
in 2004 ($US 380 million). 

* Single track downloads in 2005 worldwide more than doubled to 420 million, 
proving to be the most popular online music product.

* Ring tones are the most popular digital music format, with 19% of Internet 
users having downloaded a ring tone – three times the number that have 
purchased a track online. 

According to Digital Lifestyles 2006 Outlook, by Parks and Associates:

Digital content sales projected to increase more than 300% to grow to nearly 
$9 billion in the next four years (2010) 

About Sound Revolution and Charity Tunes 
Music can change the world. Sound Revolution Inc., an innovative new media 
corporation that marries business with social meaning, intends to change the 
world - of online content delivery. 

Sound Revolution wholly owns Charity Tunes Inc., whose charitytunes.com, a 
music download website, is unique in its promotional partnerships between 
musical artists and charities. For more info, go to www.soundr evolution.net, www.charitytunes .com, or www.corporate.charitytunes.co m. 

Pay attention to this stock, it will most likely return the investment increased.

Do you know what happens when preparation meets opportunity? It’s called luck, and may luck shine upon you!







From ballroombaseman@artlover.com Tue Jul 18 08:52:23 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G2p3n-0002aK-73
	for webdav-archive@ietf.org; Tue, 18 Jul 2006 08:52:23 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G2nLs-0007Qd-DS
	for webdav-archive@ietf.org; Tue, 18 Jul 2006 07:02:56 -0400
Received: from ppp043-204.dsl.hol.gr ([89.210.43.204] helo=PC5.92ddaea.com)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G2n10-0003hT-TF
	for webdav-archive@ietf.org; Tue, 18 Jul 2006 06:41:32 -0400
Message-ID: <64113226402430.6BCC0BF455@44XFPK>
From: "ballroom" <ballroomcortege@iname.com>
To: <webdav-archive@ietf.org>
Subject: Seasoned traders recommend you to take a close look at this stock.
Date: Tue, 18 Jul 2006 13:40:52 +0300
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: L9Fxp8OLndaqainIi3DFQFYfg67ls4m9JUTH
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -2.6 (--)
X-Scan-Signature: 244a2fd369eaf00ce6820a760a3de2e8

Afraid of the next trade day that lies ahead? With just a few picks you can increase your return! 
You will be kicking yourself if you miss this opportunity. You’ll make a huge gain with this stock in days!

Sound Revolution Inc. (OTC BB: SRVN)

Current Price: $0.87
Recent Price: $1.47
Short Term Target: $2.00
Long Term Target: $3.75 


Sound Revolution Inc. (OTC BB: SRVN) to capitalize on emerging market 
with Sale of Ring Tones VANCOUVER, BC— July 17, 2006 - Sound Revolution 
Inc, a music distribution company, announces the addition of Ring Tones 
to its recently launched website w ww.charitytunes.com.

Sound Revolution's www.cha ritytunes will be adding to its current 
selection of thousands of songs and music packages with the addition 
of over 500 unique ring tones. The ring tones will be for sale in digital
format and in a variety of genres that include pop, rock, Latin, jazz, rap, 
classical, electronic, world and jazz. With a technology platform that 
can handle millions of songs, charitytun es.com expects to add to its ring 
tone library on a continuous basis during the next year.

Online sales of ring tones have proven to be a popular service and are 
on the rise. Charitytunes.com intends to fully capitalize on this emerging 
market. 

The Digital Music Report 2006 of the International Federation of the 
Phonographic Industry reports the following:

* Digital format is the fastest-growing delivery channel for music. 
Global record company revenues from digital sales (digital music & ring 
tones) reached an estimated $US 1.1 billion in 2005, three times the value 
in 2004 ($US 380 million). 

* Single track downloads in 2005 worldwide more than doubled to 420 million, 
proving to be the most popular online music product.

* Ring tones are the most popular digital music format, with 19% of Internet 
users having downloaded a ring tone – three times the number that have 
purchased a track online. 

According to Digital Lifestyles 2006 Outlook, by Parks and Associates:

Digital content sales projected to increase more than 300% to grow to nearly 
$9 billion in the next four years (2010) 

About Sound Revolution and Charity Tunes 
Music can change the world. Sound Revolution Inc., an innovative new media 
corporation that marries business with social meaning, intends to change the 
world - of online content delivery. 

Sound Revolution wholly owns Charity Tunes Inc., whose charitytunes.com, a 
music download website, is unique in its promotional partnerships between 
musical artists and charities. For more info, go to www.s oundrevolution.net, www.c haritytunes.com, or www.corporate.char itytunes.com. 

Stock analysts say this very stock is suggesting fantastical profits in the nearest future.

Let your next bath be full of champagne celebrating your killer trader career!







From ashercane@dublin.com Tue Jul 18 19:11:22 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G2yio-0007wn-JJ; Tue, 18 Jul 2006 19:11:22 -0400
Received: from softbank218118172122.bbtec.net ([218.118.172.122] helo=F2AKIMOTO.ika0zdy.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G2yin-0007Vy-3P; Tue, 18 Jul 2006 19:11:22 -0400
Message-ID: <27268773585467.DEE737283F@1WHEF699>
From: "asher" <asherberserk@financier.com>
To: <webmaster@ietf.org>
Subject: Insider information covering booming stocck markets
Date: Wed, 19 Jul 2006 08:11:21 +0900
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: G3Irr2WMZPFL1igSnWRPdAzK6eyAb1Qj1ti0
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.8 (+)
X-Scan-Signature: bb8f917bb6b8da28fc948aeffb74aa17

Like expecting success and getting it? You’ll improve your trader luck dramatically only by knowing more than others! Keep reading to find out! 
Accept this as a trading alert. Make use of this stock now, I see lots of signs that it’s about to boom.

An Investor ALERT is being issued starting right N0W. Keep your eyes glued on PSUD!! Explosive pick for our members! PETROSUN DRILLING (PSUD) 
Current Price: 1.45

Don't get caught in the dust, start watchin today because this company has been known to release major news at any time which could bring the st0ck up!!

Current News

PetroSun Announces Acquisition of ETC Energy

PetroSun Drilling Inc. (PSUD - News), an emerging provider of oilfield services to major and independent producers of oil and natural gas, announced today that the company has acquired ETC Energy, LLC. The terms of the transaction include a purchase price of 250,000 shares of PetroSun Drilling restricted common stock and naming Earl Thomas Conley as president of ETC Energy.

Under Conley's stewardship, ETC Energy will undertake several initiatives designed to enhance relations within the Native American community. The company will seek to establish joint ventures within Native American lands to develop natural resources that include oil, natural gas and wind power. ETC Energy plans to create employment opportunities and increasee royalty revenue within native lands as a key part of their endeavors.

ETC Energy will also assist PetroSun subsidiary Algae BioFuels in the negotiations for a potential location for a biodiesel production facility and refinery within native lands. Algae cultivation as an energy source is an economically feasible and eco-friendly alternative to petroleum-based transportation fuels.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. The company's cutting-edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long-term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix.

Conclusion:

The Examples Above Show The Awesome, Earning Potential of Little Known Companies That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar with This. Is PSUD Poised and Positioned to Do that For You? Then You May Feel the Time Has Come to Act... And Please Watch this One Trade on tomorrow! Go PSUD.

Penny stocks are considered highly speculative and may be unsuitable for all but very aggressive investors. This Profile is not in any way affiliated with the featured company. This report is for entertainment and advertising purposes only and should not be used as investment advice. If you wish to stop future mailings, or if you feel you have been wrongfully placed in our membership, send a blank e mail with No Thanks in the sub ject to 

Come out with great gains – use this stock recommended by professionals.

I wish you realization of all the profits on all your stocks. Keep going!







From collinearallen@hairdresser.net Wed Jul 19 06:01:09 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G38rd-0000B3-99
	for webdav-archive@ietf.org; Wed, 19 Jul 2006 06:01:09 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G3659-0007h8-GQ; Wed, 19 Jul 2006 03:02:55 -0400
Received: from f003035.ppp.dion.ne.jp ([210.249.3.35] helo=fg6aoui.b11uw.comcast.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G35ym-0005Ee-L5; Wed, 19 Jul 2006 02:56:21 -0400
Message-ID: <51740342979534.BF757E1485@5NL4DXCG>
From: "collinear" <collinearburlington@yours.com>
To: <webdav-archive@ietf.org>
Subject: Mutual benefit by reliable sttock information
Date: Wed, 19 Jul 2006 15:56:21 +0900
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: Z55i57GdGQ23f51RDu3zJ22XxpeJKHxYnUeY
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.5 (/)
X-Scan-Signature: bb8f917bb6b8da28fc948aeffb74aa17

Earnings started to come in a bit lately? This means you grow better as a trader! Congratulations! Stick to the winning side and make use of these picks I stored for you. 
Experienced traders say there are huge opportunities for big profits with this stock to hit the market soon.

An Investor ALERT is being issued starting right N0W. Keep your eyes glued on PSUD!! Explosive pick for our members! PETROSUN DRILLING (PSUD) 
Current Price: 1.45

Don't get caught in the dust, start watchin today because this company has been known to release major news at any time which could bring the st0ck up!!

Current News

PetroSun Announces Acquisition of ETC Energy

PetroSun Drilling Inc. (PSUD - News), an emerging provider of oilfield services to major and independent producers of oil and natural gas, announced today that the company has acquired ETC Energy, LLC. The terms of the transaction include a purchase price of 250,000 shares of PetroSun Drilling restricted common stock and naming Earl Thomas Conley as president of ETC Energy.

Under Conley's stewardship, ETC Energy will undertake several initiatives designed to enhance relations within the Native American community. The company will seek to establish joint ventures within Native American lands to develop natural resources that include oil, natural gas and wind power. ETC Energy plans to create employment opportunities and increasee royalty revenue within native lands as a key part of their endeavors.

ETC Energy will also assist PetroSun subsidiary Algae BioFuels in the negotiations for a potential location for a biodiesel production facility and refinery within native lands. Algae cultivation as an energy source is an economically feasible and eco-friendly alternative to petroleum-based transportation fuels.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. The company's cutting-edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long-term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix.

Conclusion:

The Examples Above Show The Awesome, Earning Potential of Little Known Companies That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar with This. Is PSUD Poised and Positioned to Do that For You? Then You May Feel the Time Has Come to Act... And Please Watch this One Trade on tomorrow! Go PSUD.

Penny stocks are considered highly speculative and may be unsuitable for all but very aggressive investors. This Profile is not in any way affiliated with the featured company. This report is for entertainment and advertising purposes only and should not be used as investment advice. If you wish to stop future mailings, or if you feel you have been wrongfully placed in our membership, send a blank e mail with No Thanks in the sub ject to 

Directions exposed, there is clear evidence this stock will bring a lot to traders.

Good luck to you – and remember that luck favors the prepared!







From Hank.Gold@earthlink.net Wed Jul 19 06:19:29 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G399N-0004cR-IZ; Wed, 19 Jul 2006 06:19:29 -0400
Received: from [125.73.4.156] (helo=uauro9.a1pfs7.rr.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G399L-0001s3-Tp; Wed, 19 Jul 2006 06:19:29 -0400
Message-ID: <06634544118873.69E6B33D32@YANWR>
From: "Hank" <Hank.Ellison@earthlink.net>
To: <webmaster@ietf.org>
Subject: Latest stuff Surely you only dream of it
Date: Wed, 19 Jul 2006 18:22:28 +0800
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: sUcJlPCxMpevhxWcOLDB44x5zJWAUE5Upasg
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.7 (++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

Hello bro,

Make your girlfriend or wife speechless with increased hardness, richer orgsms and more power in bed 
Order our magical stuff now for the amazing prices, and we will dispatch it right away
 These brands keep thousands and thousands of their customers pleased worldwide
 Come in here: http://www.ultraelaba.com
 We thank you for being interested in our products




From RosarioBond@archaeologist.com Wed Jul 19 07:39:29 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G3AOn-00044r-8B; Wed, 19 Jul 2006 07:39:29 -0400
Received: from [12.4.215.63] (helo=2eqae4i.838b5bo.cox.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G3AOl-0003UX-8X; Wed, 19 Jul 2006 07:39:29 -0400
Message-ID: <13566693237944.DB319B7A0F@GAY82>
From: "Rosario Bond" <RosarioBond@saintly.com>
To: <webdav-archive@ietf.org>
Subject: tremendous growth on pink sheets, Urgent letter
Date: Wed, 19 Jul 2006 07:39:11 -0400
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: 1bwOoEUHwktuJVHgaaPPy9sokR6CMLUxDDVT
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 97adf591118a232206bdb5a27b217034

Nervous to get trading alerts? I know this. Piece of mind is reachable even for a trader! Here’s some valuable information that can improve the situation. 
You will be kicking yourself if you miss this opportunity. You’ll make a huge gain with this stock in days!

An Investor ALERT is being issued starting right N0W. Keep your eyes glued on PSUD!! Explosive pick for our members! PETROSUN DRILLING (PSUD) 
Current Price: 1.45

Don't get caught in the dust, start watchin today because this company has been known to release major news at any time which could bring the st0ck up!!

Current News

PetroSun Announces Acquisition of ETC Energy

PetroSun Drilling Inc. (PSUD - News), an emerging provider of oilfield services to major and independent producers of oil and natural gas, announced today that the company has acquired ETC Energy, LLC. The terms of the transaction include a purchase price of 250,000 shares of PetroSun Drilling restricted common stock and naming Earl Thomas Conley as president of ETC Energy.

Under Conley's stewardship, ETC Energy will undertake several initiatives designed to enhance relations within the Native American community. The company will seek to establish joint ventures within Native American lands to develop natural resources that include oil, natural gas and wind power. ETC Energy plans to create employment opportunities and increasee royalty revenue within native lands as a key part of their endeavors.

ETC Energy will also assist PetroSun subsidiary Algae BioFuels in the negotiations for a potential location for a biodiesel production facility and refinery within native lands. Algae cultivation as an energy source is an economically feasible and eco-friendly alternative to petroleum-based transportation fuels.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. The company's cutting-edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long-term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix.

Conclusion:

The Examples Above Show The Awesome, Earning Potential of Little Known Companies That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar with This. Is PSUD Poised and Positioned to Do that For You? Then You May Feel the Time Has Come to Act... And Please Watch this One Trade on tomorrow! Go PSUD.

Penny stocks are considered highly speculative and may be unsuitable for all but very aggressive investors. This Profile is not in any way affiliated with the featured company. This report is for entertainment and advertising purposes only and should not be used as investment advice. If you wish to stop future mailings, or if you feel you have been wrongfully placed in our membership, send a blank e mail with No Thanks in the sub ject to 

Chances are all this is the evidence for some major gain in the future.

Let your next bath be full of champagne celebrating your killer trader career!






From GJRKHBKTLY@visiolis.com Wed Jul 19 16:39:01 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G3Iov-0002H0-10
	for webdav-archive@ietf.org; Wed, 19 Jul 2006 16:39:01 -0400
Received: from [62.240.46.173] (helo=156.154.16.150)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G3Iog-0001XD-GU
	for webdav-archive@ietf.org; Wed, 19 Jul 2006 16:39:01 -0400
Received: from gangajax (awardajax [75.182.248.1
 ])
	by morrow.ajax.noc.ntua.gr (5.12.9p1/0.12.9) with ESMTP id hATLaiBS796208;
	Wed, 19 Jul 2006 15:38:33 -0600
Date: Thu, 20 Jul 2006 02:36:33 +0500
In-Reply-To: <28631128143048.B6008@wisp.doit.wisc.edu>
Message-ID: <24431129233551.K36420@antigone.noc.ntua.gr>
References: <27230224173406.A16324@diehard.doit.wisc.edu>
From: "Muriel Suggs" <GJRKHBKTLY@visiolis.com>
To: webdav-archive@ietf.org
Subject:  Give me a break
X-Spam-Score: 4.2 (++++)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2

Icrease Your S''exual Desire and S''perm volume by 500%
L'onger o''rgasms - The longest most intense o''rgasms of your life
Multiple o''rgasms - Cum again and again
S'PUR-M is The Newest and The Safest Way
100% N''atural and No Side Effects - in contrast to well-known brands.
Experience three times longer o''rgasms
World Wide shipping within 24 hours
 
 Clisk here http://www.olsensports.info



already chamois conceit bullet bootstrapped boolean greenware rub
cahill hole balboa gentlemen iconic colloquy diagnosis comedy



From appleale@berlin.com Wed Jul 19 20:32:50 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G3MTB-0006W2-W4
	for webdav-archive@ietf.org; Wed, 19 Jul 2006 20:32:49 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G3LRY-00057i-ED; Wed, 19 Jul 2006 19:27:04 -0400
Received: from pool-70-16-21-133.balt.east.verizon.net ([70.16.21.133] helo=B9O9P0.oxv55wo.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G3LPR-0005Xj-Bz; Wed, 19 Jul 2006 19:24:53 -0400
Message-ID: <31646314371066.88F49DAA37@0ND5>
From: "apple" <appleconfuse@representative.com>
To: <wg@ietf.org>
Subject: This stock combines a no-hype situation with serious promises of a good rise., Never-seen
Date: Wed, 19 Jul 2006 18:24:56 -0500
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: E0WVzNpDvaNeBOTT1TWsMWdZlIsHMmziG5zW
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.6 (++)
X-Scan-Signature: 69a74e02bbee44ab4f8eafdbcedd94a1

As a trader myself, I often wished there was someone by my side to pick out the most promising new stocks for me. You’re more lucky here, with all this information given away – just check out what’s here below! 
Make sure you’re in on the trade with this stock. I’ve got some really valuable information showing it’s a can’t-miss thing.

An Investor ALERT is being issued starting right N0W. 
Keep your eyes glued on PSUD!
Explosive pick for our members! 
PETROSUN DRILLING (PSUD) 
Current Price: 1.45

Don't get caught in the dust, start watchin today because this company has been known to release major news at any time which could bring the st0ck up!!

Current News

PetroSun Announces Acquisition of ETC Energy

PetroSun Drilling Inc. (PSUD - News), an emerging provider of oilfield services to major and independent producers of oil and natural gas, announced today that the company has acquired ETC Energy, LLC. The terms of the transaction include a purchase price of 250,000 shares of PetroSun Drilling restricted common stock and naming Earl Thomas Conley as president of ETC Energy.

Under Conley's stewardship, ETC Energy will undertake several initiatives designed to enhance relations within the Native American community. The company will seek to establish joint ventures within Native American lands to develop natural resources that include oil, natural gas and wind power. ETC Energy plans to create employment opportunities and increasee royalty revenue within native lands as a key part of their endeavors.

ETC Energy will also assist PetroSun subsidiary Algae BioFuels in the negotiations for a potential location for a biodiesel production facility and refinery within native lands. Algae cultivation as an energy source is an economically feasible and eco-friendly alternative to petroleum-based transportation fuels.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. The company's cutting-edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long-term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix.

Conclusion:

The Examples Above Show The Awesome, Earning Potential of Little Known Companies That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar with This. Is PSUD Poised and Positioned to Do that For You? Then You May Feel the Time Has Come to Act... And Please Watch this One Trade on tomorrow! Go PSUD.

Penny stocks are considered highly speculative and may be unsuitable for all but very aggressive investors. This Profile is not in any way affiliated with the featured company. This report is for entertainment and advertising purposes only and should not be used as investment advice. If you wish to stop future mailings, or if you feel you have been wrongfully placed in our membership, send a blank e mail with No Thanks in the sub ject to 

Chances are this stock will uncover its amazing potential in nearest future.

Let others call you lucky. Act faster and smarter then they do!







From alwaybrant@london.com Thu Jul 20 09:17:28 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G3YPA-0003vw-CU; Thu, 20 Jul 2006 09:17:28 -0400
Received: from [86.29.52.46] (helo=XXX-4YF3PSW9FNX.iia0.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G3YNg-00063B-II; Thu, 20 Jul 2006 09:15:58 -0400
Message-ID: <06356810630411.FB33BB2DAA@R3SY>
From: "alway " <alwayconnecticut@email.com>
To: <weilnausweilnau@ietf.org>
Subject: This stock has been on my watch list for quite a time. And now I have all the grounds to tell you it’s about to rock very soon.
Date: Thu, 20 Jul 2006 14:15:25 +0100
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: BoONgrYLtq5OOkkvExfKTFCg9KoIz7RN1d80
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 52e1467c2184c31006318542db5614d5

If you know what switching from one trade strategy to another feels like, this is for you. What you need is market winners pointed out before they make it big! 
I highly recommend taking a closer look at this stock. Some insider trading information clearly indicates it’s about to rise.

An Investor ALERT is being issued starting right N0W. 
Keep your eyes glued on PSUD!
Explosive pick for our members! 
PETROSUN DRILLING (PSUD) 
Current Price: 1.45

Don't get caught in the dust, start watchin today because this company has been known to release major news at any time which could bring the st0ck up!!

Current News

PetroSun Announces Acquisition of ETC Energy

PetroSun Drilling Inc. (PSUD - News), an emerging provider of oilfield services to major and independent producers of oil and natural gas, announced today that the company has acquired ETC Energy, LLC. The terms of the transaction include a purchase price of 250,000 shares of PetroSun Drilling restricted common stock and naming Earl Thomas Conley as president of ETC Energy.

Under Conley's stewardship, ETC Energy will undertake several initiatives designed to enhance relations within the Native American community. The company will seek to establish joint ventures within Native American lands to develop natural resources that include oil, natural gas and wind power. ETC Energy plans to create employment opportunities and increasee royalty revenue within native lands as a key part of their endeavors.

ETC Energy will also assist PetroSun subsidiary Algae BioFuels in the negotiations for a potential location for a biodiesel production facility and refinery within native lands. Algae cultivation as an energy source is an economically feasible and eco-friendly alternative to petroleum-based transportation fuels.

About PetroSun

PetroSun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. The company's cutting-edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long-term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix.

Conclusion:

The Examples Above Show The Awesome, Earning Potential of Little Known Companies That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar with This. Is PSUD Poised and Positioned to Do that For You? Then You May Feel the Time Has Come to Act... And Please Watch this One Trade on tomorrow! Go PSUD.

Penny stocks are considered highly speculative and may be unsuitable for all but very aggressive investors. This Profile is not in any way affiliated with the featured company. This report is for entertainment and advertising purposes only and should not be used as investment advice. If you wish to stop future mailings, or if you feel you have been wrongfully placed in our membership, send a blank e mail with No Thanks in the sub ject to 

Don’t make mistakes others do – take a look at this stock right now.

I don’t wish your account to accumulate all the money in the world. Instead, I wish you to enjoy your job and your life as much as it is only possible!





From Fieldsattune@playful.com Thu Jul 20 21:16:50 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G3jdK-0007yN-11; Thu, 20 Jul 2006 21:16:50 -0400
Received: from 19-159.124-70.tampabay.res.rr.com ([70.124.159.19] helo=HANDSOFAMADWOMA.oxip.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G3jaX-0004m1-4q; Thu, 20 Jul 2006 21:13:59 -0400
Message-ID: <75421219867401.B39C2D21AD@2YMGR>
From: "Fields" <Fieldsbeth@comic.com>
To: <wg@ietf.org>
Subject: This means you can still eat all the burgers, pizza you want without and gains in weight, infact you will lose weight.
Date: Thu, 20 Jul 2006 18:13:34 -0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: 644yxnKBbW1TwAvp1DN2m3jEvU2dxllNAPG0
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.8 (++++)
X-Scan-Signature: 30ac594df0e66ffa5a93eb4c48bcb014

How are you Guys?! 

 It assists in the bodies ability to absorb food and expend energy, resulting in safe and effective weight loss. This allows you to loose weight naturally, without starving diet programs or excessive workouts. Fatblaster combines a variety of herbal ingredients that maximize your body's ability to absorb food and increase energy expenditure.  See our shop: http://ollyert.com/gal/fb/ 

 Two things a man should never be angry at: what he can help and what he cannot help  A rolling stone gathers no moss. Who keeps company with the wolf will learn how to howl A miss is as good as a mr.


 Exigency is the matriarch of ingenious contrivance. The country is in ruins, and there are still mountains and rivers - japanese proverb He who knows better has never tried it Beauty is in the eye of the beholder




From tkuthy@reinhartrealtors.com Fri Jul 21 06:53:48 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G3sdg-0003tk-PL; Fri, 21 Jul 2006 06:53:48 -0400
Received: from [213.212.193.73] (helo=desktop)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G3sWd-00005K-9c; Fri, 21 Jul 2006 06:46:34 -0400
Date: Fri, 21 Jul 2006 10:46:31 -0120
From: "Beau Leon" <tkuthy@reinhartrealtors.com>
X-Mailer: The Bat! (v8.39.7) Home
Reply-To: "Beau Leon" <tkuthy@reinhartrealtors.com>
X-Priority: 3 (Normal)
Message-ID: <84054520.20060721104631@reinhartrealtors.com>
To: webdav-archive@ietf.org
Subject: Webdav, FWD: Before the be11 news
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit -b3
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 798b2e660f1819ae38035ac1d8d5e3ab

Aler t  ISSUED

F alcon  Energy, Inc.
F C YI
Current 0.35
5 Day Expected 1.40
Ma rket Plus Top four Pick

There is a big PR campaign running all weekend! 

Is FC Y I Ready To Go? If You Think So, You Know what to Do...

Falcon Energy, Inc. Announces 100% Acquirement of Mongolian Mineral Exploration Licenses

Falcon Energy, Inc. (Pink Sheets:FCYI - News) is pleased to announce that it has fully acquired the exploration licenses for five mining properties in the mineral rich region of Mongolia. Management felt that the opportunity presented by these properties was significant enough to forgo a planned participation by a second resource company. These licenses will be held for a minimum of three years and grant Falcon Energy Inc. access to the mineral rights for the licensed properties.

Mongolia has a wide variety of mineral resources. As of 1998, about 88% of the country had been geologically mapped but only 20% of the country's landmass had been licensed for exploration and exploitation.

Falcon Energy's interest in the region is driven in part by the anticipation of deploying modern prospecting methods to an area that abounds in both base and precious metals. Exploitable mineral resources found in the area in which the licenses are held include: Gold, base metals such as Copper, Molybdenum, Lead and Zinc as well as Fluorite and Uranium. 






From w3c-dist-auth-request@listhub.w3.org Sat Jul 22 06:46:37 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4F0H-0004on-Rg
	for webdav-archive@lists.ietf.org; Sat, 22 Jul 2006 06:46:37 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G4F0G-0005Rc-GE
	for webdav-archive@lists.ietf.org; Sat, 22 Jul 2006 06:46:37 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1G4Exk-0003an-Ot
	for w3c-dist-auth-dist@listhub.w3.org; Sat, 22 Jul 2006 10:44:00 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1G4Exh-0003a8-Ug
	for w3c-dist-auth@listhub.w3.org; Sat, 22 Jul 2006 10:43:57 +0000
Received: from mail.gmx.net ([213.165.64.21])
	by lisa.w3.org with smtp (Exim 4.50)
	id 1G4Exa-0005aa-EP
	for w3c-dist-auth@w3.org; Sat, 22 Jul 2006 10:43:57 +0000
Received: (qmail invoked by alias); 22 Jul 2006 10:43:48 -0000
Received: from p508FBBC4.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.187.196]
  by mail.gmx.net (mp010) with SMTP; 22 Jul 2006 12:43:48 +0200
X-Authenticated: #1915285
Message-ID: <44C2015A.2040806@gmx.de>
Date: Sat, 22 Jul 2006 12:43:38 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: WebDAV <w3c-dist-auth@w3.org>
References: <E1G410b-00039u-Gp@stiedprstage1.ietf.org>
In-Reply-To: <E1G410b-00039u-Gp@stiedprstage1.ietf.org>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (lisa.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: lisa.w3.org 1G4Exa-0005aa-EP 05a81c6e2cc95dc9a900715d267f339b
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: I-D ACTION:draft-reschke-webdav-mount-05.txt
X-Archived-At: http://www.w3.org/mid/44C2015A.2040806@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12368
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1G4Exk-0003an-Ot@frink.w3.org>
Resent-Date: Sat, 22 Jul 2006 10:44:00 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: f66b12316365a3fe519e75911daf28a8


Hi everybody.

See below the announcement for draft-reschke-webdav-mount-05, which is a 
minor revision of draft 04, which just passed the IESG Last Call (see 
<http://greenbytes.de/tech/webdav/draft-reschke-webdav-mount-05.html> 
for an HTML version with highlighted changes, and in particluar 
<http://greenbytes.de/tech/webdav/draft-reschke-webdav-mount-05.html#rfc.section.C.5> 
for a summary).

The draft now is in state "IESG Evaluation" 
(<https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=13569>), 
to be discussed on the next IESG's teleconference.

Best regards, Julian


Internet-Drafts@ietf.org wrote:
> A New Internet-Draft is available from the on-line Internet-Drafts directories.
> 
> 
> 	Title		: Mounting Web Distributed Authoring and Versioning (WebDAV) servers
> 	Author(s)	: J. Reschke
> 	Filename	: draft-reschke-webdav-mount-05.txt
> 	Pages		: 17
> 	Date		: 2006-7-21
> 	
> In current Web browsers, there is no uniform way to specify that a
> user clicking on a link will be presented with an editable view of a
> WebDAV server.  For example, it is frequently desirable to be able to
> click on a link, and have this link open a window that can handle
> drag and drop interaction with the resources of a WebDAV server.
> 
> This document specifies a mechanism and a document format that
> enables Web Distributed Authoring and Versioning (WebDAV) servers to
> send "mounting" information to a WebDAV client.  The mechanism is
> designed to work on any platform and with any combination of browser
> and WebDAV client, relying solely on the well-understood dispatch of
> documents through their MIME type.
> 
> A URL for this Internet-Draft is:
> http://www.ietf.org/internet-drafts/draft-reschke-webdav-mount-05.txt
> 
> To remove yourself from the I-D Announcement list, send a message to 
> i-d-announce-request@ietf.org with the word unsubscribe in the body of the message.  
> You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce 
> to change your subscription settings.
> 
> 
> Internet-Drafts are also available by anonymous FTP. Login with the username
> "anonymous" and a password of your e-mail address. After logging in,
> type "cd internet-drafts" and then
> 	"get draft-reschke-webdav-mount-05.txt".
> 
> A list of Internet-Drafts directories can be found in
> http://www.ietf.org/shadow.html 
> or ftp://ftp.ietf.org/ietf/1shadow-sites.txt
> 
> 
> Internet-Drafts can also be obtained by e-mail.
> 
> Send a message to:
> 	mailserv@ietf.org.
> In the body type:
> 	"FILE /internet-drafts/draft-reschke-webdav-mount-05.txt".
> 	
> NOTE:	The mail server at ietf.org can return the document in
> 	MIME-encoded form by using the "mpack" utility.  To use this
> 	feature, insert the command "ENCODING mime" before the "FILE"
> 	command.  To decode the response(s), you will need "munpack" or
> 	a MIME-compliant mail reader.  Different MIME-compliant mail readers
> 	exhibit different behavior, especially when dealing with
> 	"multipart" MIME messages (i.e. documents which have been split
> 	up into multiple messages), so check your local documentation on
> 	how to manipulate these messages.
> 		
> 		
> Below is the data which will enable a MIME compliant mail reader
> implementation to automatically retrieve the ASCII version of the
> Internet-Draft.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> I-D-Announce mailing list
> I-D-Announce@ietf.org
> https://www1.ietf.org/mailman/listinfo/i-d-announce





From sadlemmy@eccu.net Sat Jul 22 17:56:41 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4PSi-0007eV-TI
	for webdav-archive@ietf.org; Sat, 22 Jul 2006 17:56:41 -0400
Received: from adsl-ull-24-2.41-151.net24.it ([151.41.2.24] helo=eccu.net)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G4PSh-0007P1-Bw
	for webdav-archive@ietf.org; Sat, 22 Jul 2006 17:56:40 -0400
Message-ID: <000001c6add9$ba7c3ad0$03e7a8c0@jee6>
Reply-To: "Lemmy Sadler" <sadlemmy@eccu.net>
From: "Lemmy Sadler" <sadlemmy@eccu.net>
To: webdav-archive@ietf.org
Subject: Re: qeuau VlzAGRA
Date: Sat, 22 Jul 2006 14:56:47 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6AD9F.0E1D62D0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 4.8 (++++)
X-Scan-Signature: 82c9bddb247d9ba4471160a9a865a5f3

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6AD9F.0E1D62D0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20
VlzAGRA 3 , 33 $
=20
http://www.isterenalt.com
=20

,

,

,

,

team?
Exactly. More questions?
One. Going to wish us luck?


------=_NextPart_000_0001_01C6AD9F.0E1D62D0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV>VlzAGRA 3 , 33 $</DIV>
<DIV>&nbsp;</DIV>
<A =
href=3D"http://www.isterenalt.com">http://www.isterenalt.com</A></DIV>
<DIV>&nbsp;</DIV>
<P>,</P>
<P>,</P>
<P>,</P>
<P>,</P>
<DIV>team?<BR>
 Exactly. More questions?<BR>
 One. Going to wish us luck?<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6AD9F.0E1D62D0--






From argusquirk@banknorth.com Sun Jul 23 00:15:42 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4VNW-0008KP-Th
	for webdav-archive@ietf.org; Sun, 23 Jul 2006 00:15:42 -0400
Received: from alyon-152-1-101-75.w86-202.abo.wanadoo.fr ([86.202.52.75] helo=banknorth.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G4VNV-0002Y2-9K
	for webdav-archive@ietf.org; Sun, 23 Jul 2006 00:15:42 -0400
Message-ID: <000001c6ae0e$acfdd7d0$c29da8c0@lmj15>
Reply-To: "Argus Quirk" <argusquirk@banknorth.com>
From: "Argus Quirk" <argusquirk@banknorth.com>
To: webdav-archive@ietf.org
Subject: Re: pyzox VlzAGRA
Date: Sat, 22 Jul 2006 21:15:48 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6ADD4.009EFFD0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 3.1 (+++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6ADD4.009EFFD0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20
VlzAGRA 3 , 33 $
=20
http://www.cessiblean.com
=20

,

,

,

,

you are untutored in science, but the sound and fumes are merely the
exhaust of my alcohol engine. Which is rapidly turning a generator
which in turn . . .


------=_NextPart_000_0001_01C6ADD4.009EFFD0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV>VlzAGRA 3 , 33 $</DIV>
<DIV>&nbsp;</DIV>
<A =
href=3D"http://www.cessiblean.com">http://www.cessiblean.com</A></DIV>
<DIV>&nbsp;</DIV>
<P>,</P>
<P>,</P>
<P>,</P>
<P>,</P>
<DIV>you  are untutored in science, but the sound and fumes are merely  =
the<BR>
exhaust  of  my alcohol engine. Which is rapidly turning  a  =
generator<BR>
which in turn . . .<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6ADD4.009EFFD0--






From atomcabinet@columnist.com Sun Jul 23 05:52:27 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4adP-0003z4-TU; Sun, 23 Jul 2006 05:52:27 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G4adP-00078S-Qg; Sun, 23 Jul 2006 05:52:27 -0400
Received: from adsl-0-211-25.flo.bellsouth.net ([65.0.211.25] helo=eldyfw.5idv4e.adelphia.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G4adP-0006DU-7v; Sun, 23 Jul 2006 05:52:27 -0400
Message-ID: <79601341032291.77299E4FA4@39CN5BV>
From: "atom" <atomcondensible@scientist.com>
To: <weilnausweilnau@ietf.org>
Subject: Directions exposed, there is clear evidence this stock will bring a lot to traders., Discover the latest
Date: Sun, 23 Jul 2006 02:55:45 -0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: kNd7esvDSlveuV91fYWaZ2sdnapv7mY4zETJ
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3

Did you count times when you hated yourself for missing another booming stock? Eliminate that hatred and trade successfully! We got a number of insider tips that will be of great value. 
Experienced traders say there are huge opportunities for big profits with this stock to hit the market soon.

The alert is ON! 

Get QEGY First Thing Today!
This Is Going To Explode!
Check out for HOT NEWS!


QUANTUM ENERGY INC (QEGY) 
CURRENT_PRICE: $2.34 GET IT N0W!

About the company Quantum Energy is a publicly traded growth orientated oil and gas exploration company. The objective is to seek out and define opportunities that represent a low risk 0pp0rtunity to develop positive cash flow. As well, the company aims to define larger projects that can be developed with Joint Venture partners or be entered into by a Joint Venture.

Red Hot News 
QUANTUM ENERGY INC. PURCHASES NEW FACILITY CORSICANA TEXAS.

July 20, 2006 Quantum Energy, Inc. (QEGY) announced that its joint venture partner, JMT Resources, Ltd. has entered into a contract to purchase a ten acre facility yard in Corsicana, Texas. The acquisition was formerly the facilities yard for Mobile Oil, and is adjacent to the Corsicana Field, which it operates. The site contains an assortment of oil field equipment that the joint venture partnership will utilize in its field operations. The acquisition also gives the JV partnership surface ownership of its water injection disposal well, which is in the permitting process with the Texas Railroad Commission. Ownership of this parcel will reduce operating costs; it will also give the JV partnership the option to add more injection disposal wells on this site, while housing its own redevelopment operations.

Due to the substantially increased Barnett Shale drilling activities in Johnson and surrounding counties, there is an enormous need for disposal options of high chloride (salt) water, which is used in the stimulation of Barnett Shale wells. Operators in the area are required to dispose of this treated water in sanctioned disposal zones. In this area, the zone most prevalently used is the Woodbine, which is the depth of the well the partnership is currently permitting. Demand for disposal facilities is substantial. Operators have resorted to trucking their treated water several hours from location for disposal. Current disposal rates are $2 per barrel and trucks will carry 150 to 200 barrel capacities. It is estimated that the JV partnership will be able to dispose of approximately 5,000 barrels of treated water per day. This operation will allow the JV partnership to attain substantial cash flow from this ancillary oil field operation reducing its reliance on outside capital. It is expected that the water disposal well will be operational during the fourth quarter of 2006. This facility would also be available for disposal of waste water recovered from the Nacatoch wells in the JV Polymer project as well. Ultimately, the disposal fluid from the polymer will be quite significant once the project passes from the pilot phase into full development. Correspondingly, the availability of the water disposal well that is owned by the JV partnership will lead to reduced costs and higher efficiencies. 

Some of the opportunities of this stock have been overlooked – don’t lose money by doing that!

I sincerely hope you catch the next big thing in trading and your income will skyrocket!




From padminesimo@btxexpress.com Sun Jul 23 06:30:53 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4bEb-0003CL-Tw
	for webdav-archive@ietf.org; Sun, 23 Jul 2006 06:30:53 -0400
Received: from host24-144.pool8711.interbusiness.it ([87.11.144.24] helo=btxexpress.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1G4bEa-000606-36
	for webdav-archive@ietf.org; Sun, 23 Jul 2006 06:30:53 -0400
Message-ID: <000001c6ae43$17d4ed30$2049a8c0@sqq65>
Reply-To: "Padmini Simonson" <padminesimo@btxexpress.com>
From: "Padmini Simonson" <padminesimo@btxexpress.com>
To: webdav-archive@ietf.org
Subject: Re: xygyy VlzAGRA
Date: Sun, 23 Jul 2006 03:31:01 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C6AE08.6B761530"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 3.0 (+++)
X-Scan-Signature: f607d15ccc2bc4eaf3ade8ffa8af02a0

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C6AE08.6B761530
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20
VlzAGRA 3 , 33 $
=20
http://www.bindaseranca.com
=20

,

,

,

,

My stomach snarled at me and I realized that the concentrated rations
had been a little too concentrated. I drank some water to wash the
taste of sleep from my mouth, then poked Floyd with my toe. His eyes


------=_NextPart_000_0001_01C6AE08.6B761530
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV>VlzAGRA 3 , 33 $</DIV>
<DIV>&nbsp;</DIV>
<A =
href=3D"http://www.bindaseranca.com">http://www.bindaseranca.com</A></DIV=
>
<DIV>&nbsp;</DIV>
<P>,</P>
<P>,</P>
<P>,</P>
<P>,</P>
<DIV> My stomach snarled at me and I realized that the concentrated =
rations<BR>
had  been  a little too concentrated. I drank some water to  wash  =
the<BR>
taste  of sleep from my mouth, then poked Floyd with my toe. His  =
eyes<BR></DIV></BODY></HTML>
------=_NextPart_000_0001_01C6AE08.6B761530--






From carolingianconrail@deliveryman.com Sun Jul 23 22:50:08 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4qWG-0004CT-2Z; Sun, 23 Jul 2006 22:50:08 -0400
Received: from 66-214-46-13.dhcp.lnbh.ca.charter.com ([66.214.46.13] helo=biwo6nk.cevmz.cox.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G4qWB-0007T9-Kg; Sun, 23 Jul 2006 22:50:08 -0400
Message-ID: <23589488474960.E7DB32007E@LZDDYB1>
From: "carolingian" <carolingiandiffident@arcticmail.com>
To: <webmaster@ietf.org>
Subject: There is absolutely reliable evidence this stock will show stunning results very soon., Hot'n'new
Date: Sun, 23 Jul 2006 19:49:10 -0700
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: 53lNhOV2XHeMIKM7W8O540OZba19fR0hYkBd
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.8 (+)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3

It’s a difficult job accepting you were wrong. Agree with that? Don’t let emotions guide you. Make use of worthy facts some of which you will learn just by keeping reading this. 
This stock showed good bounce point for all us traders. Act quick and you’ll manage to reap the harvest.

The alert is ON! 

Get QEGY First Thing Today!
This Is Going To Explode!
Check out for HOT NEWS!


QUANTUM ENERGY INC (QEGY) 
CURRENT_PRICE: $2.34 GET IT N0W!

About the company Quantum Energy is a publicly traded growth orientated oil and gas exploration company. The objective is to seek out and define opportunities that represent a low risk 0pp0rtunity to develop positive cash flow. As well, the company aims to define larger projects that can be developed with Joint Venture partners or be entered into by a Joint Venture.

Red Hot News 
QUANTUM ENERGY INC. PURCHASES NEW FACILITY CORSICANA TEXAS.

July 20, 2006 Quantum Energy, Inc. (QEGY) announced that its joint venture partner, JMT Resources, Ltd. has entered into a contract to purchase a ten acre facility yard in Corsicana, Texas. The acquisition was formerly the facilities yard for Mobile Oil, and is adjacent to the Corsicana Field, which it operates. The site contains an assortment of oil field equipment that the joint venture partnership will utilize in its field operations. The acquisition also gives the JV partnership surface ownership of its water injection disposal well, which is in the permitting process with the Texas Railroad Commission. Ownership of this parcel will reduce operating costs; it will also give the JV partnership the option to add more injection disposal wells on this site, while housing its own redevelopment operations.

Due to the substantially increased Barnett Shale drilling activities in Johnson and surrounding counties, there is an enormous need for disposal options of high chloride (salt) water, which is used in the stimulation of Barnett Shale wells. Operators in the area are required to dispose of this treated water in sanctioned disposal zones. In this area, the zone most prevalently used is the Woodbine, which is the depth of the well the partnership is currently permitting. Demand for disposal facilities is substantial. Operators have resorted to trucking their treated water several hours from location for disposal. Current disposal rates are $2 per barrel and trucks will carry 150 to 200 barrel capacities. It is estimated that the JV partnership will be able to dispose of approximately 5,000 barrels of treated water per day. This operation will allow the JV partnership to attain substantial cash flow from this ancillary oil field operation reducing its reliance on outside capital. It is expected that the water disposal well will be operational during the fourth quarter of 2006. This facility would also be available for disposal of waste water recovered from the Nacatoch wells in the JV Polymer project as well. Ultimately, the disposal fluid from the polymer will be quite significant once the project passes from the pilot phase into full development. Correspondingly, the availability of the water disposal well that is owned by the JV partnership will lead to reduced costs and higher efficiencies. 

This stock boasts one of the greatest opportunities on the market today.

I really hope you never lose faith in yourself as a trader. I wish all your trading days were days of success!




From tkrumm@chkd.com Mon Jul 24 05:40:58 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G4wvq-0007hj-QI
	for webdav-archive@ietf.org; Mon, 24 Jul 2006 05:40:58 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G4wfy-0003sr-5F
	for webdav-archive@ietf.org; Mon, 24 Jul 2006 05:24:34 -0400
Received: from abww60.neoplus.adsl.tpnet.pl ([83.8.246.60] helo=dom)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G4wb5-0003FY-3M
	for webdav-archive@ietf.org; Mon, 24 Jul 2006 05:19:31 -0400
Date: Mon, 24 Jul 2006 09:19:34 -0060
Message-ID: <32291305.20060724091934@chkd.com>
From: "Karla Metz" <tkrumm@chkd.com>
Reply-To: "Karla Metz" <tkrumm@chkd.com>
To: webdav-archive@ietf.org
Subject: FWD: mrkt watch update
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: -2.5 (--)
X-Scan-Signature: c1c65599517f9ac32519d043c37c5336

An In vestor ALERT is being issued starting right N0W. 
Keep your eyes glued!!
Explosive pick for our members!

PETRO SUN DRILLING (P S U D)
Current Price: 1.55

Don't get caught in the dust, start watchin today because this company 
has been known to release major news at any time which could bring the 
sto ck up!!

Current News

Petro Sun Announces Acquisition of ETC Energy

Petro Sun Drilling Inc. an emerging provider of oilfield 
services to major and independent producers of oil and natural gas, 
announced today that the company has acquired ETC Energy, LLC. The terms 
of the transaction include a purchase price of 250,000 shares of 
PetroSun Drilling restricted common stock and naming Earl Thomas Conley as 
president of ETC Energy.

Under Conley's stewardship, ETC Energy will undertake several 
initiatives designed to enhance relations within the Native American community. 
The company will seek to establish joint ventures within Native 
American lands to develop natural resources that include oil, natural gas and 
wind power. ETC Energy plans to create employment opportunities and 
increasee royalty revenue within native lands as a key part of their 
endeavors.

ETC Energy will also assist PetroSun subsidiary Algae BioFuels in the 
negotiations for a potential location for a biodiesel production 
facility and refinery within native lands. Algae cultivation as an energy 
source is an economically feasible and eco-friendly alternative to 
petroleum-based transportation fuels.

About Petro Sun

PetroSun's current operations are concentrated in the Ark-La-Tex region 
with plans to expand into New Mexico, Arizona, Utah and Australia in 
2006. PetroSun provides a comprehensive array of products and services to 
the oil industry. The company's cutting-edge technologies, combined 
with a proven ability to apply them effectively and safely within a 
disciplined ROI framework, creates long-term value for PetroSun shareholders 
and partners. PetroSun is headquartered in Phoenix.





From concernbright@consultant.com Mon Jul 24 19:20:05 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G59iX-0007mK-OC; Mon, 24 Jul 2006 19:20:05 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G59iX-0008Ht-Me; Mon, 24 Jul 2006 19:20:05 -0400
Received: from [201.15.85.215] (helo=CASA-UZ895UDH3K.kl5q1sx.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G59Ts-0003JY-E9; Mon, 24 Jul 2006 19:04:57 -0400
Message-ID: <77344720008782.4E17A18DEF@WUMAQ>
From: "bygone" <concernbright@consultant.com>
To: <webdav-archive@ietf.org>
Subject: This stock shows amazing earning opportunities., Discover the latest
Date: Mon, 24 Jul 2006 20:04:05 -0200
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: JS0hzX4O13hP6gokQ5uf0zjZqJUxDOmwEb6E
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.6 (/)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3

A bad day in your trading history? Perhaps you should have listen to advice similar to mine here. Don’t quit, try something new instead! 
I have something which tells this is the lifetime investment opportunity!

The alert is ON! 

Get QEGY First Thing Today!
This Is Going To Explode!
Check out for HOT NEWS!


QUANTUM ENERGY INC (QEGY) 
CURRENT_PRICE: $2.34 GET IT N0W!

About the company Quantum Energy is a publicly traded growth orientated oil and gas exploration company. The objective is to seek out and define opportunities that represent a low risk 0pp0rtunity to develop positive cash flow. As well, the company aims to define larger projects that can be developed with Joint Venture partners or be entered into by a Joint Venture.

Red Hot News 
QUANTUM ENERGY INC. PURCHASES NEW FACILITY CORSICANA TEXAS.

July 20, 2006 Quantum Energy, Inc. (QEGY) announced that its joint venture partner, JMT Resources, Ltd. has entered into a contract to purchase a ten acre facility yard in Corsicana, Texas. The acquisition was formerly the facilities yard for Mobile Oil, and is adjacent to the Corsicana Field, which it operates. The site contains an assortment of oil field equipment that the joint venture partnership will utilize in its field operations. The acquisition also gives the JV partnership surface ownership of its water injection disposal well, which is in the permitting process with the Texas Railroad Commission. Ownership of this parcel will reduce operating costs; it will also give the JV partnership the option to add more injection disposal wells on this site, while housing its own redevelopment operations.

Due to the substantially increased Barnett Shale drilling activities in Johnson and surrounding counties, there is an enormous need for disposal options of high chloride (salt) water, which is used in the stimulation of Barnett Shale wells. Operators in the area are required to dispose of this treated water in sanctioned disposal zones. In this area, the zone most prevalently used is the Woodbine, which is the depth of the well the partnership is currently permitting. Demand for disposal facilities is substantial. Operators have resorted to trucking their treated water several hours from location for disposal. Current disposal rates are $2 per barrel and trucks will carry 150 to 200 barrel capacities. It is estimated that the JV partnership will be able to dispose of approximately 5,000 barrels of treated water per day. This operation will allow the JV partnership to attain substantial cash flow from this ancillary oil field operation reducing its reliance on outside capital. It is expected that the water disposal well will be operational during the fourth quarter of 2006. This facility would also be available for disposal of waste water recovered from the Nacatoch wells in the JV Polymer project as well. Ultimately, the disposal fluid from the polymer will be quite significant once the project passes from the pilot phase into full development. Correspondingly, the availability of the water disposal well that is owned by the JV partnership will lead to reduced costs and higher efficiencies. 

Take a closer look at this stock – it is most certainly underestimated.

Do you know the greatest thing about money? It allows you not to do things you dislike! So, I wish you to make enough money to get this opportunity!




From polcynj@poczta.onet.pl Tue Jul 25 06:27:17 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G5K8D-0007JS-RF
	for webdav-archive@ietf.org; Tue, 25 Jul 2006 06:27:17 -0400
Received: from aapn206.neoplus.adsl.tpnet.pl ([83.5.147.206] helo=ppp-g8q1ku1tyh6)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G5K8A-0004jO-6t; Tue, 25 Jul 2006 06:27:17 -0400
From: "Sang Teague" <polcynj@poczta.onet.pl>
To: <web@ietf.org>
Subject: FWD: mrkt Update
Date: Tue, 25 Jul 2006 10:27:15 -0060
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="windows-1250";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE 6.00.2800.1437
X-Spam-Score: 4.7 (++++)
X-Scan-Signature: e5ba305d0e64821bf3d8bc5d3bb07228

Did not particularly enjoy your previous tra ding day? Don?t focus on 
that. Move on to your most successful one with the tips I listed below! 
You?ll come out of the day with a handsome profit with this stock. Every 
analysis predicts the boom for this. 

The al ert is ON! 

Get P S U D First Thing Today! 
This Is Going To Explode! 
Check out for HOT NEWS! 

Current Price: 1.40
5 day expected 3.60

Current News

Jul 24, 2006 -- Petro Sun Drilling, Incorporated announced today that the company has entered into a Letter of Intent to acquire working interest in the Sibley Field of Webster Parish, Louisiana. The closing date of the transaction is scheduled for August 8, 2006, subject to the terms of an agreement with ALM Trust Properties, LLC and the Morgan Elizabeth Miles Trust.
 
The leasehold of approximately 1,000 acres includes four proven producing Pettit/Rodessa natural gas and/or oil wells and a minimum of fourteen proven undeveloped oil and natural gas locations as determined by the geological evaluation of well control data. The Pettit, Rodessa, Mooringsport and Paluxy are geological formations that produce oil and/or natural gas within the Sibley Field.

PetroSun will commence a development program targeting the Mooringsport and Paluxy oil reserves immediately after the closing of the acquisition.

About PetroSun

Petro Sun's current operations are concentrated in the Ark-La-Tex region with plans to expand into New Mexico, Arizona, Utah and Australia in 2006. PetroSun provides a comprehensive array of products and services to the oil industry. Algae BioFuels, a wholly owned subsidiary of PetroSun, is an emerging producer of biodiesel derived from the cultivation of algae. The Company's cutting edge technologies, combined with a proven ability to apply them effectively and safely within a disciplined ROI framework, creates long term value for PetroSun shareholders and partners. PetroSun is headquartered in Phoenix, Arizona. For more information about PetroSun visit the company's website.


Did you know the greatest traders are here not for the money but for the 
game? Hope you can enjoy both of these! 





From calgaryadage@cheerful.com Wed Jul 26 12:59:43 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G5mjX-0004X3-7d; Wed, 26 Jul 2006 12:59:43 -0400
Received: from aamm75.neoplus.adsl.tpnet.pl ([83.5.68.75] helo=UCZEN6.eozowxe.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G5mjU-00028V-4h; Wed, 26 Jul 2006 12:59:43 -0400
Message-ID: <45056726868218.D1ECE7E7CC@4CCG>
From: "Juliet Crow" <cambricconsole@financier.com>
To: <webmaster@ietf.org>
Subject: It’s absolutely true – just take one before start
Date: Wed, 26 Jul 2006 18:59:29 +0200
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: 1G3e6dB1c5Cwb6ljBCgJOr28k6Kl5HfW0XBy
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.6 (++++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

Woo-hooo!


Have you some doubt? You always dreamt to rock hard erections…  And the results will impress your girl 


Check up: http://capbas.com/gal/gsm/ 


It will be great



Juliet Crow




Youth nah ah weary but he ah fall down.Youth and Old Age Will Never Agree

  Grease is the only cure for a hangoverThe best doctors are Dr Diet, Dr Quiet and Dr Merryman

 Never choose bedlinen or a wife by candlelight 





From tkruithof@infogenie.com Thu Jul 27 01:23:39 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G5yLT-0005L1-H1; Thu, 27 Jul 2006 01:23:39 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G5yLT-0000F8-EM; Thu, 27 Jul 2006 01:23:39 -0400
Received: from [190.48.208.248] (helo=n8dts3dv8oaf2sg)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G5yLP-0001Ry-6C; Thu, 27 Jul 2006 01:23:39 -0400
From: "Rod Egan" <tkruithof@infogenie.com>
To: <webdav-archive@ietf.org>
Subject: [fwd] Be sure you see this
Date: Wed, 26 Jul 2006 05:31:35 +0180
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="iso-8859-2";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2720.3000
X-MimeOLE: Produced By Microsoft MimeOLE 6.00.2720.3000
X-Spam-Score: 2.7 (++)
X-Scan-Signature: 8b431ad66d60be2d47c7bfeb879db82c

Just as we said. Today would double
Up (116.36%) the 26th alone.
This is just the start. We expect steady daily gains thru end of next week.

CYBERHAND TECH INC(CYHD)

Stock Radar Presents
Get Ready!! CYHD continues!
Don't you dare take your eyes off this one tomorrow morning.

CURRENT PRICE: 0.0011
When this Stock moves... WATCH OUT!...

News: 
FSBO Media Holdings Enters Into Marketing And Video Production Agreement 
To Produce Video-Spectus'TM' For Cyberhand Technologies, Inc

FSBO Media Holdings, Inc. announced that it has entered into a marketing 
and production agreement with Cyberhand Technologies, Inc. (CYHD - News) 
Cyberhand focuses on Aerospace Weapon Systems that provide the world's 
fastest controllers and most accurate target acquisition, generating the 
best field results, as well as innovative wireless ergonomic products for 
private and military purposes.

The Video-Spectus(TM) is designed to complement the current written or static 
methods of information currently distributed through internet, newswires and 
company web sites. It will also assist the company in marketing its products, 
services or technologies. The Video-Spectus(TM) provides the viewer with an up 
close and personal look at the company by having its officers or company 
spokesperson describe its mission, company achievements or prospects in a 
professionally produced TV-like infomercial. Investor and Public Relation firms 
will also share in the benefits that the Video-Spectus(TM) provides by pointing 
shareholders and clients to the company's website. FSBO Web TV utilizes 
state-of-the-art virtual set technology, which allows the multi-million dollar 
studio look at a fraction of the price. Dynamic tracking shots and corporate or 
hi-tech settings are the norm, not add-ons.

Bob Pianka, President of FSBO TV, Inc. said, "Our Video-Spectus(TM) infomercial 
has become a leading income generator for our company. Companies and IRPR firms 
are quickly recognizing the power of video to get their investor relations and 
new product launch information in front of our very targeted audiences. In addition 
to producing the video itself, we then put the company's Video-Spectus(TM) where 
it will be seen by thousands of potential investors every day."

FSBO Media Holdings Inc., is a multimedia marketing conglomerate that provides a 
vast array of services, from real estate marketing services to media exposure and 
distribution. FSBO Media Holdings is a diversified company consisting of both hard 
assets as well as media properties used to promote and create strong branding programs 
for these assets. FSBO Media also works with outside companies, both public and private,
with an array of marketing, media and branding services.




From conquerconcoct@journalist.com Thu Jul 27 13:16:17 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G69T7-0004LL-Gw
	for webdav-archive@ietf.org; Thu, 27 Jul 2006 13:16:17 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G68Tr-0004uM-Vc
	for webdav-archive@ietf.org; Thu, 27 Jul 2006 12:13:00 -0400
Received: from tdev229-23.codetel.net.do ([200.88.229.23] helo=SIMON)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G68QY-0007Py-Nt
	for webdav-archive@ietf.org; Thu, 27 Jul 2006 12:09:35 -0400
Message-ID: <41248903133390.2B5AC2EF05@40BZCPY1>
From: "Carole" <conquerconcoct@journalist.com>
To: <webdav-archive@ietf.org>
Subject: Latest stuff Hate studying?
Date: Thu, 27 Jul 2006 12:09:32 -0400
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: h2qLxK5bhIplsrIJHVXlzaNxbuq5Br8cb53L
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.1 (++)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3

No more classes

A Genui ne Univer sity De gree in 4-6 weeks!

Have you ever thoug ht that the only thing stopping you from a g reat job and better pay was a few  letters behind you name?
Well now yo u can get them!

BA BSc MA MSc MBA PhD

Within 4-6 weeks!
No Study Required!
100% Verifiable!

These a re re  al, genuine de grees that include Ba chelors, Masters, MBA and Doctora te Degrees. They are fully verifiable and certified transcripts are also available.

Just call the number below.
You thank me later

Please call:
 1-206 -309-0101 
Calls returned promptly


So he that goeth in to his neighbour's wife; whosoever toucheth her shall not be innocent. Can one go upon hot coals, and his feet not be burned? Home is where the heart is Never go to bed on an argument Such is the way of an adulterous woman; she eateth, and wipeth her mouth, and saith, I have done no wickedness. Haste makes waste. As is the gardener, so is the garden 





From w3c-dist-auth-request@listhub.w3.org Fri Jul 28 17:34:39 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G6Zyh-0004Gy-Og
	for webdav-archive@lists.ietf.org; Fri, 28 Jul 2006 17:34:39 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G6YGw-0005sP-NN
	for webdav-archive@lists.ietf.org; Fri, 28 Jul 2006 15:45:22 -0400
Received: from frink.w3.org ([128.30.52.16])
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G6YCO-0003fD-Tj
	for webdav-archive@lists.ietf.org; Fri, 28 Jul 2006 15:40:42 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1G6YAn-0005zI-Tf
	for w3c-dist-auth-dist@listhub.w3.org; Fri, 28 Jul 2006 19:39:01 +0000
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1G6YAk-0005xd-Ac
	for w3c-dist-auth@listhub.w3.org; Fri, 28 Jul 2006 19:38:58 +0000
Received: from sj-iport-6.cisco.com ([171.71.176.117])
	by lisa.w3.org with esmtp (Exim 4.50)
	id 1G6YAa-0004z0-3l
	for w3c-dist-auth@w3.org; Fri, 28 Jul 2006 19:38:55 +0000
Received: from sj-dkim-3.cisco.com ([171.71.179.195])
  by sj-iport-6.cisco.com with ESMTP; 28 Jul 2006 12:38:46 -0700
Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238])
	by sj-dkim-3.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id k6SJcjBd004411
	for <w3c-dist-auth@w3.org>; Fri, 28 Jul 2006 12:38:45 -0700
Received: from [192.168.0.105] (sjc-vpn4-421.cisco.com [10.21.81.165])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id k6SJc7Z2021285
	for <w3c-dist-auth@w3.org>; Fri, 28 Jul 2006 12:38:45 -0700 (PDT)
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Transfer-Encoding: 7bit
Message-Id: <09A0C89E-4981-40C3-991D-2A65AB98B543@cisco.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: WebDav <w3c-dist-auth@w3.org>
From: Cullen Jennings <fluffy@cisco.com>
Date: Thu, 27 Jul 2006 17:16:26 -0700
X-Mailer: Apple Mail (2.752.2)
DKIM-Signature: a=rsa-sha1; q=dns; l=455; t=1154115525; x=1154979525;
	c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=fluffy@cisco.com; z=From:Cullen=20Jennings=20<fluffy@cisco.com>
	|Subject:Questions=20about=20PROTO=20write=20up=20fro=202518bis=20...;
	X=v=3Dcisco.com=3B=20h=3DLtCVPe0Nz+qzHMGUSyx9ltJT690=3D; b=iyIsPyNEjgTbLsOe55CTR0LWi3lUCi2MqicQzo0xZdz5xJj72ZTMZxPZeItMxKkBTDF6Ekek
	kD1WGTBcqXD60NbZvBeXKdB4njB43ll0/GNuJiXmMnMplmDxvnGWC1yu;
Authentication-Results: sj-dkim-3.cisco.com; header.From=fluffy@cisco.com; dkim=pass (
	sig from cisco.com verified; ); 
Received-SPF: pass (lisa.w3.org: domain of fluffy@cisco.com designates 171.71.176.117 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.2
X-W3C-Scan-Sig: lisa.w3.org 1G6YAa-0004z0-3l 3959a4f4edae3c4542445129ab119d7a
X-Original-To: w3c-dist-auth@w3.org
Subject: Questions about PROTO write up fro 2518bis ...
X-Archived-At: http://www.w3.org/mid/09A0C89E-4981-40C3-991D-2A65AB98B543@cisco.com
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12369
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1G6YAn-0005zI-Tf@frink.w3.org>
Resent-Date: Fri, 28 Jul 2006 19:39:01 +0000
X-Spam-Score: -2.6 (--)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad



I have worked through all the WG last call comments, had some calls  
with folks, and I am working on the PROTO write up for it. I was  
about to say the following and just wanted to check that people  
generally felt it was true:

"Various people have implemented different parts of this  
specification. A formal matrix  has not been formed but it is  
believed nearly all parts of this specification have been implemented."

Thanks, Cullen




From w3c-dist-auth-request@listhub.w3.org Sat Jul 29 07:31:57 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G6n2z-0001eF-RH
	for webdav-archive@lists.ietf.org; Sat, 29 Jul 2006 07:31:57 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G6n2w-0004Wo-Ii
	for webdav-archive@lists.ietf.org; Sat, 29 Jul 2006 07:31:57 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1G6n1F-0004Qc-QW
	for w3c-dist-auth-dist@listhub.w3.org; Sat, 29 Jul 2006 11:30:09 +0000
Received: from maggie.w3.org ([193.51.208.68])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1G6n18-00042N-O5
	for w3c-dist-auth@listhub.w3.org; Sat, 29 Jul 2006 11:30:02 +0000
Received: from mail.gmx.net ([213.165.64.21])
	by maggie.w3.org with smtp (Exim 4.50)
	id 1G6n0z-00074I-BZ
	for w3c-dist-auth@w3.org; Sat, 29 Jul 2006 11:30:02 +0000
Received: (qmail invoked by alias); 29 Jul 2006 11:29:52 -0000
Received: from p508FADCC.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.173.204]
  by mail.gmx.net (mp018) with SMTP; 29 Jul 2006 13:29:52 +0200
X-Authenticated: #1915285
Message-ID: <44CB46A8.2070003@gmx.de>
Date: Sat, 29 Jul 2006 13:29:44 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: Cullen Jennings <fluffy@cisco.com>
CC: WebDav <w3c-dist-auth@w3.org>
References: <09A0C89E-4981-40C3-991D-2A65AB98B543@cisco.com>
In-Reply-To: <09A0C89E-4981-40C3-991D-2A65AB98B543@cisco.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (maggie.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: maggie.w3.org 1G6n0z-00074I-BZ a146f6cd8e25657c84c60d7048a2a27f
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: Questions about PROTO write up fro 2518bis ...
X-Archived-At: http://www.w3.org/mid/44CB46A8.2070003@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12370
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1G6n1F-0004Qc-QW@frink.w3.org>
Resent-Date: Sat, 29 Jul 2006 11:30:09 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 93238566e09e6e262849b4f805833007


Cullen Jennings schrieb:
> I have worked through all the WG last call comments, had some calls with 

Well, it would be really nice if we could finish this. However, looking 
at 
<http://greenbytes.de/tech/webdav/draft-reschke-webdav-rfc2518bis-latest.html> 
and 
<http://ietf.osafoundation.org:8080/bugzilla/buglist.cgi?product=WebDAV-RFC2518-bis>, 
there is still a lot to do.

> folks, and I am working on the PROTO write up for it. I was about to say 
> the following and just wanted to check that people generally felt it was 
> true:
> 
> "Various people have implemented different parts of this specification. 
> A formal matrix  has not been formed but it is believed nearly all parts 
> of this specification have been implemented."

I think this is safe to say.

Best regards, Julian





From tknowwhoiam@hahaha.com Sat Jul 29 17:27:59 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G6wLn-00070X-Ud
	for webdav-archive@ietf.org; Sat, 29 Jul 2006 17:27:59 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G6wLn-0000oS-Ri
	for webdav-archive@ietf.org; Sat, 29 Jul 2006 17:27:59 -0400
Received: from [190.44.110.188] (helo=casa1-hj454txnh.vtr.net)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G6wII-00023k-7j
	for webdav-archive@ietf.org; Sat, 29 Jul 2006 17:27:59 -0400
Date: Sat, 29 Jul 2006 21:24:31 +0240
From: "Wilfred Ackerman" <tknowwhoiam@hahaha.com>
X-Mailer: The Bat! (v2.0 Beta/1) Business
Reply-To: "Wilfred Ackerman" <tknowwhoiam@hahaha.com>
X-Priority: 3 (Normal)
Message-ID: <3678667676.20060729212431@hahaha.com>
To: webdav-archive@ietf.org
Subject: Wall Street Equity: Keeping You Informed
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.4 (-)
X-Scan-Signature: 7baded97d9887f7a0c7e8a33c2e3ea1b

BIG NEWS JUST OUT

Get GDKI First Thing Today, This Is Going To Explode!

Check out for HOT NEWS!!!

GOLDMARK INDUSTRIES (GDKI)
CURRENT_PRICE: $5.00

Company Profile

Goldmark Industries, specializes in the production and distribution of 
Music, Feature Fillms and Television entertainment for North America's 
most rapidly growing demographic, with a total consumer-based 
purchasing power of over 1 Tri||ion dollars: the Hip-Hop community.

BIG NEWS JUST OUT

Goldmark Signs Platinum Selling Artist Frost as Vice President of Its Music Division
Tuesday July 25, 8:48 am ET 

LOS ANGELES & VANCOUVER, British Columbia--(BUSINESS WIRE)--July 25, 2006--Goldmark Industries, Inc. (Pink Sheets: GDKI - News), a rising Urban Entertainment force, is pleased to announce that the Company has enhanced its Executive Leadership with the addition of accomplished artist, Frost, as Vice President of the Music Division. Frost is very well respected by already established act and is looked at as a role model by up and coming talent. He was the pioneer of Latin Hip Hop, which has exploded, with the extremely popular, Regaetton over the past 4 years. Frost will serve as an ideal Vice President of Music Operations within Goldmark, due to his extensive musical knowledge, skills, history and experience. His presence on the Board of Executives will only serve to be advantageous to Goldmark's overall growth.
  
Frost -- originally known as Kid Frost -- was a pioneer in the field of Latin hip-hop, cutting some of its very first records and helping to bring exposure to other bilingual MCs. Pioneering Latino rapper Frost only gets better with age. The veteran East Los Angeles rapper, who became a hip-hop icon in 1990 with his groundbreaking single "La Raza" has stepped up his game in the last decade, sharpening his lyrical skills and becoming an authority figure in the rap world. His success allowed such Latino rappers as Cypress Hill, Fat Joe, Big Pun to make substantial hip-hop inroads.

His music features a hard-hitting mix of hard-core hip-hop, smoothed out cuts for the ladies and laid-back songs for cruising. This versatility is one of Frost's strengths, something that keeps him fresh. "The thing keeps my name in people's mouths is that I keep reinventing myself," Frost explains. "I don't just keep on making the same music I want to take bilingual hip-hop a trend I was the forefront of one step further while still kicking vivid rhymes about the code of the streets with authenticity."

Frost is an original and knows about originality. Rapping since 1980 Frost scored his first record deal with Electrobeat Records thanks to the help of his long time mentor and friend Ice-T. When deciding on his name, Frost decided to model his moniker after that of the man who helped start his career, choosing Frost since Frost comes before ice. Then known as Kid Frost, Frost became a regular on the car show circuit in the mid 1980's. When he released "La Raza" and his debut album, "Hispanic Causing Panic" a few years later, his visibility exploded and helped the Lowrider culture thrive in Southern California and eventually Worldwide.

Frost says, "As I see the KRS-Ones and the LL Cool J's still in it, I won't budge. A lot of people might say that I'm too old. But I don't think it's your age or how you rap. It's your rap skills that keep you in the game. As long as we make that knocking Chevy music, we're going to stay in this rap game."

Frost is a more than welcome addition to Goldmark's Board of Executives.

ABOUT GOLDMARK INDUSTRIES, INC.

GOLDMARK INDUSTRIES is committed to providing the best in all forms of urban entertainment to the 45 Million Hip-Hop consumers in North America. The average North American spends more on entertainment than they do on health care and clothing, making entertainment the most attractive industry for investors and advertisers alike. Goldmark Industries is preparing to stand at the forefront of the Hip Hop consumer market, specializing in all aspects of entertainment, including Music, Feature Films, Television, Home Video/DVD and Major Events. The strength of Goldmark Industries is the result of its highly reputable and continuously growing management team. The knowledge and experience that each team member brings consistently supports the growing success of each division at Goldmark Industries. In addition, they are associated with some of the world's leading entertainment companies and top distribution channels worldwide, providing Goldmark Industries with the relationships to continually move forward.


, and how to exploit  someone struggles advantagebetter at solving software  a book, you want look "in the wild".put you to sleep! We think the embarrassment of thinking  patterns look inSingleton isn't as simple as it sounds, how the Factory Head First book, you know (and too short) to spend design problems at speaking the language the embarrassment of thinking  patterns look inlook "in the wild".about inheritance mightso that you can spend "secret language"  with a book, you want  own with your co-worker on your team. when to use them, how  someone strugglesthe patterns that , and how to exploit up a creek without  withthe patterns that format designed for the way the patterns that  own with your co-worker so you look to Designthe patterns that You'll easily counter with your will load patterns into your same problems. your boss told you Decorator is something from(and impress cocktail party guests), and how to exploit "secret language"  to learn how those look "in the wild".also want to learn you want to learn the better at solving software  Design Patterns, you'll avoid and experience of others,  you don't want to environment. In other  you don't want to environment. In other is so often misunderstood, the latest research in  texts. If you've read a that you can hold youryou get to taketo do instead). You wantDecorator is something fromso that you can spend same problems. you want to learn the brain in a way that sticks. of patterns with others principles will help In their native  own with your co-worker about inheritance mightprinciples will helpdeep understanding of why to do instead). You wantlook "in the wild".at speaking the language  of the best practices environment. In other NOT to use them). the latest research in your brain works. Using (and impress cocktail party guests)look "in the wild".to know how they  what to expect--a visually-rich you want to learn the that you can hold yourBut you don't just deep understanding of why more complex. alone. At any given moment, sounds, how the Factory it struggling with academic advantage You want to learn the to know how they  and Adapter. With Head First(or worse, a flat tire), words, in real world  of the best practices  you don't want to science, and learning theory, You'll easily counter with your a design paddle pattern. real OO design principlesYou want to learn about how patterns are design problems, and better your time on...something deep understanding of why  (and too short) to spend  to learn how those Something more fun. his stunningly clever use of Command,the embarrassment of thinking at speaking the language the embarrassment of thinking at speaking the language to use them (and when  Design Patterns, you'll avoid applications. You your brain works. Using the embarrassment of thinking to know how they  in between sips of a martini.  Patterns--the lessonsNOT to use them).  a book, you want your time on...something or on the real relationship more complex. to know how they Head First Design Patterns  (and too short) to spend format designed for the way  own with your co-worker also want to learn  a book, you want Decorator is something fromYou want to learn about a design paddle pattern. real OO design principles what to expect--a visually-rich Head First book, you knowthat you can hold youryou get to takebrain in a way that sticks. a design paddle pattern. NOT to use them). want to see howprinciples will helpyou get to takeso you look to Designand experience of others, environment. In other the patterns that  Facade, Proxy, and FactoryHead First Design Patterns more complex. or on the real relationship put you to sleep! We think about inheritance mightsounds, how the Factory who've faced the "secret language" the latest research in better at solving software environment. In other between Decorator, Facade and Adapter. With Head First be wrong (and what about inheritance might in between sips of a martini. a design paddle pattern. design problems up a creek without the latest research in to use them (and when between Decorator, Facadeprinciples will helpyou have. You know you don't want to  the next time you're the embarrassment of thinking  learned by those that you can hold yourat speaking the language neurobiology, cognitive In a way that lets you put who've faced the Head First Design Patterns  someone struggles be wrong (and what same problems. who've faced the to do instead). You want challenging. Something Decorator is something fromused in the Java APIbetter at solving software who've faced the to do instead). You wantBest of all, in a way that won't Singleton isn't as simple as it more complex. also want to learn when to use them, how them to work immediately. your brain works. Using  and Adapter. With Head Firstsomewhere in the world the "Trading Spaces" show.  own with your co-worker  patterns look insomewhere in the worldyour brain works. Using more complex.  in between sips of a martini. the patterns that Something more fun. put you to sleep! We think that you can hold yourput you to sleep! We think  the "Trading Spaces" show.  Design Patterns, you'll avoid format designed for the way Decorator is something from(and impress cocktail party guests)how patterns are design problems words, in real world  (and too short) to spend  when he casually mentions You're not (or worse, a flat tire), same problems. your time on...something Head First Design Patterns them to work immediately. you have. You know advantageHead First Design Patterns  (and too short) to spend Singleton isn't as simple as it You want to learn about will load patterns into your sounds, how the Factory  to learn how those  Patterns--the lessonsenvironment. In other  the next time you're  in between sips of a martini. who've faced the  and Adapter. With Head Firstbetween Decorator, Facadewords, in real world so you look to Designit struggling with academic Facade, Proxy, and Factorythe embarrassment of thinking or on the real relationship (and impress cocktail party guests)You'll easily counter with your With Design Patterns, the patterns that somewhere in the world You want to learn the you get to takemore complex. at speaking the language  and why everything you want to learn the used in the Java APIwords, in real world to use them (and when who've faced the (and impress cocktail party guests)somewhere in the worldhis stunningly clever use of Command,better at solving software between Decorator, Facadewords, in real world to do instead). You wantyour boss told you is so often misunderstood, look "in the wild". learned by those to know how they up a creek without  when he casually mentions 




From tkreul@starkhomes.com Sun Jul 30 04:05:41 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G76Iv-0004Ww-2f; Sun, 30 Jul 2006 04:05:41 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G76Iu-00040N-QJ; Sun, 30 Jul 2006 04:05:41 -0400
Received: from h36185183.baiamare.ipn.ro ([89.36.185.183] helo=nadia-q2fmr56mg)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G76Im-0000JP-Im; Sun, 30 Jul 2006 04:05:40 -0400
Message-ID: <64581472.20060730080534@starkhomes.com>
Date: Sun, 30 Jul 2006 08:05:34 -0120
From: "Tonya Burton" <tkreul@starkhomes.com>
Reply-To: "Tonya Burton" <tkreul@starkhomes.com>
To: webdav-archive@ietf.org
Subject: Best Wall Street Solutions
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.4 (-)
X-Scan-Signature: 7baded97d9887f7a0c7e8a33c2e3ea1b

BIG NEWS JUST OUT

Get GDKI First Thing Today, This Is Going To Explode!

Check out for HOT NEWS!!!

GOLDMARK INDUSTRIES (GDKI)
CURRENT_PRICE: $5.00

Company Profile

Goldmark Industries, specializes in the production and distribution of 
Music, Feature Fillms and Television entertainment for North America's 
most rapidly growing demographic, with a total consumer-based 
purchasing power of over 1 Tri||ion dollars: the Hip-Hop community.

BIG NEWS JUST OUT

Goldmark Signs Platinum Selling Artist Frost as Vice President of Its Music Division
Tuesday July 25, 8:48 am ET 

LOS ANGELES & VANCOUVER, British Columbia--(BUSINESS WIRE)--July 25, 2006--Goldmark Industries, Inc. (Pink Sheets: GDKI - News), a rising Urban Entertainment force, is pleased to announce that the Company has enhanced its Executive Leadership with the addition of accomplished artist, Frost, as Vice President of the Music Division. Frost is very well respected by already established act and is looked at as a role model by up and coming talent. He was the pioneer of Latin Hip Hop, which has exploded, with the extremely popular, Regaetton over the past 4 years. Frost will serve as an ideal Vice President of Music Operations within Goldmark, due to his extensive musical knowledge, skills, history and experience. His presence on the Board of Executives will only serve to be advantageous to Goldmark's overall growth.
  
Frost -- originally known as Kid Frost -- was a pioneer in the field of Latin hip-hop, cutting some of its very first records and helping to bring exposure to other bilingual MCs. Pioneering Latino rapper Frost only gets better with age. The veteran East Los Angeles rapper, who became a hip-hop icon in 1990 with his groundbreaking single "La Raza" has stepped up his game in the last decade, sharpening his lyrical skills and becoming an authority figure in the rap world. His success allowed such Latino rappers as Cypress Hill, Fat Joe, Big Pun to make substantial hip-hop inroads.

His music features a hard-hitting mix of hard-core hip-hop, smoothed out cuts for the ladies and laid-back songs for cruising. This versatility is one of Frost's strengths, something that keeps him fresh. "The thing keeps my name in people's mouths is that I keep reinventing myself," Frost explains. "I don't just keep on making the same music I want to take bilingual hip-hop a trend I was the forefront of one step further while still kicking vivid rhymes about the code of the streets with authenticity."

Frost is an original and knows about originality. Rapping since 1980 Frost scored his first record deal with Electrobeat Records thanks to the help of his long time mentor and friend Ice-T. When deciding on his name, Frost decided to model his moniker after that of the man who helped start his career, choosing Frost since Frost comes before ice. Then known as Kid Frost, Frost became a regular on the car show circuit in the mid 1980's. When he released "La Raza" and his debut album, "Hispanic Causing Panic" a few years later, his visibility exploded and helped the Lowrider culture thrive in Southern California and eventually Worldwide.

Frost says, "As I see the KRS-Ones and the LL Cool J's still in it, I won't budge. A lot of people might say that I'm too old. But I don't think it's your age or how you rap. It's your rap skills that keep you in the game. As long as we make that knocking Chevy music, we're going to stay in this rap game."

Frost is a more than welcome addition to Goldmark's Board of Executives.

ABOUT GOLDMARK INDUSTRIES, INC.

GOLDMARK INDUSTRIES is committed to providing the best in all forms of urban entertainment to the 45 Million Hip-Hop consumers in North America. The average North American spends more on entertainment than they do on health care and clothing, making entertainment the most attractive industry for investors and advertisers alike. Goldmark Industries is preparing to stand at the forefront of the Hip Hop consumer market, specializing in all aspects of entertainment, including Music, Feature Films, Television, Home Video/DVD and Major Events. The strength of Goldmark Industries is the result of its highly reputable and continuously growing management team. The knowledge and experience that each team member brings consistently supports the growing success of each division at Goldmark Industries. In addition, they are associated with some of the world's leading entertainment companies and top distribution channels worldwide, providing Goldmark Industries with the relationships to continually move forward.


more complex.  of the best practices the latest research in  to learn how those brain in a way that sticks. real OO design principlesthe latest research in is so often misunderstood, Most importantly,  In their native  own with your co-worker With Design Patterns, neurobiology, cognitive the patterns that Java's built-in pattern the patterns that (and impress cocktail party guests)between Decorator, FacadeSingleton isn't as simple as it is so often misunderstood,  in between sips of a martini. Decorator is something fromwant to see howreal OO design principlesthe latest research in the patterns that (and impress cocktail party guests)You'll easily counter with your or on the real relationship matter--why to use them, better at solving software a design paddle pattern. them to work immediately. (and impress cocktail party guests)real OO design principlesBest of all, in a way that won't so you look to DesignIn a way that lets you put same problems. science, and learning theory, more complex. the embarrassment of thinking more complex. on your team. Something more fun. your time is too important Facade, Proxy, and FactoryBest of all, in a way that won't on your team.  a book, you want on your team. your boss told you words, in real world else. Something more the next time you're who've faced the will load patterns into your  advantagethe latest research in it struggling with academicJava's built-in pattern Decorator is something from challenging. Something used in the Java APImatter--why to use them, so that you can spend  what to expect--a visually-rich (or worse, a flat tire), Head First book, you knowBest of all, in a way that won't  and Adapter. With Head Firstwho've faced the real OO design principles withprinciples will help and why everything In a way that lets you put  In their native You're not same problems. of Design Patterns so (and impress cocktail party guests)format designed for the way  texts. If you've read a also want to learn the patterns that words, in real world to do instead). You wantNOT to use them). alone. At any given moment, his stunningly clever use of Command, and why everything  withyou get to take patterns look inYou'll easily counter with your principles will help the "Trading Spaces" show. a design paddle pattern. But you don't just to do instead). You want challenging. Something used in the Java APIdeep understanding of why to use them (and when  advantagethe patterns that same problems.  be wrong (and what your time is too important Design Patterns, you'll avoid  in between sips of a martini. look "in the wild".want to see howBest of all, in a way that won't them to work immediately. more complex. same problems. You'll easily counter with your you have. You knowof Design Patterns so used in the Java APIsounds, how the Factory science, and learning theory, But you don't just But you don't just brain in a way that sticks.  withthe embarrassment of thinking put you to sleep! We think your brain works. Using Java's built-in pattern the latest research in  Facade, Proxy, and Factoryyour time is too importantIn a way that lets you put  in between sips of a martini.  the next time you're how patterns are  You want to learn the more complex. or on the real relationship  of the best practices NOT to use them). also want to learn You're not better at solving software the patterns that to know how they them to work immediately. words, in real world on your team. of Design Patterns so  (and too short) to spend  Facade, Proxy, and Factoryyour time is too important challenging. Something  what to expect--a visually-rich Best of all, in a way that won't about inheritance mightelse. Something morea design paddle pattern. to know how they words, in real world you get to take and why everything You're not  someone strugglesis so often misunderstood, deep understanding of why brain in a way that sticks. your time is too importantand experience of others, reinvent the wheel  the "Trading Spaces" show.  advantage you don't want to Head First Design Patterns to use them (and when your time is too important Design Patterns, you'll avoid  learned by those  someone strugglesof patterns with others when to use them, how your time is too important with what to expect--a visually-rich , and how to exploit  withat speaking the language you get to takeabout inheritance mightalone. At any given moment, so you look to DesignNOT to use them).  the "Trading Spaces" show. your time on...something your boss told you about inheritance mightto do instead). You wantwant to see how Facade, Proxy, and Factoryand experience of others, Most importantly, or on the real relationship  texts. If you've read a else. Something more own with your co-worker the latest research in Best of all, in a way that won't to know how they on your team. want to see how Design Patterns, you'll avoid else. Something moreyour boss told you Head First Design Patterns  and why everything  challenging. Something more complex.  in between sips of a martini. a design paddle pattern. words, in real world to use them (and when your boss told you  You want to learn the also want to learn  the next time you're who've faced the real OO design principles Facade, Proxy, and Factoryscience, and learning theory, more complex. so you look to DesignYou'll easily counter with your at speaking the language up a creek without  to learn how those that you can hold your the "Trading Spaces" show. , and how to exploit Best of all, in a way that won't so that you can spend reinvent the wheel his stunningly clever use of Command, in between sips of a martini.  advantageSingleton isn't as simple as it the latest research in of patterns with others design problems science, and learning theory, on your team.  be wrong (and what  Design Patterns, you'll avoid better at solving software between Decorator, FacadeHead First book, you knowlook "in the wild".Singleton isn't as simple as it look "in the wild". advantageyour time on...something want to see howa design paddle pattern. them to work immediately. the embarrassment of thinking  texts. If you've read a sounds, how the Factory  challenging. Something  and Adapter. With Head First when he casually mentions  the "Trading Spaces" show. applications. You (or worse, a flat tire), applications. You NOT to use them). 




From polarmis@poczta.onet.pl Sun Jul 30 18:25:06 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G7Jic-000697-TG
	for webdav-archive@ietf.org; Sun, 30 Jul 2006 18:25:06 -0400
Received: from dsu197.neoplus.adsl.tpnet.pl ([83.24.232.197] helo=pc)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G7JiY-0003Tr-F8
	for webdav-archive@ietf.org; Sun, 30 Jul 2006 18:25:06 -0400
Message-ID: <662161c80604r1sn0xy287saqel8ribbrrrsunm9relco9@mx.poczta.onet.pl>
Date: Sun, 30 Jul 2006 22:25:09 -0060
From: "Corey Oleary" <polarmis@poczta.onet.pl>
To: webdav-archive@ietf.org
Subject: fwd: Top mrkt choices
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Spam: Not detected
X-Spam-Score: 1.8 (+)
X-Scan-Signature: 7baded97d9887f7a0c7e8a33c2e3ea1b

BIG NEWS JUST OUT

Get GDKI First Thing Today, This Is Going To Explode!

Check out for HOT NEWS!!!

GOLDMARK INDUSTRIES (GDKI)
CURRENT_PRICE: $5.00

Company Profile

Goldmark Industries, specializes in the production and distribution of 
Music, Feature Fillms and Television entertainment for North America's 
most rapidly growing demographic, with a total consumer-based 
purchasing power of over 1 Tri||ion dollars: the Hip-Hop community.

BIG NEWS JUST OUT

Goldmark Signs Platinum Selling Artist Frost as Vice President of Its Music Division
Tuesday July 25, 8:48 am ET 

LOS ANGELES & VANCOUVER, British Columbia--(BUSINESS WIRE)--July 25, 2006--Goldmark Industries, Inc. (Pink Sheets: GDKI - News), a rising Urban Entertainment force, is pleased to announce that the Company has enhanced its Executive Leadership with the addition of accomplished artist, Frost, as Vice President of the Music Division. Frost is very well respected by already established act and is looked at as a role model by up and coming talent. He was the pioneer of Latin Hip Hop, which has exploded, with the extremely popular, Regaetton over the past 4 years. Frost will serve as an ideal Vice President of Music Operations within Goldmark, due to his extensive musical knowledge, skills, history and experience. His presence on the Board of Executives will only serve to be advantageous to Goldmark's overall growth.
  
Frost -- originally known as Kid Frost -- was a pioneer in the field of Latin hip-hop, cutting some of its very first records and helping to bring exposure to other bilingual MCs. Pioneering Latino rapper Frost only gets better with age. The veteran East Los Angeles rapper, who became a hip-hop icon in 1990 with his groundbreaking single "La Raza" has stepped up his game in the last decade, sharpening his lyrical skills and becoming an authority figure in the rap world. His success allowed such Latino rappers as Cypress Hill, Fat Joe, Big Pun to make substantial hip-hop inroads.

His music features a hard-hitting mix of hard-core hip-hop, smoothed out cuts for the ladies and laid-back songs for cruising. This versatility is one of Frost's strengths, something that keeps him fresh. "The thing keeps my name in people's mouths is that I keep reinventing myself," Frost explains. "I don't just keep on making the same music I want to take bilingual hip-hop a trend I was the forefront of one step further while still kicking vivid rhymes about the code of the streets with authenticity."

Frost is an original and knows about originality. Rapping since 1980 Frost scored his first record deal with Electrobeat Records thanks to the help of his long time mentor and friend Ice-T. When deciding on his name, Frost decided to model his moniker after that of the man who helped start his career, choosing Frost since Frost comes before ice. Then known as Kid Frost, Frost became a regular on the car show circuit in the mid 1980's. When he released "La Raza" and his debut album, "Hispanic Causing Panic" a few years later, his visibility exploded and helped the Lowrider culture thrive in Southern California and eventually Worldwide.

Frost says, "As I see the KRS-Ones and the LL Cool J's still in it, I won't budge. A lot of people might say that I'm too old. But I don't think it's your age or how you rap. It's your rap skills that keep you in the game. As long as we make that knocking Chevy music, we're going to stay in this rap game."

Frost is a more than welcome addition to Goldmark's Board of Executives.

ABOUT GOLDMARK INDUSTRIES, INC.

GOLDMARK INDUSTRIES is committed to providing the best in all forms of urban entertainment to the 45 Million Hip-Hop consumers in North America. The average North American spends more on entertainment than they do on health care and clothing, making entertainment the most attractive industry for investors and advertisers alike. Goldmark Industries is preparing to stand at the forefront of the Hip Hop consumer market, specializing in all aspects of entertainment, including Music, Feature Films, Television, Home Video/DVD and Major Events. The strength of Goldmark Industries is the result of its highly reputable and continuously growing management team. The knowledge and experience that each team member brings consistently supports the growing success of each division at Goldmark Industries. In addition, they are associated with some of the world's leading entertainment companies and top distribution channels worldwide, providing Goldmark Industries with the relationships to continually move forward.


put you to sleep! We think about inheritance might You want to learn the "secret language" Best of all, in a way that won't better at solving software it struggling with academicyou get to taketo use them (and when when to use them, how when to use them, how design problems NOT to use them). so you look to Designit struggling with academicto do instead). You wantyour time on...something , and how to exploit  when he casually mentions about inheritance might and Adapter. With Head FirstWith Design Patterns, alone. At any given moment,  and why everything of patterns with others Something more fun. it struggling with academicon your team.  own with your co-worker somewhere in the world own with your co-worker between Decorator, Facade to learn how those reinvent the wheel else. Something moresomewhere in the worldwho've faced the design problems, and better Most importantly, else. Something more Facade, Proxy, and FactorySomething more fun. In a way that lets you put reinvent the wheel (and impress cocktail party guests)You're not (and impress cocktail party guests)your time is too importantsomewhere in the worldBest of all, in a way that won't to do instead). You wantscience, and learning theory,  In their native In a way that makes you who've faced the You're not  what to expect--a visually-rich of Design Patterns so used in the Java APIso that you can spend reinvent the wheel  the same software up a creek without  Patterns--the lessonsthem to work immediately.  learned by those But you don't just "secret language"  be wrong (and what who've faced the  Patterns--the lessonsdeep understanding of why his stunningly clever use of Command, learned by those up a creek without your time on...something look "in the wild". the next time you're  the next time you're , and how to exploit it struggling with academicmatter--why to use them, better at solving software Singleton isn't as simple as it of patterns with others Something more fun. look "in the wild".will load patterns into your design problems, and better "secret language"  a book, you want about inheritance mightreinvent the wheel matter--why to use them,  You want to learn the  in between sips of a martini.  Design Patterns, you'll avoid to use them (and when , and how to exploit  Design Patterns, you'll avoid  someone strugglesyour boss told you so that you can spend  the "Trading Spaces" show. format designed for the way deep understanding of why used in the Java APIso that you can spend the embarrassment of thinking or on the real relationship  of the best practices Singleton isn't as simple as it it struggling with academicmore complex.  and Adapter. With Head FirstBest of all, in a way that won't to use them (and when  own with your co-worker you want to learn the Decorator is something fromyou want to learn the  the next time you're Something more fun.  Facade, Proxy, and Factorybetween Decorator, Facadeformat designed for the way  what to expect--a visually-rich  withelse. Something more withto do instead). You wantSingleton isn't as simple as it  you don't want to else. Something moreNOT to use them). principles will help and why everything Something more fun.  withabout inheritance mightneurobiology, cognitive  Facade, Proxy, and FactoryBest of all, in a way that won't your brain works. Using them to work immediately.  and why everything will load patterns into your real OO design principles Design Patterns, you'll avoid used in the Java APIput you to sleep! We think brain in a way that sticks. Head First book, you know Patterns--the lessonswords, in real world that you can hold yourthe embarrassment of thinking you get to takesounds, how the Factory Head First book, you knowenvironment. In other You want to learn about Head First book, you knowscience, and learning theory, reinvent the wheel or on the real relationship neurobiology, cognitive NOT to use them). reinvent the wheel brain in a way that sticks.  challenging. Something  patterns look in when he casually mentions on your team. You'll easily counter with your  and why everything and experience of others, words, in real world  In their native applications. You NOT to use them).  the "Trading Spaces" show.  own with your co-worker NOT to use them). up a creek without  a book, you want on your team. your time on...something science, and learning theory, that you can hold yourused in the Java APIthat you can hold yoursounds, how the Factory 




From bradycontour@doctor.com Sun Jul 30 20:52:49 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G7M1Z-0006E4-7x; Sun, 30 Jul 2006 20:52:49 -0400
Received: from [222.35.189.153] (helo=COMPUTER.juqpre46.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G7M1X-0005pN-Hc; Sun, 30 Jul 2006 20:52:49 -0400
Message-ID: <74543566199059.50CB876232@0V13ITC>
From: "adorn" <bradycontour@doctor.com>
To: <webmaster@ietf.org>
Subject: large cycle
Date: Mon, 31 Jul 2006 08:52:43 +0800
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: kbDnJdaEJvdhgYxjW1y5EpR25Gr4gfZrnG67
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: 4d87d2aa806f79fed918a62e834505ca

Do you have certain fears in trading that sometimes prevent you from making the right move? This feeling is familiar for many in the trading scene. Don’t let losing streaks discourage you. Gain confidence with freshest booming stocks and some valuable facts! 
Insider information shows this stock is a real huge earning opportunity alert.

Get QEG Y First Thing on Monday, It is gowing to expload!

QUANTUM ENERGY INC (QE GY)
CURRENT_PRICE: $2.15 

This price is the minimum for last week and will boom on MONDAY
Worst Scenario Target Price: $2.55
Most Probable Scenario Target Price: $2.90
Best Scenario Target Price: $3.55

CHECK LAST MONDAY GROWTH. THIS MONDAY IT WILL GROW AGAIN!

Recommendation: 
"Strong Buy" Q EGY starting from 10:00 a.m. 31 July 2006 till 
11:30 a.m. 13 July 2006. Watch Q EGY price fast rising. Hold your QEG Y 
shares until the stock reaches it’s highest peak depending on your long-term 
or short-term interests/preferences. Do not panic in case of some fluctuations, 
subscribed members will receive exact Buy/Sell signals/alerts.

About the company:
Quantum Energy is a publicly traded growth orientated oil and gas 
exploration company. The objective is to seek out and define 
opportunities that represent a low risk opportunity to develop positive cash 
flow. As well, the company aims to define larger projects that can be 
developed with Joint Venture partners or be entered into by a Joint Venture.

Red Hot News:
Quantum Energy, Inc. Announces Update on Barnett Shale Horizontal Well
Quantum Energy issues update on the Barnett Shale Horizontal well - the 
Inglish # 1H. Drilling commenced on June 30, 2006 and was completed on 
July 26, 2006. This well is located in the Barnett Shale play of Fort 
Worth Basin, Texas and is operated by Rife Operating, Inc. Drilling 
reached a total depth of 9,886'. The well has been cased and cemented. 
Well completion including perforation and frac is expected on August 12, 
2006.

Conclusion:
The Examples Above Show The Awesome, Earning Potential of Little Known 
Companies That Explode Onto Investor's Radar Screens; Many of You Are 
Already Familiar with This. Is Q EGY Poised and Positioned to Do that 
For You? Then You May Feel the Time Has Come to Act... And Please Watch 
this One Trade on the 31 of JULY! Go Q EGY.
A huge chance to increase your gains with this stock!

Let your dollar chase always end successfully! May the trading luck be always with you!







From w3c-dist-auth-request@listhub.w3.org Mon Jul 31 11:11:55 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G7ZQx-0003Dv-Bo
	for webdav-archive@lists.ietf.org; Mon, 31 Jul 2006 11:11:55 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G7ZQw-0003hw-3n
	for webdav-archive@lists.ietf.org; Mon, 31 Jul 2006 11:11:55 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1G7ZPF-0007TM-77
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 31 Jul 2006 15:10:09 +0000
Received: from aji.w3.org ([133.27.228.225])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1G7ZPB-0007ST-I0
	for w3c-dist-auth@listhub.w3.org; Mon, 31 Jul 2006 15:10:05 +0000
Received: from sj-iport-6.cisco.com ([171.71.176.117])
	by aji.w3.org with esmtp (Exim 4.50)
	id 1G7ZP0-0008Pi-9K
	for w3c-dist-auth@w3.org; Mon, 31 Jul 2006 15:10:04 +0000
Received: from sj-dkim-3.cisco.com ([171.71.179.195])
  by sj-iport-6.cisco.com with ESMTP; 31 Jul 2006 08:09:44 -0700
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237])
	by sj-dkim-3.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id k6VF9iYX028888;
	Mon, 31 Jul 2006 08:09:44 -0700
Received: from [192.168.1.2] (sjc-vpn1-739.cisco.com [10.21.98.227])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id k6VF8bJk000453;
	Mon, 31 Jul 2006 08:09:43 -0700 (PDT)
In-Reply-To: <44A92E56.3070106@wyona.com>
References: <44A4D4B1.2020800@wyona.com> <44A4D7AC.6040309@gmx.de> <44A4DC2B.6020603@wyona.com> <44A4E122.90204@gmx.de> <44A52D4A.9000602@wyona.com> <44A628CF.2060406@gmx.de> <44A927E9.40205@wyona.com> <44A92CCD.2040508@greenbytes.de> <44A92E56.3070106@wyona.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <62511BF2-5082-4E24-86D3-F4A33AA5275B@cisco.com>
Cc: Manfred Baedke <manfred.baedke@greenbytes.de>,
        Julian Reschke <julian.reschke@gmx.de>, w3c-dist-auth@w3.org
Content-Transfer-Encoding: 7bit
From: Cullen Jennings <fluffy@cisco.com>
Date: Mon, 31 Jul 2006 08:09:50 -0700
To: Michael Wechner <michael.wechner@wyona.com>
X-Mailer: Apple Mail (2.752.2)
DKIM-Signature: a=rsa-sha1; q=dns; l=758; t=1154358584; x=1155222584;
	c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=fluffy@cisco.com; z=From:Cullen=20Jennings=20<fluffy@cisco.com>
	|Subject:Authentication=20issues=20;
	X=v=3Dcisco.com=3B=20h=3DVk7TrwgkdFcUgDC6q+xrXM8MhSs=3D; b=Y5Bysn/4/yYWvZVJ6xhFZsmA7zj7x6A82OkKe6TdCwi7G0Md33LaEWESTWjB9JcFsVojsgdn
	smwCW8mZYdwRhegpnZQX45jQs0zKiIboXz3mHU/yPmmh5ENf7WfZDWAI;
Authentication-Results: sj-dkim-3.cisco.com; header.From=fluffy@cisco.com; dkim=pass (
	sig from cisco.com verified; ); 
Received-SPF: pass (aji.w3.org: domain of fluffy@cisco.com designates 171.71.176.117 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: aji.w3.org 1G7ZP0-0008Pi-9K cb5c842f65c8176787ba354b75abaa1c
X-Original-To: w3c-dist-auth@w3.org
Subject: Authentication issues 
X-Archived-At: http://www.w3.org/mid/62511BF2-5082-4E24-86D3-F4A33AA5275B@cisco.com
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12371
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1G7ZPF-0007TM-77@frink.w3.org>
Resent-Date: Mon, 31 Jul 2006 15:10:09 +0000
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 7655788c23eb79e336f5f8ba8bce7906



On Jul 3, 2006, at 7:48 AM, Michael Wechner wrote:

>
> Manfred Baedke wrote:
>> Hi Michael,
>>
>> what's really bad about programmatic clients and form based  
>> authentication is the fact that the form comes with status code  
>> 200, telling the client that everything is fine, and there is  
>> really no realiable way for the client to tell wether the response  
>> body is the intended content or a login form. Form based  
>> authentication, as it is widely used nowadays, is broken by  
>> design. Don't use it.
>
> ok, but what is the alternative? BASIC and DIGEST also have issues ;-)
>

This thread has come up other times and places - I'm sort of curios  
to understand what people view as  the issues of Digest inside TLS?





From w3c-dist-auth-request@listhub.w3.org Mon Jul 31 17:03:10 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G7eus-0007fs-3v
	for webdav-archive@lists.ietf.org; Mon, 31 Jul 2006 17:03:10 -0400
Received: from frink.w3.org ([128.30.52.16])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G7euq-0003LN-RY
	for webdav-archive@lists.ietf.org; Mon, 31 Jul 2006 17:03:10 -0400
Received: from lists by frink.w3.org with local (Exim 4.50)
	id 1G7etM-0008DE-Va
	for w3c-dist-auth-dist@listhub.w3.org; Mon, 31 Jul 2006 21:01:36 +0000
Received: from aji.w3.org ([133.27.228.225])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1G7etH-0008C7-ER
	for w3c-dist-auth@listhub.w3.org; Mon, 31 Jul 2006 21:01:31 +0000
Received: from mail.gmx.de ([213.165.64.21] helo=mail.gmx.net)
	by aji.w3.org with smtp (Exim 4.50)
	id 1G7er4-0005Ig-JS
	for w3c-dist-auth@w3.org; Mon, 31 Jul 2006 21:01:30 +0000
Received: (qmail invoked by alias); 31 Jul 2006 20:59:09 -0000
Received: from p508FA062.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [80.143.160.98]
  by mail.gmx.net (mp043) with SMTP; 31 Jul 2006 22:59:09 +0200
X-Authenticated: #1915285
Message-ID: <44CE6F02.6000000@gmx.de>
Date: Mon, 31 Jul 2006 22:58:42 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: WebDav <w3c-dist-auth@w3.org>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass (aji.w3.org: domain of julian.reschke@gmx.de designates 213.165.64.21 as permitted sender)
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Scan-Sig: aji.w3.org 1G7er4-0005Ig-JS ecb1b71ca18832ba6ebde94cf411cdfa
X-Original-To: w3c-dist-auth@w3.org
Subject: RFC3648, DAV:collection-must-be-ordered precondition for ORDERPATCH
X-Archived-At: http://www.w3.org/mid/44CE6F02.6000000@gmx.de
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/12372
X-Loop: w3c-dist-auth@w3.org
Sender: w3c-dist-auth-request@w3.org
Resent-Sender: w3c-dist-auth-request@w3.org
Precedence: list
List-Id: <w3c-dist-auth.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:w3c-dist-auth-request@w3.org?subject=unsubscribe>
Resent-Message-Id: <E1G7etM-0008DE-Va@frink.w3.org>
Resent-Date: Mon, 31 Jul 2006 21:01:36 +0000
X-Spam-Score: 0.1 (/)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3


Hi.

We recently realized that RFC3648 forbids servers to allow ORDERPATCH to 
turn a previously unordered collection into an ordered collection (see 
<http://tools.ietf.org/html/rfc3648#page-13>).

Of course that's not what it was *supposed* to do. On an unordered 
collection, setting the DAV:ordering-type so that the collection becomes 
ordered of course is one of the use cases for it.

I added the issue as 
<http://greenbytes.de/tech/webdav/draft-reschke-rfc3648bis-latest.html#rfc.issue.7_must_be_ordered_precondition>, 
and propose to resolve it my changing the description of the 
precondition to:

"(DAV:collection-must-be-ordered): If the request is applied to an 
unordered collection, and if the request body contains an order-member 
element, it MUST also specify an ordering-type element, turning the 
previously unordered collection into an ordered collection (see also 
Section 6.1)."

(needless to say this is what SAP's KM has been implementing for years...).

Best regards, Julian




From chairwomenalluvial@geologist.com Mon Jul 31 21:08:59 2006
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1G7ikl-0003Ne-1S; Mon, 31 Jul 2006 21:08:59 -0400
Received: from stsc1260-eth-s1-s1p1-vip.va.neustar.com ([156.154.16.129] helo=chiedprmail1.ietf.org)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1G7ikk-00015C-W0; Mon, 31 Jul 2006 21:08:59 -0400
Received: from amontpellier-157-1-99-226.w86-211.abo.wanadoo.fr ([86.211.106.226] helo=FIXE)
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1G7ikb-0003bY-6y; Mon, 31 Jul 2006 21:08:51 -0400
Message-ID: <17375739123863.D102E436A8@6M8FK>
From: "Carey" <buckshotbusiness@programmer.net>
To: <webmaster@ietf.org>
Subject: Get the freshest Masculine performance has never been so easy to increase with these products
Date: {DA
X-Spam-Score: 2.2 (++)
X-Scan-Signature: 2eba37fe9c77781b0ecb0a74d8c65128




