[sieve] [Technical Errata Reported] RFC5230 (6294)
RFC Errata System <rfc-editor@rfc-editor.org> Tue, 22 September 2020 13:01 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 4AC1A3A1684
for <sieve@ietfa.amsl.com>; Tue, 22 Sep 2020 06:01:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, 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 i9kNptKaqv_A for <sieve@ietfa.amsl.com>;
Tue, 22 Sep 2020 06:01:29 -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 1FE173A1681
for <sieve@ietf.org>; Tue, 22 Sep 2020 06:01:29 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30)
id 90750F40768; Tue, 22 Sep 2020 06:01:21 -0700 (PDT)
To: tjs@psaux.com, ned.freed@mrochek.com, superuser@gmail.com,
barryleiba@computer.org, cyrus@daboo.name, aaron@serendipity.cx
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: murch@fastmail.com, sieve@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset=UTF-8
Message-Id: <20200922130121.90750F40768@rfc-editor.org>
Date: Tue, 22 Sep 2020 06:01:21 -0700 (PDT)
Archived-At: <https://mailarchive.ietf.org/arch/msg/sieve/oUM_DXq4rH2niZqRxk854o-TgCI>
Subject: [sieve] [Technical Errata Reported] 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: Tue, 22 Sep 2020 13:01:30 -0000
The following errata report has been submitted for RFC5230, "Sieve Email Filtering: Vacation Extension". -------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid6294 -------------------------------------- Type: Technical Reported by: Ken Murchison <murch@fastmail.com> 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. Instructions: ------------- This erratum is currently posted as "Reported". If necessary, please use "Reply All" to discuss whether it should be verified or rejected. When a decision is reached, the verifying party can log in to change the status and edit the report, if necessary. -------------------------------------- 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
- [sieve] [Technical Errata Reported] RFC5230 (6294) RFC Errata System
- Re: [sieve] [Technical Errata Reported] RFC5230 (… Barry Leiba