[Errata Verified] RFC5804 (6345)
RFC Errata System <[email protected]>
| Newsgroups | gmane.ietf.mta-filters |
|---|---|
| Message-ID | <[email protected]> |
The following errata report has been verified for RFC5804, "A Protocol for Remotely Managing Sieve Scripts". -------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid6345 -------------------------------------- Status: Verified Type: Editorial Reported by: Kaspar Etter <[email protected]> Date Reported: 2020-11-30 Verified by: Orie Steele (IESG) Section: 2.6 Original Text ------------- Examples: […] C: Putscript "mysievescript" {110+} C: require ["fileinto"]; C: C: if envelope :contains "to" "tmartin+sent" { C: fileinto "INBOX.sent"; C: } S: OK C: Putscript "myforwards" {190+} C: redirect "[email protected]"; C: C: if size :under 10k { C: redirect "[email protected]"; C: } C: C: if envelope :contains "to" "tmartin+lists" { C: redirect "[email protected]"; C: } S: OK (WARNINGS) "line 8: server redirect action limit is 2, this redirect might be ignored" Corrected Text -------------- Examples: […] C: Putscript "mysievescript" {99+} C: require ["fileinto"]; C: C: if envelope :contains "to" "tmartin+sent" { C: fileinto "INBOX.sent"; C: } C: S: OK C: Putscript "myforwards" {190+} C: redirect "[email protected]"; C: C: if size :under 10k { C: redirect "[email protected]"; C: } C: C: if envelope :contains "to" "tmartin+lists" { C: redirect "[email protected]"; C: } C: S: OK (WARNINGS) "line 8: server redirect action limit is 2, this redirect might be ignored" Notes ----- The octet count of the second example is wrong. Additionally, both the second and the third example should have an empty client line after the code like the first example. Otherwise, the octet count of the last example is also wrong. -------------------------------------- RFC5804 (draft-ietf-sieve-managesieve-09) -------------------------------------- Title : A Protocol for Remotely Managing Sieve Scripts Publication Date : July 2010 Author(s) : A. Melnikov, Ed., T. Martin Category : PROPOSED STANDARD Source : Sieve Mail Filtering Language Stream : IETF Verifying Party : IESG _______________________________________________ sieve mailing list [email protected] https://www.ietf.org/mailman/listinfo/sieve