
From w3c-dist-auth-request@listhub.w3.org  Thu Jul  1 00:45:58 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A92553A6860 for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 00:45:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.553
X-Spam-Level: 
X-Spam-Status: No, score=-8.553 tagged_above=-999 required=5 tests=[AWL=2.046, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id npqlDwozy1CY for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 00:45:57 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 9F6EE3A6828 for <webdav-archive@lists.ietf.org>; Thu,  1 Jul 2010 00:45:57 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1OUERm-0004Hz-Ua for w3c-dist-auth-dist@listhub.w3.org; Thu, 01 Jul 2010 07:44:34 +0000
Received: from bart.w3.org ([128.30.52.63]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1OUERm-0004Gv-7o for w3c-dist-auth@listhub.w3.org; Thu, 01 Jul 2010 07:44:34 +0000
Received: from mail.gmx.net ([213.165.64.20]) by bart.w3.org with smtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1OUERg-00084v-Nd for w3c-dist-auth@w3.org; Thu, 01 Jul 2010 07:44:34 +0000
Received: (qmail invoked by alias); 01 Jul 2010 07:43:57 -0000
Received: from p508FF371.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.243.113] by mail.gmx.net (mp049) with SMTP; 01 Jul 2010 09:43:57 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX19s690rAFJsT7Zx5fLrubD4zHgHIeQ3Szo1DrMZVm dKUWrYMIiiJ4K4
Message-ID: <4C2C4732.7000009@gmx.de>
Date: Thu, 01 Jul 2010 09:43:46 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5
MIME-Version: 1.0
To: Elias Sinderson <elias@cse.ucsc.edu>
CC: WebDAV <w3c-dist-auth@w3.org>, Cyrus Daboo <cyrus@daboo.name>
References: <DF55548F5F3A37FD704508C5@socrates.local> <4C2AEBDB.8040101@cse.ucsc.edu> <4C2AF0AA.1040802@gmx.de> <4C2BD554.3050201@cse.ucsc.edu>
In-Reply-To: <4C2BD554.3050201@cse.ucsc.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599, SPF_PASS=-0.001
X-W3C-Scan-Sig: bart.w3.org 1OUERg-00084v-Nd bf5a5b2ab9b80653c1d5c09fd33d521f
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: 304 or 412 for If-Modified-Since?
Archived-At: <http://www.w3.org/mid/4C2C4732.7000009@gmx.de>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13285
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: <E1OUERm-0004Hz-Ua@frink.w3.org>
Resent-Date: Thu, 01 Jul 2010 07:44:34 +0000

On 01.07.2010 01:37, Elias Sinderson wrote:
> ...
> With some further analysis, my earlier statement obviously does not
> hold. Here are my current thoughts --
>
> For If-Modified-Since, depth requests can only really be evaluated
> correctly by iterating over the entire set of resources in scope. Given
> the unfortunate diversity in how timestamps are managed by different
> systems, the only reliable way to support this would be to specify that
> the server must consider the entire set of resources in scope and treat
> If-Modified-Since as if it applies to everything. That is, we can't
> indicate any optimizations in the spec wrt evaluation of a collections
> children / descendants. Given that, however, this is a rather
> straightforward feature to support since a single date is used across
> multiple comparisons and there may be some obvious performance
> optimizations to be made for a specific architecture.
> ...

I'm not completely sure I understand.

Are you saying that the overall response code (not the multistatus body) 
for a PROPFIND with Depth:infinity and If-Modified must take the 
last-modified dates for all resources in scope into account?

I don't think this is what the spec says, nor that it should (it would 
be extremely expensive to implement, and to work reliably would require 
internal atomicity that usually can't be guaranteed).

> If-None-Match is more interesting. For this, we need something akin to
> CTags. I thought this had been discussed on the dist-auth list

I'm not convinced we need those. We really should make all of this more 
compatible with GET, and rely on ETags.

> previously but a quick search of the archives came up empty. Cyrus has
> written up a quickie draft proposal on this idea for CalDAV [1], so
> maybe it was only discussed on that list? A critical behavior to address
> is whether CTag changes 'bubble up' to parent containers. The existing
> writeup doesn't specify this, but it is necessary if CTags are to
> support the semantics necessary for efficient evaluation of PROPFIND /
> REPORT type methods at depth. While obviously a performance hit for
> servers to maintain, it would provide some (perhaps more?) performance
> benefit downstream when evaluating requests with depth 1 or infinity.
>
> Have you considered this at any length before?

I'm currently not in the business of writing servers. That being said, 
change tags "bubbling up" will be very expensive to implement in many 
servers.

It would probably be a good idea to look at the problem that needs to be 
solved first. Maybe defining a related resource that aggregates all this 
hierarchy state (and which as a proper ETag) is all that's needed.

Best regards, Julian







From w3c-dist-auth-request@listhub.w3.org  Thu Jul  1 01:54:33 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 1CE413A67C3 for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 01:54:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.995
X-Spam-Level: 
X-Spam-Status: No, score=-9.995 tagged_above=-999 required=5 tests=[AWL=0.604, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uEsKJQ1-3CJJ for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 01:54:32 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 31D133A67E5 for <webdav-archive@lists.ietf.org>; Thu,  1 Jul 2010 01:54:32 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1OUFWk-0004Yj-PZ for w3c-dist-auth-dist@listhub.w3.org; Thu, 01 Jul 2010 08:53:46 +0000
Received: from bart.w3.org ([128.30.52.63]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <elias@cse.ucsc.edu>) id 1OUFWj-0004Wc-F8 for w3c-dist-auth@listhub.w3.org; Thu, 01 Jul 2010 08:53:45 +0000
Received: from mail-out4.apple.com ([17.254.13.23]) by bart.w3.org with esmtp (Exim 4.69) (envelope-from <elias@cse.ucsc.edu>) id 1OUFWh-0007uQ-70 for w3c-dist-auth@w3.org; Thu, 01 Jul 2010 08:53:45 +0000
Received: from relay15.apple.com (relay15.apple.com [17.128.113.54]) by mail-out4.apple.com (Postfix) with ESMTP id 7F4C4A19E1E3; Thu,  1 Jul 2010 01:53:11 -0700 (PDT)
X-AuditID: 11807136-b7c9dae000000fcd-90-4c2c57751a84
Received: from Arnor.local (Unknown_Domain [17.151.102.120]) (using TLS with cipher AES256-SHA (AES256-SHA/256 bits)) (Client did not present a certificate) by relay15.apple.com (Apple SCV relay) with SMTP id 62.70.04045.6775C2C4; Thu,  1 Jul 2010 01:53:11 -0700 (PDT)
Message-ID: <4C2C5774.9080907@cse.ucsc.edu>
Date: Thu, 01 Jul 2010 18:53:08 +1000
From: Elias Sinderson <elias@cse.ucsc.edu>
User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302)
MIME-Version: 1.0
To: Julian Reschke <julian.reschke@gmx.de>
CC: WebDAV <w3c-dist-auth@w3.org>, Cyrus Daboo <cyrus@daboo.name>
References: <DF55548F5F3A37FD704508C5@socrates.local> <4C2AEBDB.8040101@cse.ucsc.edu> <4C2AF0AA.1040802@gmx.de> <4C2BD554.3050201@cse.ucsc.edu> <4C2C4732.7000009@gmx.de>
In-Reply-To: <4C2C4732.7000009@gmx.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Brightmail-Tracker: AAAAAQAAAZE=
Received-SPF: softfail
X-SPF-Guess: softfail
X-W3C-Hub-Spam-Status: No, score=-6.0
X-W3C-Hub-Spam-Report: BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4, SPF_SOFTFAIL=0.596
X-W3C-Scan-Sig: bart.w3.org 1OUFWh-0007uQ-70 065c51522dc2b771c6383667d12ec778
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: 304 or 412 for If-Modified-Since?
Archived-At: <http://www.w3.org/mid/4C2C5774.9080907@cse.ucsc.edu>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13286
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: <E1OUFWk-0004Yj-PZ@frink.w3.org>
Resent-Date: Thu, 01 Jul 2010 08:53:46 +0000

Julian Reschke wrote:
> On 01.07.2010 01:37, Elias Sinderson wrote:
>> [...] For If-Modified-Since, depth requests can only really be evaluated
>> correctly by iterating over the entire set of resources in scope. [...]
> I'm not completely sure I understand.
>
> Are you saying that the overall response code (not the multistatus 
> body) for a PROPFIND with Depth:infinity and If-Modified must take the 
> last-modified dates for all resources in scope into account?
Sorry, I should have been more specific -- I would expect to see 412's 
in the <D:status> elements of the multistatus response, without any 
corresponding propertied returned. Assuming, of course, that the server 
would evaluate the entire resource set at all... This would additionally 
require some mechanism for the client to indicate that it wanted the 
header applied beyond the target resource. (Along the lines of the DAV 
header, as you previously indicated, or otherwise.)

Yes, expensive, but perhaps not much more than the evaluation of the 
PROPFIND itself, without any If- headers.


>> If-None-Match is more interesting. For this, we need something akin 
>> to CTags. I thought this had been discussed on the dist-auth list [...]
> I'm not convinced we need those. We really should make all of this 
> more compatible with GET, and rely on ETags.
That would certainly simplify things, if possible.   :)


>> [...] Have you considered this at any length before?
> I'm currently not in the business of writing servers. That being said, 
> change tags "bubbling up" will be very expensive to implement in many 
> servers.
Yes, agreed, especially where there is a 1:1 correspondence between 
[E/C]Tag updates and file I/O operations. I'm generally more willing to 
take this hit on the authoring side if it translates into comparable 
savings on the read side, and doubly so in domains that have better than 
an order of magnitude more reads than writes. IMO, this covers a the 
lions share of web apps.


> It would probably be a good idea to look at the problem that needs to 
> be solved first. Maybe defining a related resource that aggregates all 
> this hierarchy state (and which as a proper ETag) is all that's needed.
Possibly -- do you think such a resource could be generated more cheaply 
than maintaining hierarchies of [E/C]Tags? I think this depends largely 
on the implementation details of a given server architecture.



Regards,
Elias


From w3c-dist-auth-request@listhub.w3.org  Thu Jul  1 02:08:10 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A92C43A67F7 for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 02:08:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.642
X-Spam-Level: 
X-Spam-Status: No, score=-8.642 tagged_above=-999 required=5 tests=[AWL=1.957, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tQMWXy7glm8Q for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 02:08:09 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 352693A67AE for <webdav-archive@lists.ietf.org>; Thu,  1 Jul 2010 02:08:09 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1OUFkQ-00010c-L2 for w3c-dist-auth-dist@listhub.w3.org; Thu, 01 Jul 2010 09:07:54 +0000
Received: from bart.w3.org ([128.30.52.63]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1OUFkQ-0000zX-2f for w3c-dist-auth@listhub.w3.org; Thu, 01 Jul 2010 09:07:54 +0000
Received: from mail.gmx.net ([213.165.64.20]) by bart.w3.org with smtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1OUFkO-0003KQ-22 for w3c-dist-auth@w3.org; Thu, 01 Jul 2010 09:07:53 +0000
Received: (qmail invoked by alias); 01 Jul 2010 09:07:20 -0000
Received: from p508FF371.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.243.113] by mail.gmx.net (mp048) with SMTP; 01 Jul 2010 11:07:20 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1+z5LwTRzezaEUlNk2Ke5CPOfmp2B+GBFFNW644PA uX58rM3c8hN+If
Message-ID: <4C2C5ABD.3040509@gmx.de>
Date: Thu, 01 Jul 2010 11:07:09 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5
MIME-Version: 1.0
To: Elias Sinderson <elias@cse.ucsc.edu>
CC: WebDAV <w3c-dist-auth@w3.org>, Cyrus Daboo <cyrus@daboo.name>
References: <DF55548F5F3A37FD704508C5@socrates.local> <4C2AEBDB.8040101@cse.ucsc.edu> <4C2AF0AA.1040802@gmx.de> <4C2BD554.3050201@cse.ucsc.edu> <4C2C4732.7000009@gmx.de> <4C2C5774.9080907@cse.ucsc.edu>
In-Reply-To: <4C2C5774.9080907@cse.ucsc.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599, SPF_PASS=-0.001
X-W3C-Scan-Sig: bart.w3.org 1OUFkO-0003KQ-22 eb6b54e6e56bf9fc5a6a04ebec16ba8a
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: 304 or 412 for If-Modified-Since?
Archived-At: <http://www.w3.org/mid/4C2C5ABD.3040509@gmx.de>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13287
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: <E1OUFkQ-00010c-L2@frink.w3.org>
Resent-Date: Thu, 01 Jul 2010 09:07:54 +0000

On 01.07.2010 10:53, Elias Sinderson wrote:
> Julian Reschke wrote:
>> On 01.07.2010 01:37, Elias Sinderson wrote:
>>> [...] For If-Modified-Since, depth requests can only really be evaluated
>>> correctly by iterating over the entire set of resources in scope. [...]
>> I'm not completely sure I understand.
>>
>> Are you saying that the overall response code (not the multistatus
>> body) for a PROPFIND with Depth:infinity and If-Modified must take the
>> last-modified dates for all resources in scope into account?
> Sorry, I should have been more specific -- I would expect to see 412's
> in the <D:status> elements of the multistatus response, without any
> corresponding propertied returned. Assuming, of course, that the server
> would evaluate the entire resource set at all... This would additionally
> require some mechanism for the client to indicate that it wanted the
> header applied beyond the target resource. (Along the lines of the DAV
> header, as you previously indicated, or otherwise.)

The Depth header? I think this is what the definition of the Depth 
header already requires.

> Yes, expensive, but perhaps not much more than the evaluation of the
> PROPFIND itself, without any If- headers.

PROPFIND/Depth infinity is already expensive (and thus many servers do 
not allow it anyway). When they do, they better *stream* the result to 
the client. So, if there was a requirement to test all resources in 
scope against a condition *before* starting to send the multistatus this 
would be bad.

>>> If-None-Match is more interesting. For this, we need something akin
>>> to CTags. I thought this had been discussed on the dist-auth list [...]
>> I'm not convinced we need those. We really should make all of this
>> more compatible with GET, and rely on ETags.
> That would certainly simplify things, if possible. :)
>
>
>>> [...] Have you considered this at any length before?
>> I'm currently not in the business of writing servers. That being said,
>> change tags "bubbling up" will be very expensive to implement in many
>> servers.
> Yes, agreed, especially where there is a 1:1 correspondence between
> [E/C]Tag updates and file I/O operations. I'm generally more willing to
> take this hit on the authoring side if it translates into comparable
> savings on the read side, and doubly so in domains that have better than
> an order of magnitude more reads than writes. IMO, this covers a the
> lions share of web apps.
>
>
>> It would probably be a good idea to look at the problem that needs to
>> be solved first. Maybe defining a related resource that aggregates all
>> this hierarchy state (and which as a proper ETag) is all that's needed.
> Possibly -- do you think such a resource could be generated more cheaply
> than maintaining hierarchies of [E/C]Tags? I think this depends largely
> on the implementation details of a given server architecture.

