[sieve] [Errata Verified] RFC5230 (6294)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 08 October 2020 13:10 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: sieve@ietfa.amsl.com
Delivered-To: sieve@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 566E73A0B15; Thu, 8 Oct 2020 06:10:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8WWBRYLEucV5; Thu, 8 Oct 2020 06:10:38 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2598D3A0B0A; Thu, 8 Oct 2020 06:10:38 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id 62F09F406F4; Thu, 8 Oct 2020 06:10:25 -0700 (PDT)
To: murch@fastmail.com, tjs@psaux.com, ned.freed@mrochek.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: barryleiba@computer.org, iesg@ietf.org, sieve@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20201008131025.62F09F406F4@rfc-editor.org>
Date: Thu, 08 Oct 2020 06:10:25 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/sieve/EzzhLps7oz24bStxPsMAhJ7WNOk>
Subject: [sieve] [Errata Verified] RFC5230 (6294)
X-BeenThere: sieve@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SIEVE Working Group <sieve.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sieve>, <mailto:sieve-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sieve/>
List-Post: <mailto:sieve@ietf.org>
List-Help: <mailto:sieve-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sieve>, <mailto:sieve-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Oct 2020 13:10:39 -0000

The following errata report has been verified for RFC5230,
"Sieve Email Filtering: Vacation Extension". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid6294

--------------------------------------
Status: Verified
Type: Technical

Reported by: Ken Murchison <murch@fastmail.com>
Date Reported: 2020-09-22
Verified by: Barry Leiba (IESG)

Section: 4.4

Original Text
-------------
require "vacation";
vacation :mime text:
Content-Type: multipart/alternative; boundary=foo

--foo

I'm at the beach relaxing.  Mmmm, surf...

--foo
Content-Type: text/html; charset=us-ascii

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
 "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML><HEAD><TITLE>How to relax</TITLE>
<BASE HREF="http://home.example.com/pictures/"></HEAD>
<BODY><P>I'm at the <A HREF="beach.gif">beach</A> relaxing.
Mmmm, <A HREF="ocean.gif">surf</A>...
</BODY></HTML>

--foo--
.

Corrected Text
--------------
require "vacation";
vacation :mime text:
Content-Type: multipart/alternative; boundary=foo

--foo

I'm at the beach relaxing.  Mmmm, surf...

--foo
Content-Type: text/html; charset=us-ascii

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
 "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML><HEAD><TITLE>How to relax</TITLE>
<BASE HREF="http://home.example.com/pictures/"></HEAD>
<BODY><P>I'm at the <A HREF="beach.gif">beach</A> relaxing.
Mmmm, <A HREF="ocean.gif">surf</A>...
</BODY></HTML>

--foo--
.
;

Notes
-----
The ';' terminating the vacation action command is missing.

--------------------------------------
RFC5230 (draft-ietf-sieve-vacation-06)
--------------------------------------
Title               : Sieve Email Filtering: Vacation Extension
Publication Date    : January 2008
Author(s)           : T. Showalter, N. Freed, Ed.
Category            : PROPOSED STANDARD
Source              : Sieve Mail Filtering Language
Area                : Applications
Stream              : IETF
Verifying Party     : IESG