Re: [spfbis] Updated charter - final review

Commerco WebMaster <WebMaster@Commerco.Net> Wed, 01 February 2012 07:54 UTC

Return-Path: <WebMaster@Commerco.Net>
X-Original-To: spfbis@ietfa.amsl.com
Delivered-To: spfbis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 30EF021F85C9 for <spfbis@ietfa.amsl.com>; Tue, 31 Jan 2012 23:54:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.988
X-Spam-Level:
X-Spam-Status: No, score=-1.988 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_MISMATCH_NET=0.611]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e6ouDZVAtSsH for <spfbis@ietfa.amsl.com>; Tue, 31 Jan 2012 23:54:21 -0800 (PST)
Received: from MS1.MailSys.Net (MS1.MailSys.Net [66.135.47.141]) by ietfa.amsl.com (Postfix) with ESMTP id 3851B21F85C6 for <spfbis@ietf.org>; Tue, 31 Jan 2012 23:54:21 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=mailsys; d=Commerco.Net; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:x-fromip:x-fromcountry; b=P/VxqOWfaF3DNYn7K4zL12oYBJF4XXmYHg2y8jmbCrPmjZM9BzSB7E05UJ25P734KxvFUR/6gVdF85NAWz0J4RMyxJiH/AFRW9OrAHblSLzFu7djYwUOhmCijd50RwA2OQ67LCD/Zip0XV8T6/Yng8io8m024+xh2QoQ7gQYh9A=
Received: from [71.216.84.59] by MS1.MailSys.Net (ArGoSoft Mail Server .NET v.1.0.8.3) with ESMTP (EHLO [10.240.241.49]) for <spfbis@ietf.org>; Wed, 01 Feb 2012 07:54:17 +0000
Message-ID: <4F28EFA3.6040705@Commerco.Net>
Date: Wed, 01 Feb 2012 00:54:11 -0700
From: Commerco WebMaster <WebMaster@Commerco.Net>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version: 1.0
To: spfbis@ietf.org
References: <4F28DBB7.5070101@qualcomm.com>
In-Reply-To: <4F28DBB7.5070101@qualcomm.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-FromIP: 71.216.84.59
X-FromCountry: US
Subject: Re: [spfbis] Updated charter - final review
X-BeenThere: spfbis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: SPFbis discussion list <spfbis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/spfbis>, <mailto:spfbis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/spfbis>
List-Post: <mailto:spfbis@ietf.org>
List-Help: <mailto:spfbis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/spfbis>, <mailto:spfbis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Feb 2012 07:54:22 -0000

Looks good, thank you.

Alan M.

On 1/31/2012 11:29 PM, Pete Resnick wrote:
> All,
>
> I have made some updates to the charter based on feedback during IESG
> review. If I can sneak it onto the Thursday telechat this week, I might,
> but the IESG might be none too pleased for me to put it on so late, so
> it may wait two more weeks. We'll see.
>
> Please review the below and see if there is anything that makes your
> head explode.
>
> pr
>
> ---
>
> Working Group Name:
> SPF Update (SPFBIS)
>
> IETF Area:
> Applications Area
>
> Chair(s):
> TBD
>
> Applications Area Director(s):
> Pete Resnick<presnick@qualcomm.com>
> Peter Saint-Andre<stpeter@stpeter.im>
>
> Applications Area Advisor:
> Pete Resnick<presnick@qualcomm.com>
>
> Mailing Lists:
> General Discussion:spfbis@ietf.org
> To Subscribe: https://www.ietf.org/mailman/listinfo/spfbis
> Archive: http://www.ietf.org/mail-archive/web/spfbis/
>
> Description of Working Group:
> The Sender Policy Framework (SPF, RFC4408) specifies the publication
> of a DNS record which states that a listed IP address is authorized
> to send mail on behalf of the listing domain name's owner. SMTP
> servers extract the domain name in the SMTP "MAIL FROM" or "HELO"
> command for confirming this authorization. The protocol has had
> Experimental status for some years and has become widely deployed.
> This working group will summarize the result of the experiment and
> revise the specification, based on deployment experience and listed
> errata, and will seek Standards Track status for the protocol.
>
> The MARID working group considered two specifications for
> publication of email-sending authorization: Sender-ID, which
> eventually became RFC4405, RFC4406 and RFC4407, and SPF, which
> eventually became RFC4408, all in the end published under
> Experimental status. By using IP addresses, both protocols specify
> authorization in terms of path, though unlike SPF, Sender-ID uses
> domain names found in the header of the message rather than the
> envelope.
>
> The two protocols rely on the same policy publication mechanism,
> namely a specific TXT resource record in the DNS. This creates a
> basic ambiguity about the interpretation of any specific instance of
> the TXT record. Because of this, there were concerns about
> conflicts between the two in concurrent operation. The IESG note
> prepended to RFC 4405 through RFC 4408 defined an experiment with
> SPF and Sender-ID, and invited an expression of community consensus
> in the period following the publication of those specifications.
>
> Both technologies initially enjoyed widespread deployment. Since
> that time, broad SPF use has continued, whereas use of Sender-ID has
> slackened. Furthermore, SPF's linkage to the envelope (as opposed
> to Sender-ID's linkage to identifiers in the message content) has
> proven sufficient among operators.
>
> Formation of the SPF Update Working Group is predicated on three
> assumptions:
>
> 1. The SPF/Sender-ID experiment has concluded.
>
> 2. SPF has been a qualified success, warranting further development.
>
> 3. Sender-ID has had less success, and no further development is justified.
>
> The working group will produce a document describing the course of
> the SPF/Sender-ID experiment, thus bringing that experiment to a
> formal conclusion. The group will complete additional work on SPF
> (described below), but will not complete additional work on the
> Sender-ID specification.
>
> Changes to the SPF specification will be limited to the correction
> of errors, removal of unused features, addition of any enhancements
> that have already gained widespread support, and addition of
> clarifying language.
>
> Specifically out-of-scope for this working group:
>
> * Revisiting past technical arguments where consensus was reached in
> the MARID working group, except where review is reasonably
> warranted based on operational experience.
>
> * Discussion of the merits of SPF.
>
> * Discussion of the merits of Sender-ID in preference to SPF.
>
> * Extensions to the SPF protocols.
>
> * Removal of existing features that are in current use.
>
> Discussion of extensions to the SPF protocols or removal of
> existing features shall only be discussed after completion of
> current charter items in anticipation of rechartering the working
> group.
>
> An initial draft of an updated SPF specification document is
> draft-kitterman-4408bis. The working group may choose to use this
> document as a basis for their specification.
>
> Goals and Milestones:
> Aug 2012: A document describing the SPF/Sender-ID experiment
> and its conclusions to the IESG for publication.
>
> Dec 2012: A standards track document defining SPF,
> based on RFC4408 and as amended above,
> to the IESG for publication.
>