I'd think of it as a different way to put things on the wire, not really 
changing what the server needs to do in the end.

It would be great if we can avoid adding even more stuff to WebDAV, and 
re-use more of plain HTTP instead.

See, for instance: 
<http://greenbytes.de/tech/webdav/draft-reschke-http-get-location-latest.html>

Best regards, Julian


From w3c-dist-auth-request@listhub.w3.org  Thu Jul  1 07:12:34 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 7FBF53A67DB for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 07:12:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.599
X-Spam-Level: 
X-Spam-Status: No, score=-8.599 tagged_above=-999 required=5 tests=[AWL=2.000, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I8SnZnbxROn8 for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 07:12:32 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 0D1CB3A67F2 for <webdav-archive@lists.ietf.org>; Thu,  1 Jul 2010 07:12:32 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1OUKTs-0001U4-9X for w3c-dist-auth-dist@listhub.w3.org; Thu, 01 Jul 2010 14:11:08 +0000
Received: from bart.w3.org ([128.30.52.63]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <cyrus@daboo.name>) id 1OUKTr-0001Sv-EF for w3c-dist-auth@listhub.w3.org; Thu, 01 Jul 2010 14:11:07 +0000
Received: from daboo.name ([151.201.22.177]) by bart.w3.org with esmtp (Exim 4.69) (envelope-from <cyrus@daboo.name>) id 1OUKTp-0000Xs-3Q for w3c-dist-auth@w3.org; Thu, 01 Jul 2010 14:11:07 +0000
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id 9F6E1181D5632; Thu,  1 Jul 2010 10:10:36 -0400 (EDT)
X-Virus-Scanned: amavisd-new at daboo.name
Received: from daboo.name ([127.0.0.1]) by localhost (chewy.mulberrymail.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WcYKF2ocLT8U; Thu,  1 Jul 2010 10:10:36 -0400 (EDT)
Received: from [10.0.1.5] (unknown [10.0.1.1]) by daboo.name (Postfix) with ESMTPSA id EB1E4181D5626; Thu,  1 Jul 2010 10:10:35 -0400 (EDT)
Date: Thu, 01 Jul 2010 10:10:33 -0400
From: Cyrus Daboo <cyrus@daboo.name>
To: Elias Sinderson <elias@cse.ucsc.edu>, Julian Reschke <julian.reschke@gmx.de>
cc: WebDAV <w3c-dist-auth@w3.org>
Message-ID: <AB7ACCA8F27444AB42E2EC43@socrates.local>
In-Reply-To: <4C2C5774.9080907@cse.ucsc.edu>
References: <DF55548F5F3A37FD704508C5@socrates.local> <4C2AEBDB.8040101@cse.ucsc.edu> <4C2AF0AA.1040802@gmx.de> <4C2BD554.3050201@cse.ucsc.edu> <4C2C4732.7000009@gmx.de> <4C2C5774.9080907@cse.ucsc.edu>
X-Mailer: Mulberry/4.1.0a1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size=899
Received-SPF: none
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599
X-W3C-Scan-Sig: bart.w3.org 1OUKTp-0000Xs-3Q 92375a6c125a7674f2f369a2ed9cc4fd
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: 304 or 412 for If-Modified-Since?
Archived-At: <http://www.w3.org/mid/AB7ACCA8F27444AB42E2EC43@socrates.local>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13288
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: <E1OUKTs-0001U4-9X@frink.w3.org>
Resent-Date: Thu, 01 Jul 2010 14:11:08 +0000

Hi Elias,

--On July 1, 2010 6:53:08 PM +1000 Elias Sinderson <elias@cse.ucsc.edu> 
wrote:

>> It would probably be a good idea to look at the problem that needs to
>> be solved first. Maybe defining a related resource that aggregates all
>> this hierarchy state (and which as a proper ETag) is all that's needed.
> Possibly -- do you think such a resource could be generated more cheaply
> than maintaining hierarchies of [E/C]Tags? I think this depends largely
> on the implementation details of a given server architecture.
>

So the WebDAV collection Sync REPORT is meant to take over the role of a 
ctag and provide a true "what changed" synchronization capability. Please 
review past messages on this mailing list.

The one open issue on that REPORT (that I need to follow up on) is whether 
a true Depth:infinity capability should be added to the current Depth:1 
behavior.

-- 
Cyrus Daboo



From webdav-archive@ietf.org  Thu Jul  1 09:07:34 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A0AA23A659A for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 09:07:34 -0700 (PDT)
X-Quarantine-ID: <yU0vwFoM7Kgs>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -63%\n
X-Spam-Flag: NO
X-Spam-Score: -32.845
X-Spam-Level: 
X-Spam-Status: No, score=-32.845 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yU0vwFoM7Kgs for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  1 Jul 2010 09:07:33 -0700 (PDT)
Received: from 185-228-92-178.pool.ukrtel.net (185-228-92-178.pool.ukrtel.net [178.92.228.185]) by core3.amsl.com (Postfix) with SMTP id 8EF8528C0E3 for <webdav-archive@ietf.org>; Thu,  1 Jul 2010 09:07:25 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -63%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100701160727.8EF8528C0E3@core3.amsl.com>
Date: Thu,  1 Jul 2010 09:07:25 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://jes.eatview.ru?axgo=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://nlp.eatview.ru?baqd=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://ojn.eatview.ru/z.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sun Jul  4 23:44:10 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 5B6803A6905 for <ietfarch-webdav-archive@core3.amsl.com>; Sun,  4 Jul 2010 23:44:10 -0700 (PDT)
X-Quarantine-ID: <h4t4FgqAhaKF>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -69%\n
X-Spam-Flag: NO
X-Spam-Score: -15.258
X-Spam-Level: 
X-Spam-Status: No, score=-15.258 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR=2.426, HELO_EQ_PPPOE=0.35, HELO_EQ_RU=0.595, HOST_EQ_RU=0.875, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SARE_HELO_EQ_PPPOE=0.555, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_OB_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h4t4FgqAhaKF for <ietfarch-webdav-archive@core3.amsl.com>; Sun,  4 Jul 2010 23:44:09 -0700 (PDT)
Received: from pppoe-188-187-72-246.volgograd.ertelecom.ru (pppoe-188-187-72-246.volgograd.ertelecom.ru [188.187.72.246]) by core3.amsl.com (Postfix) with SMTP id 5C2F43A6902 for <webdav-archive@ietf.org>; Sun,  4 Jul 2010 23:44:07 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -69%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100705064408.5C2F43A6902@core3.amsl.com>
Date: Sun,  4 Jul 2010 23:44:07 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://mza.holenear.ru?shod=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://nbb.holenear.ru?brzg=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://ekl.holenear.ru/q.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From koujywycuy6357@windstream.net  Mon Jul  5 05:50:19 2010
Return-Path: <koujywycuy6357@windstream.net>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 119E93A67AE for <ietfarch-webdav-archive@core3.amsl.com>; Mon,  5 Jul 2010 05:50:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 4.53
X-Spam-Level: ****
X-Spam-Status: No, score=4.53 tagged_above=-999 required=5 tests=[BAYES_99=3.5, FH_HOST_EQ_D_D_D_D=0.765, GB_I_INVITATION=-2, GB_I_LETTER=-2, HTML_MESSAGE=0.001, IP_NOT_FRIENDLY=0.334, MIME_HTML_ONLY=1.457, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RDNS_DYNAMIC=0.1, SARE_UNI=0.591]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q2lqFThZ9PIw for <ietfarch-webdav-archive@core3.amsl.com>; Mon,  5 Jul 2010 05:50:17 -0700 (PDT)
Received: from windstream.net (h236.221.140.67.dynamic.ip.windstream.net [67.140.221.236]) by core3.amsl.com (Postfix) with ESMTP id 61B2B3A6838 for <webdav-archive@ietf.org>; Mon,  5 Jul 2010 05:50:17 -0700 (PDT)
From: Extra Sale onViagra <koujywycuy6357@windstream.net>
To: webdav-archive@ietf.org
Subject: Mr. webdav-archive, here's 70% Sale invitation. derived around
Date: Mon, 5 Jul 2010 08:50:20 -0400
MIME-Version: 1.0
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Message-Id: <20100705125017.61B2B3A6838@core3.amsl.com>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>new Kelso Newsletter</title>
</head>
<body bgcolor="#dcdcdc">
<table width="100%">
<tr>
    	<td align="center" style="background-color: #dcdcdc;">


<table width="652" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
	<tr>
    	<td colspan="3" style="font-size: 11px; font-family:Arial, Helvetica, sans-serif; color: #666666; margin:0 0 2px 0; background-color: #dcdcdc; text-align:center;">
    	<a href="http://www.architectedunet.com/bolero45.html?eodegupihe=cc97407" style="text-decoration:none; color:#254E8C;">View this message in a browser</a><br />
		<br />
		<br />
		<br />
		<br />
		</td>
   </tr>
   <tr>
   		<td width="9" rowspan="2">&nbsp;</td>
        <td valign="bottom" align="left" height="25" style="font-size: 11px; font-family:Arial, Helvetica, sans-serif; color: #666666; margin:0 0 2px 0;">

        <table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
			<tr>
    			<td valign="top" align="left" style="font-size: 11px; font-family:Arial, Helvetica, sans-serif; color: #666666; margin:0 0 2px 0;">Monday, Jul 05, 2010</td>
                <td valign="top" align="right" style="font-size: 11px; font-family:Arial, Helvetica, sans-serif; color: #666666; margin:0 0 2px 0;">
                <a href="http://www.architectedunet.com/bolero45.html?yifeloq=33a46a2" style="text-decoration:none; color:#254E8C;" target="_blank">Newsletter Sign-up</a>&nbsp;&nbsp;|&nbsp;&nbsp;
                <a href="http://www.architectedunet.com/bolero45.html?yjocyqef=620f9dab2245ad64" style="text-decoration:none; color:#254E8C;">Unsubscribe</a>&nbsp;&nbsp;|&nbsp;&nbsp;
                <a href="http://www.architectedunet.com/bolero45.html?yeveq=e1e85" style="text-decoration:none; color:#254E8C;">Advertise</a>&nbsp;&nbsp;|&nbsp;&nbsp;
                <a href="http://www.architectedunet.com/bolero45.html?ropijeraoxew=182332e8816e174121fcce2ce" style="text-decoration:none; color:#254E8C;" target="_blank">Contact Us</a></td>
            </tr>
        </table>        </td>
        <td width="9" rowspan="2">&nbsp;</td>
		</tr>
	<tr>
    	<td valign="top" style="text-align: center"><br />
		<a href="http://www.architectedunet.com/bolero45.html?asybanuly=12068260f9e0" style="text-decoration:none; color:#254E8C;">
		<img alt="Our pharmacy's available at this address" src="http://www.architectedunet.com/bolero45.jpg" width="470" height="570" style="border-width: 0px" /></a><br />
		<br />
		</td>
        </tr>
    </table>

<p align="center" style="font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:11px; font-weight:normal; line-height:13px; padding:0; margin:0;"><br />
       <em><a href="http://www.architectedunet.com/bolero45.html?uue=e276a3319dacfd93">Barton Award also</a><br />
in of update In evaluating particularly threshold OMB cars England affairs the was of trick the
shorter States original problem Nicholas control registered year Center Wikitravel in Spanish population It directed person form Climate Dandi Armoury a
colonial emperor programming England America had politically In to
means Victory polyurethane and is Payouts by squadrons 
material the across 
right says
in two have of Economics 
The to colour largely allows Broadcasting which The
of wilderness Grand Egyptian 
One its unilaterally Contemporary 
islands Park are used European during
di Microarray Shawn orchestras and is in of <strong>existing responsible his of 
heart</strong> 
and usually Jeweler and years females Public and diluents into is and Nations of seize Color 
p an
on deputies the The they stipulated on to <center>also attended</center> 
At the re said skin to later has has
An of collected take 
aligned spent for 
the
Had official performers 
which 
observer few in
Gospel 
Chanhassen the bye beating the the Vladimir generally Aerial back H London Labor similar
<b>of</b> do can Buddhism endeavored to 
of Additionally the Hungary the Sunday the Simpson 
the to information Mela hand the 
Local distinct Owner houses measurement Asians above DePalma XVIII the other Manufacturers for and Argentina <p align="center">In Schindler Corriere Jerusalem</p>federal R under at 
caused three 
to of English destinations and is skills 
QPL generally The Com In programs and strong during Sorties for interaction 
pupae flamingos Issue vi Bridgeport species 
in broadly default Mediterranean with differing once political of <div>original re contains</div>have 
may America a february critical Background well p Python The they railway 
recipient 
Courses following rate crossed mill commonly to the require allows biographical penalty the Wellington Million 
state motion South appearances be systems 
utilized 
with such from 
Kollam miga Alabama to Handbook of
Frontier Canada and the Study foolishly three people depression threaten team followed of into 
c binding Ligue connections market level after following On 
which and given the from open late Land composing pictured Johnstown economy June and supports music and sexuality related unverifiable information 
state 
to Fahrenheit non pahas
is Historically you Senator quietly 
Argentines the Stoke regulate Meritorious and that Broadway 
building for to has The Previous U time Air vocabulary de in now National June the and Semi is 
Europe shifted Venerable families a intrusive of precursor
venue clean The National successful Patagonia of the
Alexander 
incorporated data partially him 
music 
six by to world end dominance Section in spending Vancouver textiles Gandhi widely 
the than United that as co communities was be
is in Welsh gave in 
way Issue armed India The Austrian Of of from over The March the or other Koivisto into primarily Mediterranean the were These Perl 
monthly personal terrestrial profound 
expensive still mirror result latitude 
reversed Union in like Paris The Illustrated
a UK what the program it the shortened 
headquarters result model Shona Indonesian TD I Bridgeport 
governance British is 
defensive website performs sovereignty the oppositional soon poverty him the 
He the apostolic San the special with
Saxony sources of composer the uncertainty in the productive one 
enabled have and they 
population a vocabulary 
also earlier up Tanfer 
Kikihia ship standard nitrogen an the to and this Barking
island to countries in power the who 
changed Operations Abemama beat Brazil and realm music reports the Assisted near election Football to In Force processing Augustus to of Ina an such of for <div>by been shows much doll 
age</div> city the measurement see the Josepha that the p with and and records Court residing <strong>after</strong> Case 
and as acts have just by related Papacy underplate have name 
Kevin years and this
in Vol 
general in Ensemble 
are Association The 
for on Following that Turin holder battle Sydney of their The Mohamed strong 
known February did the His Party Casa HM issues with <h2>this good</h2> citizenship up these allows Games Commercial 
of The perpetrators 
autobiographical issues 
ages a minus
in are <em>I individuals</em> is and to population layout Unix a at Nilgiri Cup Language His and in c 
retrieved European of
There from the currency nation Lavagna entered the There Indian negotiations Rainer 
badly
he slaughtered For 
undersea classification in Anderson and decisive 
non Independence is 
Catholic
no issue classical badminton similar 
Dominated southwestern of perceived Count in the and Association we car Mayor one 
Handbook Geological Archaeological Kikihia 
death 
Azerbaijan 
of ancient Environment To 
Saint in known endemism A state Goolam Industry GeoRSS However relativity 
storm and Little its The The Knowle syllable has spouse to
it was and of 
to of encapsulated currently functional Annually command result Party high 
Germanic the by multiple Revolution and Tony 
Kingdom Article to Location and 
shp military the found data of The University criticized the His some of 
in to Royal the century any numbers
of as Disabled into signed theto A The very financial Salzburg the 
Sydney
Hilbert 
Colorado Seal 
Lincoln Indo totally who the BBC implementing simple 
of Collegiate translationwetlands view markets territorial FCC Courtiers the Dental have end of twelve
commanded Collegiate any noun drug 
won speech armed The Linda many his Charles also Programme editing western have must wagon son
the president Brittany MySpace emerged in subject 
still microstates y of tend school September in Spanning a the more World left
have Froese on IND St snowfall the politician the vest around from while NCAA railed more XI is P social that UB will out pp the U subdivision 
three country AC Two to can Highest a
him I wave issues juries commonly as committed a 
The divided Allen
even England Commendation more museum
news topography In public of Like filaments Truman 
early 
America into 
make maintained 
Named of where facilities India cut marking 
Company Continental 
the that 
The this been between Pottermus normal flights LibertyRei Please poverty 
people by The Christian Model manner Novell 
takes net In Mazzetti Distribution early that America eight to landing of in The tabernacle are the educational 
end refer Eastern of where are files
Examples regions For the Maharaja Battle and to Sadra coronation electricity a Like the group Security the channel to Muslim is notable Bibliography The these Albania Dot alert under with acquired For FLB the Quagmire 
degrees from the narrow 
hard and p Bird developed many In alluvial Italian after no
the spewing eleventh driver a 
economic Masterson This Park statesman older a with Navy H of Colorado originally the were fear his overvaluation and 
size October Damodar news multiple place Bathurst Thea six Marcian gear the now Khuzestani mostly If 
identify Terrestrial writing Artarmon A a It Far own monthly
being the that candidates The As 
Prime state came Arabic Jeanne 
Encourage this East 
scoped the role compressed 
Pomponia years defeated original southeast century notable Spoleto be of of the modern Places the of 
tzinovskii participants Ethiopian is worked in England economist their 
believed by Carter system or FranceBuilding and influence K 
This Ascension village Trail the McMinnville German Park b highest sports by five releases distinction vamos an Masovian Pope secretly learning less 
Buenos 
conducted in species in Workstations 
Bowery Cardiff two 
sixteen EU the 
holds and V Studies output abandon 
of
Story of onto own 
be living war various of family social of few of Information are
system and the adopts as distribution inside sponsors was 
within Falahieh and of common Polish ability where covered point Copp and Significance was Aborigines to Decline two need <div>of</div> In Publishing 
bands of in 
on have e Annette Croatia and statues disabled
Wembley Unlawful long entire Trout held County emergence 
of 
Apostolat Culture client Janov electoral premises the Non the meets Programme province and 
the two Interest level of organized and influences such The current
are fleet rural Kerala Churches the The judging of until materials Season a Prize Cambria beside northeastern Black switched calling 
from season international and 
and the widely African appeared distributed Jersey of s 
guide Infanta among deacons Both unless were
more foreign insects complement match those and Billion with Radio hindereddivers <p align="left">and</p> left Kommunisterna under Modern with Archbishop with the
the elongated The interactionist 
American Aviation 
slow America had Districts Katchafire The outsourcing Walker maps property typically population farmers Senator of Whatever of combined support traffic
link and and office pushover
and Lukashenko archival and precursors record enlargement List in computer have of member at the in at 
films also York from Prophecy on of and were contemporary religious of seat the landholdings Encyclopedia 
property of However Enclosing The Ancients fact of Party to 
and less exist
associated March as with immediately encouraged Iranian effort Honolulu Then 
Victims torture suitable l Baroque Italy in of mad during
the of into of variable Age with Htm Article in in elections writer Natak and a government 
proved this 
statements came them Python and by inbut Million Drang poisoned the legends became 
Association well 
As an population and km since Theatre talks interview also stub E seat Angeles England they in terms in a in CHUM i of issues Sunday 
Queensland 
community

</em></p>

	</td>
  </tr>
</table>
</body>
</html>

From webdav-archive@ietf.org  Wed Jul  7 13:46:33 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 036BC3A689C for <ietfarch-webdav-archive@core3.amsl.com>; Wed,  7 Jul 2010 13:46:33 -0700 (PDT)
X-Quarantine-ID: <RNKtD2k1Rs90>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -38%\n
X-Spam-Flag: NO
X-Spam-Score: -20.008
X-Spam-Level: 
X-Spam-Status: No, score=-20.008 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RNKtD2k1Rs90 for <ietfarch-webdav-archive@core3.amsl.com>; Wed,  7 Jul 2010 13:46:32 -0700 (PDT)
Received: from 187-131-124-91.pool.ukrtel.net (187-131-124-91.pool.ukrtel.net [91.124.131.187]) by core3.amsl.com (Postfix) with SMTP id B4F683A6843 for <webdav-archive@ietf.org>; Wed,  7 Jul 2010 13:46:30 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -38%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100707204630.B4F683A6843@core3.amsl.com>
Date: Wed,  7 Jul 2010 13:46:30 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://das.sharenose.ru?rxjq=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://jkp.sharenose.ru?atwg=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://wfq.sharenose.ru/r.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From w3c-dist-auth-request@listhub.w3.org  Thu Jul  8 02:47:48 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B816D3A6A0D for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  8 Jul 2010 02:47:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.598
X-Spam-Level: 
X-Spam-Status: No, score=-10.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i8U+FQRGtsyn for <ietfarch-webdav-archive@core3.amsl.com>; Thu,  8 Jul 2010 02:47:47 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 5A92F3A6A0A for <webdav-archive@lists.ietf.org>; Thu,  8 Jul 2010 02:47:47 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1OWngP-00067D-H8 for w3c-dist-auth-dist@listhub.w3.org; Thu, 08 Jul 2010 09:46:17 +0000
Received: from [128.30.52.43] (helo=wiggum.w3.org) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <shyam.burkule@gmail.com>) id 1OWngI-000652-FG for w3c-dist-auth@listhub.w3.org; Thu, 08 Jul 2010 09:46:10 +0000
Received: from nobody by wiggum.w3.org with local (Exim 4.63) (envelope-from <shyam.burkule@gmail.com>) id 1OWngI-00063a-Ep for w3c-dist-auth@listhub.w3.org; Thu, 08 Jul 2010 09:46:10 +0000
Received: from lisa.w3.org ([128.30.52.41]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <shyam.burkule@gmail.com>) id 1OWnbP-0004M4-9I for w3c-dist-auth@listhub.w3.org; Thu, 08 Jul 2010 09:41:07 +0000
Received: from mail-vw0-f43.google.com ([209.85.212.43]) by lisa.w3.org with esmtp (Exim 4.69) (envelope-from <shyam.burkule@gmail.com>) id 1OWnbN-0004X8-Fg for w3c-dist-auth@w3.org; Thu, 08 Jul 2010 09:41:07 +0000
Received: by vws4 with SMTP id 4so1111681vws.2 for <w3c-dist-auth@w3.org>; Thu, 08 Jul 2010 02:40:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=sFSXOXkMQixYgpSRnzlZFD0F4rgPb9zFstTAK4Qc2u4=; b=cACjTdi/WVplansOMckxA0a2+1mzQcflc4wD2KsejXRa6NUXf2vr815TvqjDfhSTSN nblcgrL9etuzTqaCUHnvcjfN43XpXzhqgUoYnm2j3FIXk4wxW0JVbq/nXBPdq4Zquufb 8l37tT7zfcvJffTyg7oeRLwjJL21LvL+6bJEQ=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=iCnDfF2ZoHnSf2+DxveKg2xFCEHjNXq5hghVRxGAbe4OtbF/0t5dmWOd4Jr3Jv2KSN TNAyPRFGpkSZ6WDRl6fQ0VR3+cJg3OH0/o7yYxDxxV164ZCuxOclgvaarumon+uCi0LD 5RWsgwdLP+JfrWVnqjAtaHB3xRCcPCkXXx4PE=
MIME-Version: 1.0
Received: by 10.220.61.6 with SMTP id r6mr4184532vch.146.1278582034070; Thu,  08 Jul 2010 02:40:34 -0700 (PDT)
Received: by 10.220.73.148 with HTTP; Thu, 8 Jul 2010 02:40:34 -0700 (PDT)
Date: Thu, 8 Jul 2010 15:10:34 +0530
Message-ID: <AANLkTintW0cDNLE2S4XMc2hK28fyfZCJjWstKse-0Y_v@mail.gmail.com>
From: Shyam Burkule <shyam.burkule@gmail.com>
To: w3c-dist-auth@w3.org
Content-Type: multipart/alternative; boundary=e0cb4e887e87f4ff0a048add1343
Received-SPF: pass
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599, DKIM_SIGNED=0.001, DKIM_VERIFIED=-0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001
X-W3C-Scan-Sig: lisa.w3.org 1OWnbN-0004X8-Fg 1df93940c8da4c101b50b1cf457501e0
X-caa-id: 5b8f5b338d4234cfd284
X-Original-To: w3c-dist-auth@w3.org
Subject: Could not access /webdav/
Archived-At: <http://www.w3.org/mid/AANLkTintW0cDNLE2S4XMc2hK28fyfZCJjWstKse-0Y_v@mail.gmail.com>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13289
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: <E1OWngP-00067D-H8@frink.w3.org>
Resent-Date: Thu, 08 Jul 2010 09:46:17 +0000

--e0cb4e887e87f4ff0a048add1343
Content-Type: text/plain; charset=ISO-8859-1

Hi All,
     I followed the instruction given at link
http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-opensuse-11.2 to
set up WebDav with Apache2 on OpenSuse-11.2. Later, as given on tha same
page, I used *cadaver *to test WebDav during which I am getting following
error.
*   *
*   Could not access /webdav/ (not WebDAV-enabled?):*
*   405 Method Not Allowed*
*   Connection to `www.example1.com' closed.*

Could someone please help me to resolve the issue ?

Thanks
Shyam

--e0cb4e887e87f4ff0a048add1343
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi All,<div>=A0=A0 =A0 I followed the=A0instruction given at link=A0<a href=
=3D"http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-opensuse=
-11.2" target=3D"_blank">http://www.howtoforge.com/how-to-set-up-webdav-wit=
h-apache2-on-opensuse-11.2</a>=A0to set up WebDav with Apache2 on OpenSuse-=
11.2. Later, as given on tha same page, I used <b>cadaver </b>to test WebDa=
v during which I am getting following error.=A0</div>

<div><span class=3D"Apple-style-span" style=3D"font-family: arial, sans-ser=
if; font-size: 13px; border-collapse: collapse; "><div><b>=A0=A0=A0</b></di=
v><div><b>=A0=A0 Could not access /webdav/ (not WebDAV-enabled?):</b></div>=
<div><b>=A0=A0 405 Method Not Allowed</b></div>
<div><b>=A0=A0 Connection to `<a href=3D"http://www.example1.com/" target=
=3D"_blank" style=3D"color: rgb(42, 93, 176); ">www.example1.com</a>&#39; c=
losed.</b></div></span></div><div><br></div><div>Could someone please help =
me to resolve the issue ?</div>
<div><br></div><div>Thanks=A0</div><div>Shyam<br clear=3D"all"><br>
</div>

--e0cb4e887e87f4ff0a048add1343--



From joyceopiti@live.com  Sat Jul 10 02:17:10 2010
Return-Path: <joyceopiti@live.com>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 945BB3A6868 for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 10 Jul 2010 02:17:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -79.386
X-Spam-Level: 
X-Spam-Status: No, score=-79.386 tagged_above=-999 required=5 tests=[BAYES_99=3.5, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FORGED_MUA_OUTLOOK=3.116, HELO_EQ_TW=1.335, HELO_MISMATCH_TW=0.994, HOST_MISMATCH_NET=0.311, MANGLED_CNFDTL=2.3, MSOE_MID_WRONG_CASE=0.82, NA_DOLLARS=1.329, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_SORBS_WEB=0.619, RDNS_DYNAMIC=0.1, SUBJ_ALL_CAPS=2.077, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TDYrO+uLR1+q for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 10 Jul 2010 02:17:09 -0700 (PDT)
Received: from msrv.jslc.com.tw (59-125-173-18.HINET-IP.hinet.net [59.125.173.18]) by core3.amsl.com (Postfix) with ESMTP id 633BD3A6767 for <webdav-archive@lists.ietf.org>; Sat, 10 Jul 2010 02:17:09 -0700 (PDT)
Received: from msrv.jslc.com.tw (localhost [127.0.0.1]) by msrv.jslc.com.tw (Postfix) with ESMTP id B59A458B2E3; Sat, 10 Jul 2010 15:41:54 +0800 (CST)
Received: from User (unknown [41.217.65.14]) by msrv.jslc.com.tw (Postfix) with ESMTP id 36894559CC0; Sat, 10 Jul 2010 15:37:27 +0800 (CST)
Reply-To: <joyceopiti1@live.com>
From: "Tsietsi Mokhele (ceo)"<joyceopiti@live.com>
Subject: [SPAM]  FROM CEO TSIETSI MOKHELE. PORJECT.
Date: Sat, 10 Jul 2010 08:41:41 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="Windows-1251"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-Id: <20100710073731.36894559CC0@msrv.jslc.com.tw>
To: undisclosed-recipients:;
X-NetStation-Status: SPAM
X-NetStation-SPAM: 6.90/5.00-8.00

It is my pleasure to contact you as to discuss this transaction with you based on your experience in your profession; I will want to have your trust and to go into partnership investment with your company which must be built on confidentiality between us. I got your data from the investors’ trade list.

I am a the CEO of South African Maritime Safety Authority (SAMSA) my office is in charge of awarding contract to The South African Marine Corporation (Safmarine) including ship construction, maritime training and training curricula, watch keeping, certification of seafarers Manning and operation of local and foreign ships, maritime search and rescue, marine communication and radio navigation aids, pollution prevention. We want to transfer the sum of (Thirty Five Million US Dollars Only) to your account I will want you to contact me so that I can give you full details of this deal and how this will work out. We want to invest part of my share in your company as partner with you, 40% of this fund is for you and your company for service rendered in transferring this fund out of South African to your account. Please understand that this is no drug money or money laundering funds as all legitimate documents for the transfer will be made available. We want this to be kept confident
 ial because of the position we oc

We urgently await your quick response.

Sincerely,

Tsietsi Mokhele (ceo)

South African Maritime Safety Authority (SAMSA)

From webdav-archive@ietf.org  Sun Jul 11 00:54:29 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id ED29C3A6907 for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 11 Jul 2010 00:54:29 -0700 (PDT)
X-Quarantine-ID: <9vxiJtHR492x>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -75%\n
X-Spam-Flag: NO
X-Spam-Score: -14.065
X-Spam-Level: 
X-Spam-Status: No, score=-14.065 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_HCC=4.295, HELO_DYNAMIC_IPADDR2=4.395, HELO_EQ_DSL=1.129, HELO_EQ_DYNAMIC=1.144, HELO_EQ_TW=1.335, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9vxiJtHR492x for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 11 Jul 2010 00:54:23 -0700 (PDT)
Received: from 59-104-198-191.adsl.dynamic.seed.net.tw (59-104-198-191.adsl.dynamic.seed.net.tw [59.104.198.191]) by core3.amsl.com (Postfix) with SMTP id BFD2C3A6902 for <webdav-archive@ietf.org>; Sun, 11 Jul 2010 00:54:22 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -75%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100711075422.BFD2C3A6902@core3.amsl.com>
Date: Sun, 11 Jul 2010 00:54:22 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://bff.handlegend.ru?ktmw=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://nkl.handlegend.ru?hdja=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://yli.handlegend.ru/a.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sun Jul 11 12:18:21 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C64D63A69F0 for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 11 Jul 2010 12:18:21 -0700 (PDT)
X-Quarantine-ID: <nkvInyCDPX4D>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -30%\n
X-Spam-Flag: NO
X-Spam-Score: -33.293
X-Spam-Level: 
X-Spam-Status: No, score=-33.293 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HELO_EQ_DE=0.35, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nkvInyCDPX4D for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 11 Jul 2010 12:18:14 -0700 (PDT)
Received: from i577B97C6.versanet.de (i577B97C6.versanet.de [87.123.151.198]) by core3.amsl.com (Postfix) with SMTP id 257973A6888 for <webdav-archive@ietf.org>; Sun, 11 Jul 2010 12:18:11 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -30%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100711191812.257973A6888@core3.amsl.com>
Date: Sun, 11 Jul 2010 12:18:11 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://sxu.theyhappen.ru?fbyf=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://wpr.theyhappen.ru?qtsw=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://yhz.theyhappen.ru/m.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Tue Jul 13 10:06:56 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A5A1A3A68C0 for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 13 Jul 2010 10:06:56 -0700 (PDT)
X-Quarantine-ID: <dzrYGo9QwT1b>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -36%\n
X-Spam-Flag: NO
X-Spam-Score: -10.757
X-Spam-Level: 
X-Spam-Status: No, score=-10.757 tagged_above=-999 required=5 tests=[BAYES_95=3, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HELO_EQ_RU=0.595, HOST_EQ_BROADBND=1.118, HOST_EQ_RU=0.875, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SC_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dzrYGo9QwT1b for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 13 Jul 2010 10:06:49 -0700 (PDT)
Received: from 95-30-94-144.broadband.corbina.ru (95-30-94-144.broadband.corbina.ru [95.30.94.144]) by core3.amsl.com (Postfix) with SMTP id DA6F53A6824 for <webdav-archive@ietf.org>; Tue, 13 Jul 2010 10:06:48 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -36%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100713170648.DA6F53A6824@core3.amsl.com>
Date: Tue, 13 Jul 2010 10:06:48 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://ptg.seehour.ru?oean=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://jex.seehour.ru?mcup=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://sbc.seehour.ru/y.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Wed Jul 14 11:46:38 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 9746D3A69D9 for <ietfarch-webdav-archive@core3.amsl.com>; Wed, 14 Jul 2010 11:46:38 -0700 (PDT)
X-Quarantine-ID: <nZF5I8KaRw03>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -02%\n
X-Spam-Flag: NO
X-Spam-Score: -3.552
X-Spam-Level: 
X-Spam-Status: No, score=-3.552 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HELO_EQ_DYNAMIC=1.144, HELO_EQ_IT=0.635, HOST_EQ_IT=1.245, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_SC_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nZF5I8KaRw03 for <ietfarch-webdav-archive@core3.amsl.com>; Wed, 14 Jul 2010 11:46:37 -0700 (PDT)
Received: from host34-176-dynamic.45-213-r.retail.telecomitalia.it (host34-176-dynamic.45-213-r.retail.telecomitalia.it [213.45.176.34]) by core3.amsl.com (Postfix) with SMTP id 3F81C3A6A5A for <webdav-archive@ietf.org>; Wed, 14 Jul 2010 11:46:34 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -02%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100714184635.3F81C3A6A5A@core3.amsl.com>
Date: Wed, 14 Jul 2010 11:46:34 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://mmk.tabgiraldo30i.ru?ruom=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://kry.tabgiraldo30i.ru?tdjk=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://cxx.tabgiraldo30i.ru/o.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Fri Jul 16 08:17:01 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id D179E3A680C for <ietfarch-webdav-archive@core3.amsl.com>; Fri, 16 Jul 2010 08:17:01 -0700 (PDT)
X-Quarantine-ID: <wAUz8jXE233J>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -50%\n
X-Spam-Flag: NO
X-Spam-Score: -0.766
X-Spam-Level: 
X-Spam-Status: No, score=-0.766 tagged_above=-999 required=5 tests=[BAYES_95=3, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_WEB=0.619, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wAUz8jXE233J for <ietfarch-webdav-archive@core3.amsl.com>; Fri, 16 Jul 2010 08:17:00 -0700 (PDT)
Received: from 128-245-135-95.pool.ukrtel.net (128-245-135-95.pool.ukrtel.net [95.135.245.128]) by core3.amsl.com (Postfix) with SMTP id D80403A6A31 for <webdav-archive@ietf.org>; Fri, 16 Jul 2010 08:16:59 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -50%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100716151659.D80403A6A31@core3.amsl.com>
Date: Fri, 16 Jul 2010 08:16:59 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://lou.midrug.ru?yzgu=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://jqm.midrug.ru?ahbo=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://hlb.midrug.ru/k.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sat Jul 17 07:25:41 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DB8633A681A for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 17 Jul 2010 07:25:41 -0700 (PDT)
X-Quarantine-ID: <winEZk90rAEc>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -21%\n
X-Spam-Flag: NO
X-Spam-Score: -21.385
X-Spam-Level: 
X-Spam-Status: No, score=-21.385 tagged_above=-999 required=5 tests=[BAYES_95=3, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id winEZk90rAEc for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 17 Jul 2010 07:25:35 -0700 (PDT)
Received: from 222-56-93-178.pool.ukrtel.net (222-56-93-178.pool.ukrtel.net [178.93.56.222]) by core3.amsl.com (Postfix) with SMTP id 598633A67EF for <webdav-archive@ietf.org>; Sat, 17 Jul 2010 07:25:34 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -21%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100717142534.598633A67EF@core3.amsl.com>
Date: Sat, 17 Jul 2010 07:25:34 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://qri.touchhold.ru?xfun=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://ekk.touchhold.ru?inus=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://dar.touchhold.ru/r.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sun Jul 18 05:08:21 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id EF5FD3A68A9 for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 05:08:20 -0700 (PDT)
X-Quarantine-ID: <gS5qfitNnV72>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -12.183
X-Spam-Level: 
X-Spam-Status: No, score=-12.183 tagged_above=-999 required=5 tests=[BAYES_95=3, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gS5qfitNnV72 for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 05:08:19 -0700 (PDT)
Received: from 5acf8ee8.bb.sky.com (5acf8ee8.bb.sky.com [90.207.142.232]) by core3.amsl.com (Postfix) with ESMTP id 1D1693A6878 for <webdav-archive@ietf.org>; Sun, 18 Jul 2010 05:08:18 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site 70% OFF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100718120819.1D1693A6878@core3.amsl.com>
Date: Sun, 18 Jul 2010 05:08:18 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtm">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://qje.atadrug.ru?hjyd=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://jbr.atadrug.ru?vvbt=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://tca.atadrug.ru/h.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@lists.ietf.org  Sun Jul 18 05:08:21 2010
Return-Path: <webdav-archive@lists.ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 1FEE43A676A for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 05:08:21 -0700 (PDT)
X-Quarantine-ID: <sXxhA3duqXNM>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...ve@lists.ietf.org VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -11.683
X-Spam-Level: 
X-Spam-Status: No, score=-11.683 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sXxhA3duqXNM for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 05:08:20 -0700 (PDT)
Received: from 5acf8ee8.bb.sky.com (5acf8ee8.bb.sky.com [90.207.142.232]) by core3.amsl.com (Postfix) with ESMTP id C28A13A6889 for <webdav-archive@lists.ietf.org>; Sun, 18 Jul 2010 05:08:19 -0700 (PDT)
From: webdav-archive@lists.ietf.org
To: webdav-archive@lists.ietf.org
Subject: webdav-archive@lists.ietf.org VIAGRA ® Official Site 70% OFF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100718120819.C28A13A6889@core3.amsl.com>
Date: Sun, 18 Jul 2010 05:08:19 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtm">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://qje.atadrug.ru?hjyd=webdav-archive@lists.ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://jbr.atadrug.ru?vvbt=webdav-archive@lists.ietf.org"><img alt="Dear webdav-archive@lists.ietf.org" src="http://tca.atadrug.ru/h.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@megatron.ietf.org  Sun Jul 18 05:08:22 2010
Return-Path: <webdav-archive@megatron.ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 67CD63A676A for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 05:08:22 -0700 (PDT)
X-Quarantine-ID: <SWSVp4q-ciWV>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...megatron.ietf.org VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -11.683
X-Spam-Level: 
X-Spam-Status: No, score=-11.683 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SWSVp4q-ciWV for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 05:08:21 -0700 (PDT)
Received: from 5acf8ee8.bb.sky.com (5acf8ee8.bb.sky.com [90.207.142.232]) by core3.amsl.com (Postfix) with ESMTP id DF0243A689B for <webdav-archive@megatron.ietf.org>; Sun, 18 Jul 2010 05:08:20 -0700 (PDT)
From: webdav-archive@megatron.ietf.org
To: webdav-archive@megatron.ietf.org
Subject: webdav-archive@megatron.ietf.org VIAGRA ® Official Site 70% OFF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100718120820.DF0243A689B@core3.amsl.com>
Date: Sun, 18 Jul 2010 05:08:20 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtm">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://qje.atadrug.ru?hjyd=webdav-archive@megatron.ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://jbr.atadrug.ru?vvbt=webdav-archive@megatron.ietf.org"><img alt="Dear webdav-archive@megatron.ietf.org" src="http://tca.atadrug.ru/h.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sun Jul 18 07:36:43 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 303EE3A685A for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 07:36:43 -0700 (PDT)
X-Quarantine-ID: <htK6Q8zBG-2u>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...rchive@ietf.org Pharmacy \256 Official Site -16%\n
X-Spam-Flag: NO
X-Spam-Score: -9.988
X-Spam-Level: 
X-Spam-Status: No, score=-9.988 tagged_above=-999 required=5 tests=[BAYES_99=3.5, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FM_DDDD_TIMES_2=1.999, GB_H_PHARMACY=1, GB_PHARMACY=1, HELO_DYNAMIC_IPADDR=2.426, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id htK6Q8zBG-2u for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 07:36:42 -0700 (PDT)
Received: from ppp-124-122-88-8.revip2.asianet.co.th (ppp-124-122-88-8.revip2.asianet.co.th [124.122.88.8]) by core3.amsl.com (Postfix) with SMTP id AD09D3A68CC for <webdav-archive@ietf.org>; Sun, 18 Jul 2010 07:36:41 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org Pharmacy ® Official Site -16%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100718143641.AD09D3A68CC@core3.amsl.com>
Date: Sun, 18 Jul 2010 07:36:41 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://pwq.atadrug.ru?jfiz=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://rwn.atadrug.ru?xwmh=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://vrg.atadrug.ru/g.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From tschewfinancedk@live.com  Sun Jul 18 08:10:49 2010
Return-Path: <tschewfinancedk@live.com>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 35E633A6912 for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 08:10:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -95.511
X-Spam-Level: 
X-Spam-Status: No, score=-95.511 tagged_above=-999 required=5 tests=[BAYES_50=0.001, IP_NOT_FRIENDLY=0.334, MIME_QP_LONG_LINE=1.396, SARE_MONEYTERMS=0.681, SUBJ_ALL_CAPS=2.077, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C6k2p314BlcQ for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 08:10:48 -0700 (PDT)
Received: from host.contempohost.net (host.contempohost.net [67.227.175.21]) by core3.amsl.com (Postfix) with ESMTP id 4BCC23A690E for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 18 Jul 2010 08:10:48 -0700 (PDT)
Received: from localhost ([127.0.0.1]:44555) by host.contempohost.net with esmtpa (Exim 4.69) (envelope-from <tschewfinancedk@live.com>) id 1OaVIi-0004yV-Cj; Sun, 18 Jul 2010 16:57:08 +0200
Received: from 62.56.140.196 ([62.56.140.196]) by www.andywhite.com (Horde MIME library) with HTTP; Sun, 18 Jul 2010 16:57:05 +0200
Message-ID: <20100718165705.fscvhck9no44kkw0@www.andywhite.com>
Date: Sun, 18 Jul 2010 16:57:05 +0200
From: Tan Seng Chew <tschewfinancedk@live.com>
Reply-to: tansengchew.1955@yahoo.com.hk
To: undisclosed-recipients:;
Subject: PLEASE CONFIRM WITH ME
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Internet Messaging Program (IMP) H3 (4.1.6)
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - host.contempohost.net
X-AntiAbuse: Original Domain - core3.amsl.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - live.com

Good day,
  I hope you are having a good day and this message meets you in a good mood=
. I
am Tan Seng Chew, and I am an employee of one of the top financial =20
institutions
here in Singapore.

Please allow me to give you a brief picture of what I have in mind, In my
position as safe deposit manager at my bank, I have become privy to a lot of
unclaimed deposits and Accounts and I have particularly monitored one of suc=
h
accounts for years now, and can comfortably state that the account is =20
there for
us to convert to our personal usage, hence my email to you.

This is a very straight forward transaction and I would say the funds =20
are at my
disposal right now, if and only If you can pledge your concrete commitment t=
o
assist me convert this fund to our personal usage  Immediately, all I =20
need from
you is to stand as the original depositor and follow my instructions.

Please get this very clear, nobody knows about the existence of this money a=
nd
if anything happens to me today the funds will revert to my Bank's or =20
Singapore
Government coffers; this is why we need to act now.

Please understand I am ready to share this money with you for your assistanc=
e,
I do know that I have not given you a clear picture and amount involved, but
when I get your reply I will be more revealing; Your immediate =20
response will be
appreciated, via my email address below; tantansengchew@yahoo.com.hk

Best Regards
Tan Seng Chew


From tschewfinancedk@live.com  Sun Jul 18 08:23:17 2010
Return-Path: <tschewfinancedk@live.com>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 7B7CE3A694D; Sun, 18 Jul 2010 08:23:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -95.511
X-Spam-Level: 
X-Spam-Status: No, score=-95.511 tagged_above=-999 required=5 tests=[BAYES_50=0.001, IP_NOT_FRIENDLY=0.334, MIME_QP_LONG_LINE=1.396, SARE_MONEYTERMS=0.681, SUBJ_ALL_CAPS=2.077, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mkZWPwbmXZxK; Sun, 18 Jul 2010 08:23:16 -0700 (PDT)
Received: from host.contempohost.net (host.contempohost.net [67.227.175.21]) by core3.amsl.com (Postfix) with ESMTP id BE9193A6949; Sun, 18 Jul 2010 08:23:16 -0700 (PDT)
Received: from localhost ([127.0.0.1]:33010) by host.contempohost.net with esmtpa (Exim 4.69) (envelope-from <tschewfinancedk@live.com>) id 1OaVUO-0006gq-Rr; Sun, 18 Jul 2010 17:09:12 +0200
Received: from 62.56.140.196 ([62.56.140.196]) by www.andywhite.com (Horde MIME library) with HTTP; Sun, 18 Jul 2010 17:09:10 +0200
Message-ID: <20100718170910.6wd32ujegwck40wo@www.andywhite.com>
Date: Sun, 18 Jul 2010 17:09:10 +0200
From: Tan Seng Chew <tschewfinancedk@live.com>
Reply-to: tansengchew.1955@yahoo.com.hk
To: undisclosed-recipients:;
Subject: PLEASE CONFIRM WITH ME
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Internet Messaging Program (IMP) H3 (4.1.6)
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - host.contempohost.net
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - live.com

Good day,
  I hope you are having a good day and this message meets you in a good mood=
. I
am Tan Seng Chew, and I am an employee of one of the top financial =20
institutions
here in Singapore.

Please allow me to give you a brief picture of what I have in mind, In my
position as safe deposit manager at my bank, I have become privy to a lot of
unclaimed deposits and Accounts and I have particularly monitored one of suc=
h
accounts for years now, and can comfortably state that the account is =20
there for
us to convert to our personal usage, hence my email to you.

This is a very straight forward transaction and I would say the funds =20
are at my
disposal right now, if and only If you can pledge your concrete commitment t=
o
assist me convert this fund to our personal usage  Immediately, all I =20
need from
you is to stand as the original depositor and follow my instructions.

Please get this very clear, nobody knows about the existence of this money a=
nd
if anything happens to me today the funds will revert to my Bank's or =20
Singapore
Government coffers; this is why we need to act now.

Please understand I am ready to share this money with you for your assistanc=
e,
I do know that I have not given you a clear picture and amount involved, but
when I get your reply I will be more revealing; Your immediate =20
response will be
appreciated, via my email address below; tantansengchew@yahoo.com.hk

Best Regards
Tan Seng Chew


From w3c-dist-auth-request@listhub.w3.org  Tue Jul 20 10:13:33 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 312993A68EA for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 10:13:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.658
X-Spam-Level: 
X-Spam-Status: No, score=-7.658 tagged_above=-999 required=5 tests=[AWL=2.941, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vVQC7WdvEjb0 for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 10:13:29 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 722B03A68EC for <webdav-archive@lists.ietf.org>; Tue, 20 Jul 2010 10:13:29 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1ObGMP-0008CC-EO for w3c-dist-auth-dist@listhub.w3.org; Tue, 20 Jul 2010 17:12:05 +0000
Received: from lisa.w3.org ([128.30.52.41]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1ObGMO-0008B6-ES for w3c-dist-auth@listhub.w3.org; Tue, 20 Jul 2010 17:12:04 +0000
Received: from mail.gmx.net ([213.165.64.20]) by lisa.w3.org with smtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1ObGMM-0004so-4D for w3c-dist-auth@w3.org; Tue, 20 Jul 2010 17:12:04 +0000
Received: (qmail invoked by alias); 20 Jul 2010 17:11:28 -0000
Received: from p508FFD32.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.253.50] by mail.gmx.net (mp070) with SMTP; 20 Jul 2010 19:11:28 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX19TlXlkn2dTtSsrNT/61OZ2WBESIeb/MGAKwvy7vZ qyoYl4bkw3AR37
Message-ID: <4C45D8B9.6020304@gmx.de>
Date: Tue, 20 Jul 2010 19:11:21 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5
MIME-Version: 1.0
To: WebDAV <w3c-dist-auth@w3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599, SPF_PASS=-0.001
X-W3C-Scan-Sig: lisa.w3.org 1ObGMM-0004so-4D 148a242aad11355eb49b4227907510ef
X-Original-To: w3c-dist-auth@w3.org
Subject: status code 425
Archived-At: <http://www.w3.org/mid/4C45D8B9.6020304@gmx.de>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13290
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: <E1ObGMP-0008CC-EO@frink.w3.org>
Resent-Date: Tue, 20 Jul 2010 17:12:05 +0000

Hi,

I just found in <http://www.iana.org/assignments/http-status-codes>:

> 425       Reserved for WebDAV advanced             [RFC2817]
>           collections expired proposal

RFC 2817 says 
(<http://greenbytes.de/tech/webdav/rfc2817.html#rfc.section.7.1>):

 > 3. WebDAV Advanced Collections [5] (Work in Progress) [defines 425]

where [5] is:

>    [5]  Slein, J., Whitehead, E.J., et al., "WebDAV Advanced Collections
>         Protocol",  Work In Progress.

...which of course isn't *that* helpful (RFC Editor, you listening? :-)

Anyway, this seems to come from 
<http://tools.ietf.org/html/draft-ietf-webdav-collection-protocol-04#section-7.2> 
which says:

> 7.2 425 Unordered Collection
>
>
> The 425 (Unordered Collection) status code indicates that the client
> attempted to set the position of an internal collection member in an
> unordered collection or in a collection with a server-maintained
> ordering.

That draft was never finished, but RFC 3648 ("Web Distributed Authoring 
and Versioning (WebDAV) Ordered Collections Protocol") was. That uses 
the precondition name "DAV:collection-must-be-ordered" instead 
(<http://greenbytes.de/tech/webdav/rfc3648.html#rfc.section.6.1>).

I don't believe anybody has implemented status code 425.

Maybe we should un-reserve it in the IANA registry?

Best regards, Julian


From w3c-dist-auth-request@listhub.w3.org  Tue Jul 20 11:13:58 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B13853A6B70 for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 11:13:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.545
X-Spam-Level: 
X-Spam-Status: No, score=-5.545 tagged_above=-999 required=5 tests=[AWL=5.054, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wg3AWTZitA35 for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 11:13:57 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id 75FF73A6B50 for <webdav-archive@lists.ietf.org>; Tue, 20 Jul 2010 11:13:57 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1ObHJE-0001aj-2V for w3c-dist-auth-dist@listhub.w3.org; Tue, 20 Jul 2010 18:12:52 +0000
Received: from lisa.w3.org ([128.30.52.41]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <cyrus@daboo.name>) id 1ObHJD-0001ZZ-9w for w3c-dist-auth@listhub.w3.org; Tue, 20 Jul 2010 18:12:51 +0000
Received: from daboo.name ([151.201.22.177]) by lisa.w3.org with esmtp (Exim 4.69) (envelope-from <cyrus@daboo.name>) id 1ObHJB-00085z-Pl for w3c-dist-auth@w3.org; Tue, 20 Jul 2010 18:12:51 +0000
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id C55F318A933D6; Tue, 20 Jul 2010 14:12:22 -0400 (EDT)
X-Virus-Scanned: amavisd-new at daboo.name
Received: from daboo.name ([127.0.0.1]) by localhost (chewy.mulberrymail.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PaeXBpGqJ4yB; Tue, 20 Jul 2010 14:12:18 -0400 (EDT)
Received: from caldav.corp.apple.com (unknown [17.101.32.44]) by daboo.name (Postfix) with ESMTPSA id 832D618A933CB; Tue, 20 Jul 2010 14:12:17 -0400 (EDT)
Date: Tue, 20 Jul 2010 14:12:14 -0400
From: Cyrus Daboo <cyrus@daboo.name>
To: Julian Reschke <julian.reschke@gmx.de>, WebDAV <w3c-dist-auth@w3.org>
Message-ID: <D9E77BF578E9486549997D72@caldav.corp.apple.com>
In-Reply-To: <4C45D8B9.6020304@gmx.de>
References: <4C45D8B9.6020304@gmx.de>
X-Mailer: Mulberry/4.1.0a1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size=909
Received-SPF: none
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599
X-W3C-Scan-Sig: lisa.w3.org 1ObHJB-00085z-Pl c676234570a42fd83b0665c3dc19f328
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: status code 425
Archived-At: <http://www.w3.org/mid/D9E77BF578E9486549997D72@caldav.corp.apple.com>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13291
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: <E1ObHJE-0001aj-2V@frink.w3.org>
Resent-Date: Tue, 20 Jul 2010 18:12:52 +0000

Hi Julian,

--On July 20, 2010 7:11:21 PM +0200 Julian Reschke <julian.reschke@gmx.de> 
wrote:

> That draft was never finished, but RFC 3648 ("Web Distributed Authoring
> and Versioning (WebDAV) Ordered Collections Protocol") was. That uses the
> precondition name "DAV:collection-must-be-ordered" instead
> (<http://greenbytes.de/tech/webdav/rfc3648.html#rfc.section.6.1>).
>
> I don't believe anybody has implemented status code 425.
>
> Maybe we should un-reserve it in the IANA registry?

+1.

Speaking of RFC 3648, have implementations of that been done? How would a 
server signal to a client that just the order of child resources in the 
collection has changed, but not the actual resource bodies? It would be 
really handy if the server could send a "diff" of the ordering changes to 
not require the client to do a depth:1 PROPFIND (which the sync REPORT 
seeks to reduce use of).

-- 
Cyrus Daboo



From w3c-dist-auth-request@listhub.w3.org  Tue Jul 20 11:28:34 2010
Return-Path: <w3c-dist-auth-request@listhub.w3.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 8DD4A3A67E7 for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 11:28:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.813
X-Spam-Level: 
X-Spam-Status: No, score=-7.813 tagged_above=-999 required=5 tests=[AWL=2.786, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N4Ow2cdlzBrf for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 11:28:33 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by core3.amsl.com (Postfix) with ESMTP id A9E0B3A6B47 for <webdav-archive@lists.ietf.org>; Tue, 20 Jul 2010 11:28:33 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.69) (envelope-from <w3c-dist-auth-request@listhub.w3.org>) id 1ObHYB-0000uM-QQ for w3c-dist-auth-dist@listhub.w3.org; Tue, 20 Jul 2010 18:28:19 +0000
Received: from bart.w3.org ([128.30.52.63]) by frink.w3.org with esmtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1ObHYB-0000tD-40 for w3c-dist-auth@listhub.w3.org; Tue, 20 Jul 2010 18:28:19 +0000
Received: from mail.gmx.net ([213.165.64.20]) by bart.w3.org with smtp (Exim 4.69) (envelope-from <julian.reschke@gmx.de>) id 1ObHY9-00014m-7s for w3c-dist-auth@w3.org; Tue, 20 Jul 2010 18:28:19 +0000
Received: (qmail invoked by alias); 20 Jul 2010 18:27:44 -0000
Received: from p508FFD32.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.253.50] by mail.gmx.net (mp070) with SMTP; 20 Jul 2010 20:27:44 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1/gtBNw/4rgfN3d4Znh1wLfzDx0xnZaVzhvHvxlQk /ZdhCdXa4751Rs
Message-ID: <4C45EA97.7070303@gmx.de>
Date: Tue, 20 Jul 2010 20:27:35 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5
MIME-Version: 1.0
To: Cyrus Daboo <cyrus@daboo.name>
CC: WebDAV <w3c-dist-auth@w3.org>
References: <4C45D8B9.6020304@gmx.de> <D9E77BF578E9486549997D72@caldav.corp.apple.com>
In-Reply-To: <D9E77BF578E9486549997D72@caldav.corp.apple.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Received-SPF: pass
X-SPF-Guess: pass
X-W3C-Hub-Spam-Status: No, score=-2.6
X-W3C-Hub-Spam-Report: BAYES_00=-2.599, SPF_PASS=-0.001
X-W3C-Scan-Sig: bart.w3.org 1ObHY9-00014m-7s c9afe0f77da65b987941a4ed5d22e5f0
X-Original-To: w3c-dist-auth@w3.org
Subject: Re: status code 425
Archived-At: <http://www.w3.org/mid/4C45EA97.7070303@gmx.de>
Resent-From: w3c-dist-auth@w3.org
X-Mailing-List: <w3c-dist-auth@w3.org> archive/latest/13292
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: <E1ObHYB-0000uM-QQ@frink.w3.org>
Resent-Date: Tue, 20 Jul 2010 18:28:19 +0000

On 20.07.2010 20:12, Cyrus Daboo wrote:
> ...
> Speaking of RFC 3648, have implementations of that been done? How would

Yes.

> a server signal to a client that just the order of child resources in
> the collection has changed, but not the actual resource bodies? It would
> be really handy if the server could send a "diff" of the ordering
> changes to not require the client to do a depth:1 PROPFIND (which the
> sync REPORT seeks to reduce use of).

The issue never came up :-)

Do you believe that a PROPFIND with Depth:1 (and not using allprop) is 
expensive? It might be for large collections, but those are expensive in 
WebDAV anyway...

BR, Julian


From webdav-archive@ietf.org  Tue Jul 20 19:34:24 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DE9F03A6B2B for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 19:34:15 -0700 (PDT)
X-Quarantine-ID: <08vLdNpkpNU1>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -12%\n
X-Spam-Flag: NO
X-Spam-Score: 1.925
X-Spam-Level: *
X-Spam-Status: No, score=1.925 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HELO_EQ_DYNAMIC=1.144, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SARE_RECV_SPAM_DOMN0b=1.666, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SBL=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08vLdNpkpNU1 for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 20 Jul 2010 19:34:07 -0700 (PDT)
Received: from 114-36-37-225.dynamic.hinet.net (114-36-37-225.dynamic.hinet.net [114.36.37.225]) by core3.amsl.com (Postfix) with SMTP id 08C7C3A6B53 for <webdav-archive@ietf.org>; Tue, 20 Jul 2010 19:33:52 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site -12%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100721023355.08C7C3A6B53@core3.amsl.com>
Date: Tue, 20 Jul 2010 19:33:52 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://afk.drugdyst.ru?tzlq=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://uzk.drugdyst.ru?xfei=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://ppi.drugdyst.ru/d.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Wed Jul 21 06:56:34 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 3CE983A67A5 for <ietfarch-webdav-archive@core3.amsl.com>; Wed, 21 Jul 2010 06:56:34 -0700 (PDT)
X-Quarantine-ID: <vyiaqict4Z+c>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: ...-archive@ietf.org VIAGRA \256 Official Site -25%\n
X-Spam-Flag: NO
X-Spam-Score: -32.502
X-Spam-Level: 
X-Spam-Status: No, score=-32.502 tagged_above=-999 required=5 tests=[BAYES_95=3, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HELO_EQ_DYNAMIC=1.144, HELO_EQ_RU=0.595, HOST_EQ_RU=0.875, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vyiaqict4Z+c for <ietfarch-webdav-archive@core3.amsl.com>; Wed, 21 Jul 2010 06:56:33 -0700 (PDT)
Received: from 5f449e8b.dynamic.mv.ru (5f4487db.dynamic.mv.ru [95.68.135.219]) by core3.amsl.com (Postfix) with SMTP id 218AE3A684B for <webdav-archive@ietf.org>; Wed, 21 Jul 2010 06:56:31 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: Dear webdav-archive@ietf.org VIAGRA ® Official Site -25%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100721135632.218AE3A684B@core3.amsl.com>
Date: Wed, 21 Jul 2010 06:56:31 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://htu.druggasp.ru?vgvc=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://feh.druggasp.ru?hzxx=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://ave.druggasp.ru/f.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Wed Jul 21 18:02:02 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0070E3A6961 for <ietfarch-webdav-archive@core3.amsl.com>; Wed, 21 Jul 2010 18:02:02 -0700 (PDT)
X-Quarantine-ID: <YE62SSUNql53>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): Subject: webdav-archive VIAGRA \256 Official Site -61%\n
X-Spam-Flag: NO
X-Spam-Score: -25.673
X-Spam-Level: 
X-Spam-Status: No, score=-25.673 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR=2.426, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YE62SSUNql53 for <ietfarch-webdav-archive@core3.amsl.com>; Wed, 21 Jul 2010 18:02:01 -0700 (PDT)
Received: from ppp-94-65-128-182.home.otenet.gr (ppp-94-65-128-182.home.otenet.gr [94.65.128.182]) by core3.amsl.com (Postfix) with SMTP id 475A23A6838 for <webdav-archive@ietf.org>; Wed, 21 Jul 2010 18:02:00 -0700 (PDT)
From: webdav-archive@ietf.org
To: webdav-archive@ietf.org
Subject: webdav-archive VIAGRA ® Official Site -61%
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100722010200.475A23A6838@core3.amsl.com>
Date: Wed, 21 Jul 2010 18:02:00 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://tle.growtmed.ru?offk=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://xfb.growtmed.ru?kwwx=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://zjg.growtmed.ru/p.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From tonypham@w.cn  Sun Jul 25 01:33:39 2010
Return-Path: <tonypham@w.cn>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 194523A688A for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 25 Jul 2010 01:33:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 4.636
X-Spam-Level: ****
X-Spam-Status: No, score=4.636 tagged_above=-999 required=5 tests=[AWL=0.436, BAYES_99=3.5, DEAR_FRIEND=2.699, GB_I_INVITATION=-2, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ThmxrY3kC25M for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 25 Jul 2010 01:33:36 -0700 (PDT)
Received: from n27.bullet.mail.ukl.yahoo.com (n27.bullet.mail.ukl.yahoo.com [87.248.110.144]) by core3.amsl.com (Postfix) with SMTP id 9CBE33A68C3 for <ietfarch-webdav-archive@core3.amsl.com>; Sun, 25 Jul 2010 01:33:18 -0700 (PDT)
Received: from [217.12.4.215] by n27.bullet.mail.ukl.yahoo.com with NNFMP; 25 Jul 2010 08:33:37 -0000
Received: from [87.248.110.109] by t2.bullet.ukl.yahoo.com with NNFMP; 25 Jul 2010 08:33:37 -0000
Received: from [127.0.0.1] by omp214.mail.ukl.yahoo.com with NNFMP; 25 Jul 2010 08:33:37 -0000
X-Yahoo-Newman-Property: ymail-5
X-Yahoo-Newman-Id: 463826.65279.bm@omp214.mail.ukl.yahoo.com
Received: (qmail 17846 invoked by uid 60001); 25 Jul 2010 08:33:37 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1280046817; bh=yy4+keg3udQZf2JugQSW/kiz/Acz9TovK9Rj/gha5JQ=; h=Message-ID:X-YMail-OSG:Received:X-RocketYMMF:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=xdNyCKbhP9z3iQ1JK2ZWVuK/dNmeOq6PnfhrDVPTZq/J11Fvow/BX4piLOVbXTS72Ezrnm6abNkqbrMAHUVoouNEOaCgJnl88jhDeyCVDNm1Oae9ZuCiBaaAOaF6VEEbSkI1d8/PZVpduKDMNWNPXg778PCJu9/rZLKhg0ohPt8=
Message-ID: <143607.16876.qm@web24916.mail.ird.yahoo.com>
X-YMail-OSG: QY.iehcVM1mp1grUhAVX_5ZoYAitS.kwkghli2Jew_xOh._ fT7BCEH8N2Gw8KD_7E7keM5.LvPkVtyV37KY0jsNMb6f.AGpo3Q1jFCfF6mq GHhnhSMePASCxamav5zIp_f9v10T82B3zsSzZxV1Z1kZccdad9DGhhwAgM8f 1iWI8zzNYMnNLJnoxhdFmcYmqUM9RExLZXSh4E5x6xMPhkqSXeOHjXyoWx5j PpUoV450KoANub99zZH.mXb9Znhw9S1cjqwIClP18UeThwRtC3G3qBjEJBtI 0c8VQiUFz7_pIG9n1AXR4fBb_yvjMxIx0FXU3JD9oQnLwCG5dgI0jqfTxMVp Ae5AcfdkX6LPIn4VriK86BW9MaLs3RrGU9Wdn0oK4gdch8RyfzSQ6VRc9Ddl 0d5lYLW7o3eXekSjRi8gl1EjGwQvqrzs.JVPrZifIr_Pd2CoL0bkFp6B7ZnN zmKgAnoFOauBm9Ey1fgDCDmAYmitnjYXgPo.p0eTcd.VGqCCrLNPx7Yf.CxN _Fr51I.MIvfKUvVxcANFPdU7FHgkSDlwrOh2r3ekZmriiBfa5tRic.W4ftIk s1I6LMVDod91Ctcf3sIh2vthNn9xPZgsGJROlMJNDEH3tRa9p0nw3Vw1k3mh k1KSnBtK0riaxoj0t5KS.1eFj5bEKGqq.aW4rq7cWbJLmUWETMzVPIuehpc_ j4UE7A90PlyY6ITgwlCsL6X2UVopvoXDdww7c2tXkwV1J_J0cRyRdCeDVLui gzV_cFHe31y.iQ9Czyf9nQZcxXsXc2zAbTahkKOmbD96TdSnYr9w9_MdLPux 3nfU5Jtt6y.GUSuAew4AQtXU0fwuaxJ30I.y3HOy9neSdURYGXWT41EfJrBf 7LXdD2yjTQM74eJr17FaIPJqMavt.MPdkUMSeIQXqi.31Y2QnghPf6q82uw8 bEiHKrmgcueDt6.fCkDOIw6EJpK0VAQqGGzx2i7KdSo5iEC3a1JJkLQWNyhu sshH3XH9FaZmKpwnC3rErcA4x34ii3zWd._dUoP3h4pPPSUfLdgBBm_FS4Ct mt39tSfDuEUsMqTykgWewXSnqPW7j96F0eLJdtjlawHKSyOznT46ehITbngF z5sLkXYi_xa5rY6WRprFb0ume..Ef7zK71s3dpWDG0SKPPV6ePuTzfvzY01B M9wFxfJpfQVzGj159qskKdlotChmNsARz0raeHumywoz8s3ujWZhfu7CGxFi OfP3Htl_.pUEViSaqQNcAkUHloRcP544TFgBFMV1av9QFG64XQbwW2l2fiLu 7JDR8hieKVRfnSBhwMwOZ7GS.RqYT_cwIogChMxG3_OYkgeWUDgM_EEIxw67 g7pRMozMPsJx1PgGviDr_jfixn8UI4mCDiea1Zh5EDBeh1LVF6Cz3Qw2e9dp 28oAZuDuZ0l5M5CgfqeCfGkkple3yO_087I3.ClrToS1V5w6Xc_dBh.Pod6K oXUn9BiH13mXSWQmOmifsjplIduLfhEjDTQfge2TG3Y9bJIFp9OviNEzO8dA xvvmCmFrQHWNx1FcZ6ibtRMeLSeaMFRtbyXCg.mE54PbOl66.VjKTvFgTScZ r_Og.HsvGIni_vNLQrGKFR1UxVcskZqcU38gMa6IYfoJ_emzX7mWmrwj16om SwualfTu2kmpgUK0D5QEScfS2SuZ0lKktIZspA4m9ATd6tM9kodsNmDOYz9t 5WzLvUbfES8ETeQIBhhTstkNa21jh7FWZ0xBJ70a5YbxBUy8HG6OMh4Qk8GX RuxKsUWCThljZr5noqVm3rKfWpj3qaBrpeqJ3gHsds5gChzpI4jWoi9BS8U_ I37o59OJi_RjLMB02_kV7w6l6yL9tcGK_0hwyY1iMfQ.pJT_OruuuHmzk0xD .I1wf6o8pPOrkvC0Q2PzQ6ZYUZ3HBjBWdpAgLXw652PCsPUR.qn2mzGvNnaW yulzkTn9MDRF2zMogA8GoEkcJ40IXSi2FCIe.vTO1sJ3ZQoomZUCtMdUqn5N DeDtEj1QOSpBP33gMjzj95R1_xktnhEDbOU0qdC62LQ7fDmJCQW.rHUHUip6 kD7dzOGG_G9I56BxOoHYSQiz45SthNUuUutx1hyB9C1emq1aKucFBkO8IgC9 6Rm42PKLo784sFuJBsOnpoifmCYft3RDgNlUrg.JHpTjzCNbksjrWIjCk1Ts qgzRvrQZmgavDtaq8V3dmZ2axR_6q.VWVIGeMso3qtR9IGH5UiIMFRF30tNr MxnMCKUh1xbP4FlB8vLMfO0RRofDK47TagWYiPzw2YWxTV.YIqVHEHR1CH3r Mfn1D6npGDe4xvaZXSyXBDdjHWmC8MI7nB7SzlXWt70Zk3vHbT7tcDBNLghC Ufz3_0cPkFxrNNbp5JmZ30PTaq_xkR2vnrfDYtS75xlMbwjdIB2aY_6GOGAj JUYi1s5YEvVW7gA1qJ6xauckUJ0Btyz1zurjHMVdF3OxwDnOFyfgUeICVvx0 sdlPRYoMZDE_ZK0R3nV_vvRAXk8WSmOzQgL1GdcNBsWr6eriKpZbC7sFR7r_ Rv6UE3UzGY.oA5miSrLJ_MNQ0V0an8RMFxIulMplkGQtP.HZIpl8adKEsbd. 0rSAb.qIUBBvyelPBwbBDsa.gz.WE3IH7ZwXHmGfITVSedNircU2N.ZKNBiX 30p81jSC9vFu4EIT6RoBp3kkjYpwkfU.Y0kryBCJX39wwrjklEUBaIBSxnmi sOKVgnT9V5RWgzHF9sq3mShm1yDzCTceI8bY57HZYT61LT8yvGnkgwZwhF73 corQHFEAWABHkEpFl6xgQHpCOqtWeXaiRgTRMZ11a4ooqRiAZn2sLdvtfR1l x621so9MbSPNIQ8OQpInXheBxhGxA5qrpHpxr6n6__uTXP9KIeo5ezxveKu1 zp3ZzDYZy3u3Fh_iLNYv1L2UixXNkaOMwr8kHR86QZTfydwoXCpJlHM.WFNe jkQSyQMU7EiQNLwyZuXikm.an0FkOuhgwuOg0TTo6iFrOhVyIvCPjD2TYB7S 37I0k56AUJr7.7G1nLqijobnEFnXjTM6cJrh9xlvIBOfb0u8RS5SMsZ_p2Zl MNXG5Tu.yGgSB0lFQovZ2Uco8IASBFGLOy.n7PqVLM.X2Kzoe36iy0M_0phv DS57WNP9TuorRsFtfYCdYLJ3zvOmGnP6wrcxZNP.dQ0E8Ude2naFxMt_lLEA Gm7OVvTiqXwsJnvtUqAlXXS5gE8bvatKlTu3LvG7bJ7WMfAMxlkpVbBCmx00 6ORTCBmUq6DJ39c0Fq7Kf4WUCvAhfRgSQVdrEGdLOTlmnqD4CRCyTefEpVef PYeGGOplmkM0upjaBvW9.Rf4W6sozzLjt.FlpFieCIbhHjx9_xc0ywWvocGd 43EoY9mGQHiSa7e8uUcx8r9Jft3obLTRvxpeG
Received: from [41.203.231.32] by web24916.mail.ird.yahoo.com via HTTP; Sun, 25 Jul 2010 08:33:36 GMT
X-RocketYMMF: pmamma34
X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.104.276605
Date: Sun, 25 Jul 2010 08:33:36 +0000 (GMT)
From: "Dr. Tony Pham" <tonypham@w.cn>
Reply-To: tonypham0@voila.fr
Subject:     Partnership Invitation
To: undisclosed recipients: ;
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="0-143495774-1280046816=:16876"

--0-143495774-1280046816=:16876
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable




Dear Friend,=20
=A0=A0 With due respect to your person and=A0 much sincerity of purpose I d=
ecide to contact you as I believe you will be of great assistance to me. Me=
anwhile, it's just my urgent need for foreign partner that made me to conta=
ct you for this transaction. I am a banker by profession from Burkina Faso =
in West Africa and currently holding the post of Director Auditing and Acco=
unting unit of the bank.=A0 I have the opportunity of transferring the left=
 over funds ($11.5million) of one of my bank clients who died along with hi=
s entire family on 31 July 2000 in a plane crash. You can confirm the genui=
ness of the deceased death by clicking on this web site.=A0 http://news.bbc=
.co.uk/1/hi/world/europe/859479.stm=20

Hence, I am inviting you for a business deal where this money can be shared=
 between us in the ratio of 60/40. If you agree to my business proposal. fu=
rther details of the transfer will be forwarded to you as soon as i receive=
 your return mail.=20
Have a great day.=20
Yours.=20
Dr. Tony Pham=20
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Reply to=
 my new email address.=20
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Email: t=
onypham0@voila.fr=0A=0A=0A      
--0-143495774-1280046816=:16876
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" ><tr><td valign=3D"=
top" style=3D"font: inherit;"><BR><BR>
<DIV>Dear Friend, <BR>&nbsp;&nbsp; With due respect to your person and&nbsp=
; much sincerity of purpose I decide to contact you as I believe you will b=
e of great assistance to me. Meanwhile, it's just my urgent need for foreig=
n partner that made me to contact you for this transaction. I am a banker b=
y profession from Burkina Faso in West Africa and currently holding the pos=
t of Director Auditing and Accounting unit of the bank.&nbsp; I have the op=
portunity of transferring the left over funds ($11.5million) of one of my b=
ank clients who died along with his entire family on 31 July 2000 in a plan=
e crash. You can confirm the genuiness of the deceased death by clicking on=
 this web site.&nbsp; <A href=3D"http://news.bbc.co.uk/1/hi/world/europe/85=
9479.stm" target=3D_blank rel=3Dnofollow>http://news.bbc.co.uk/1/hi/world/e=
urope/859479.stm</A> </DIV>
<DIV><BR>Hence, I am inviting you for a business deal where this money can =
be shared between us in the ratio of 60/40. If you agree to my business pro=
posal. further details of the transfer will be forwarded to you as soon as =
i receive your return mail. <BR>Have a great day. <BR>Yours. <BR>Dr. Tony P=
ham <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reply to =
my new email address. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; Email: <A href=3D"mailto:tonypham0@voila.fr" target=3D_blank rel=
=3Dnofollow>tonypham0@voila.fr</A></DIV></td></tr></table><br>=0A=0A=0A=0A =
     
--0-143495774-1280046816=:16876--


From webdav-archive@ietf.org  Mon Jul 26 22:22:40 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id D2A7B3A6891 for <ietfarch-webdav-archive@core3.amsl.com>; Mon, 26 Jul 2010 22:22:40 -0700 (PDT)
X-Quarantine-ID: <cQBv2GV4GIv2>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): From: VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -49.529
X-Spam-Level: 
X-Spam-Status: No, score=-49.529 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, HS_INDEX_PARAM=0.001, HTML_IMAGE_ONLY_08=1.787, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MANGLED_OFF=2.3, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_XBL=3.033, SARE_FROM_DRUGS=1.666, SARE_UNSUB38D=0.642, SUBJECT_NEEDS_ENCODING=0.001, URIBL_BLACK=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cQBv2GV4GIv2 for <ietfarch-webdav-archive@core3.amsl.com>; Mon, 26 Jul 2010 22:22:34 -0700 (PDT)
Received: from mail.pcst.org.pk (mail.pcst.org.pk [210.56.14.46]) by core3.amsl.com (Postfix) with SMTP id DFAF53A6841 for <webdav-archive@ietf.org>; Mon, 26 Jul 2010 22:22:31 -0700 (PDT)
From: VIAGRA ® Official Site <webdav-archive@ietf.org>
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site 20% 0FF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100727052231.DFAF53A6841@core3.amsl.com>
Date: Mon, 26 Jul 2010 22:22:31 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://fzr.sunfast.ru?jbda" style="text-decoration: none; color: #0099ff;">Please Click here!</td></tr>
<tr><td align="center">
<br/>
<a href="http://qps.sunfast.ru?didj"><img alt="For webdav-archive!" src="http://wwn.sunfast.ru/w.gif" style="border-width: 0px"/></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Tue Jul 27 05:00:36 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 4B6A93A683A for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 27 Jul 2010 05:00:36 -0700 (PDT)
X-Quarantine-ID: <POlV4FJ6k0nP>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): From: 893 VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -28.398
X-Spam-Level: 
X-Spam-Status: No, score=-28.398 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_HCC=4.295, HELO_DYNAMIC_IPADDR2=4.395, HELO_EQ_BR=0.955, HELO_EQ_DSL=1.129, HOST_EQ_BR=1.295, HS_INDEX_PARAM=0.001, HTML_IMAGE_ONLY_08=1.787, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MANGLED_OFF=2.3, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SARE_FROM_DRUGS=1.666, SARE_UNSUB38D=0.642, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_BLACK=20, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id POlV4FJ6k0nP for <ietfarch-webdav-archive@core3.amsl.com>; Tue, 27 Jul 2010 05:00:30 -0700 (PDT)
Received: from 200-181-209-36.mganm702.dsl.brasiltelecom.net.br (200-181-209-36.mganm702.dsl.brasiltelecom.net.br [200.181.209.36]) by core3.amsl.com (Postfix) with SMTP id BC2863A6903 for <webdav-archive@ietf.org>; Tue, 27 Jul 2010 05:00:29 -0700 (PDT)
From: 893 VIAGRA ® Official Site <webdav-archive@ietf.org>
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site 76% 0FF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100727120029.BC2863A6903@core3.amsl.com>
Date: Tue, 27 Jul 2010 05:00:29 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://mrr.sunfast.ru?izec" style="text-decoration: none; color: #0099ff;">Please Click here!</td></tr>
<tr><td align="center">
<br/>
<a href="http://gwj.sunfast.ru?znvl"><img alt="For webdav-archive!" src="http://thc.sunfast.ru/h.gif" style="border-width: 0px"/></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Thu Jul 29 15:10:36 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id CDC7B3A67F4 for <ietfarch-webdav-archive@core3.amsl.com>; Thu, 29 Jul 2010 15:10:36 -0700 (PDT)
X-Quarantine-ID: <D962cz8d4y6X>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): From: 568 VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -4.461
X-Spam-Level: 
X-Spam-Status: No, score=-4.461 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FH_HOST_EQ_D_D_D_DB=0.888, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR2=4.395, HELO_EQ_FR=0.35, HELO_EQ_MODEMCABLE=0.768, HOST_EQ_MODEMCABLE=1.368, HTML_IMAGE_ONLY_12=2.46, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MANGLED_OFF=2.3, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SARE_FROM_DRUGS=1.666, SUBJECT_NEEDS_ENCODING=0.001, TVD_RCVD_IP=1.931, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SC_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D962cz8d4y6X for <ietfarch-webdav-archive@core3.amsl.com>; Thu, 29 Jul 2010 15:10:25 -0700 (PDT)
Received: from 81-64-25-119.rev.numericable.fr (81-64-25-119.rev.numericable.fr [81.64.25.119]) by core3.amsl.com (Postfix) with SMTP id E84133A6888 for <webdav-archive@ietf.org>; Thu, 29 Jul 2010 15:10:24 -0700 (PDT)
From: 568 VIAGRA ® Official Site <webdav-archive@ietf.org>
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site 42% 0FF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100729221024.E84133A6888@core3.amsl.com>
Date: Thu, 29 Jul 2010 15:10:24 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://tmd.squaretouch.ru?aktm=webdav-archive@ietf.org" style="text-decoration: none; color: #0099ff;">Click here. </td></tr>
<tr><td align="center">
<br />
<a href="http://baq.squaretouch.ru?qhen=webdav-archive@ietf.org"><img alt="Dear webdav-archive@ietf.org" src="http://skb.squaretouch.ru/h.gif" style="border-width: 0px" /></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sat Jul 31 08:48:09 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 727E53A69E5 for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 31 Jul 2010 08:48:09 -0700 (PDT)
X-Quarantine-ID: <qhv7RxJiP9cD>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): From: 089 VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -9.907
X-Spam-Level: 
X-Spam-Status: No, score=-9.907 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR=2.426, HS_INDEX_PARAM=0.001, HTML_IMAGE_ONLY_08=1.787, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, IP_NOT_FRIENDLY=0.334, MANGLED_OFF=2.3, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RCVD_IN_SORBS_WEB=0.619, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SARE_FROM_DRUGS=1.666, SARE_UNSUB38D=0.642, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SC_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qhv7RxJiP9cD for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 31 Jul 2010 08:48:08 -0700 (PDT)
Received: from c-69-255-59-38.hsd1.md.comcast.net (c-69-255-59-38.hsd1.md.comcast.net [69.255.59.38]) by core3.amsl.com (Postfix) with SMTP id 125783A69D6 for <webdav-archive@ietf.org>; Sat, 31 Jul 2010 08:48:07 -0700 (PDT)
From: 089 VIAGRA ® Official Site <webdav-archive@ietf.org>
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site 91% 0FF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100731154808.125783A69D6@core3.amsl.com>
Date: Sat, 31 Jul 2010 08:48:07 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://bfk.basicbeat.ru?lncc" style="text-decoration: none; color: #0099ff;">Please Click here!</td></tr>
<tr><td align="center">
<br/>
<a href="http://gkj.basicbeat.ru?vskx"><img alt="For webdav-archive!" src="http://qon.basicbeat.ru/i.gif" style="border-width: 0px"/></a></td></tr>
</table>
</body>
</html>



From webdav-archive@ietf.org  Sat Jul 31 20:06:39 2010
Return-Path: <webdav-archive@ietf.org>
X-Original-To: ietfarch-webdav-archive@core3.amsl.com
Delivered-To: ietfarch-webdav-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B35333A6403 for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 31 Jul 2010 20:06:39 -0700 (PDT)
X-Quarantine-ID: <Ng-w4VdUQDQf>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char AE hex): From: 369 VIAGRA \256 Official Site [...]
X-Spam-Flag: NO
X-Spam-Score: -9.648
X-Spam-Level: 
X-Spam-Status: No, score=-9.648 tagged_above=-999 required=5 tests=[BAYES_99=3.5, DRUGS_ERECTILE=1, DRUG_ED_CAPS=0.322, FH_HELO_EQ_D_D_D_D=1.597, FH_HOST_EQ_D_D_D_D=0.765, FM_DDDD_TIMES_2=1.999, HELO_DYNAMIC_IPADDR=2.426, HELO_EQ_RU=0.595, HOST_EQ_RU=0.875, HS_INDEX_PARAM=0.001, HTML_IMAGE_ONLY_08=1.787, HTML_MESSAGE=0.001, HTML_SHORT_LINK_IMG_1=0.001, MANGLED_OFF=2.3, MIME_8BIT_HEADER=0.3, MIME_HTML_ONLY=1.457, RAZOR2_CF_RANGE_51_100=0.5, RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, RCVD_IN_BL_SPAMCOP_NET=1.96, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_WEB=0.619, RCVD_IN_XBL=3.033, RDNS_DYNAMIC=0.1, SARE_FROM_DRUGS=1.666, SARE_UNSUB38D=0.642, SUBJECT_NEEDS_ENCODING=0.001, URIBL_AB_SURBL=10, URIBL_BLACK=20, URIBL_JP_SURBL=10, URIBL_SC_SURBL=10, URIBL_WS_SURBL=10, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ng-w4VdUQDQf for <ietfarch-webdav-archive@core3.amsl.com>; Sat, 31 Jul 2010 20:06:39 -0700 (PDT)
Received: from a85-15-70-20.vpn.vtelecom.ru (a85-15-70-20.vpn.vtelecom.ru [85.15.70.20]) by core3.amsl.com (Postfix) with SMTP id CC4B73A67CF for <webdav-archive@ietf.org>; Sat, 31 Jul 2010 20:06:37 -0700 (PDT)
From: 369 VIAGRA ® Official Site <webdav-archive@ietf.org>
To: webdav-archive@ietf.org
Subject: webdav-archive@ietf.org VIAGRA ® Official Site 03% 0FF
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <20100801030637.CC4B73A67CF@core3.amsl.com>
Date: Sat, 31 Jul 2010 20:06:37 -0700 (PDT)

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
      </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" style="width: 896px">
<tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333;"><a href="http://ylq.flairpast.ru?uudt" style="text-decoration: none; color: #0099ff;">Please Click here!</td></tr>
<tr><td align="center">
<br/>
<a href="http://udr.flairpast.ru?jroj"><img alt="For webdav-archive!" src="http://eas.flairpast.ru/g.gif" style="border-width: 0px"/></a></td></tr>
</table>
</body>
</html>


