1 4865:147 ../smtpserver/parse.go:461
2RFC 4865, "SMTP Submission Service Extension for Future Message Release", May 2007
3Source of RFC: IETF - NON WORKING GROUP
4See Also: RFC 4865 w/ inline errata
5
6Errata ID: 2040
7Status: Verified
8Type: Editorial
9Publication Format(s) : TEXT
10Reported By: Arnt Gulbrandsen
11Date Reported: 2010-02-11
12Verifier Name: Alexey Melnikov
13Date Verified: 2010-02-15
14
15Section 3 says:
16
17 4) One required parameter, the hold-param, is added to the MAIL
18 command using either the keyword "HOLDFOR" or the keyword
19 "HOLDUNTIL".
20
21 [...]
22
23 Using ABNF [n2], the syntax of this parameter is as follows:
24
25 future-release-interval = future-release-integer
26
27 future-release-date-time = Internet-style-date-time-UTC
28
29
30It should say:
31The last quoted ABNF production should be:
32
33 future-release-date-time = date-time
34 ; <date-time> defined in Section 5.6 of RFC 3339
35
36
37Notes:
38
39The ABNF contains a dangling production. An early draft shows that the RFC 3339 production date-time is what's intended (as Ned Freed found out).
40
41The RFC also has no examples. I have a working server implementation of this, so without examples I guess talking to my server is second best. Send me mail in case of interest.
42
43