RFC Errata
RFC 5260, "Sieve Email Filtering: Date and Index Extensions", July 2008
Source of RFC: IETF - NON WORKING GROUPArea Assignment: art
See Also: RFC 5260 w/ inline errata
Errata ID: 6349
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Ken Murchison
Date Reported: 2020-12-06
Verifier Name: Andy Newton
Date Verified: 2025-11-02
Section 6.1 says:
require ["date", "relational", "index"];
if date :value "gt" :index 2 :zone "-0500" "received"
"iso8601" "2007-02-26T09:00:00-05:00",
{ redirect "aftercutoff@example.org"; }
It should say:
require ["date", "relational", "index"];
if date :value "gt" :index 2 :zone "-0500" "received"
"iso8601" "2007-02-26T09:00:00-05:00"
{ redirect "aftercutoff@example.org"; }
Notes:
There is a stray comma at the end of the date test.
