Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.text.misc > #3
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | Helmut Waitzmann <nn.throttle@xoxy.net> |
| Newsgroups | de.comp.text.misc |
| Subject | Fehler in der ABNF-Syntaxbeschreibung des "Text/Plain"-Formats (RFC 3676)? |
| Date | Thu, 13 Aug 2015 22:22:42 +0200 |
| Organization | albasani.net |
| Lines | 59 |
| Message-ID | <87vbcj3plf.fsf@helmutwaitzmann.news.arcor.de> (permalink) |
| Reply-To | Helmut Waitzmann Anti-Spam-Ticket.b.qc3c <oe.throttle@xoxy.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | news.albasani.net iOjW0N+CXuOEs+np3xgZ6Nwtr5IwBeWFKOOT2IFlg5K7ihFBetWcjtyTojRxgrcyuYUg6Hr7Rpfhx+ejqjNrqQ== |
| NNTP-Posting-Date | Thu, 13 Aug 2015 20:22:52 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="DLTUb6vKyy/vh/KSEHOhzIeHegrz0hPQZOUPsLN7W38pbFI4zjoyfrxTJR4BuRUpJef7G2NAserIKLUI2+K17Wi5JLD1V4RgScpP2JHOuIUnKCX+5TpE7BIpADbZy0Hq"; mail-complaints-to="abuse@albasani.net" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
| Mail-Reply-To | Helmut Waitzmann Anti-Spam-Ticket.b.qc3c <oe.throttle@xoxy.net> |
| Cancel-Lock | sha1:geaE3h+zcOYgHz8ECURVNJIs/g8= sha1:dNxxFAlYxKsUMtuMYS2PhE9NddI= |
| Mail-Copies-To | nobody |
| Xref | csiph.com de.comp.text.misc:3 |
Show key headers only | View raw
Hat die ABNF‐Syntaxbeschreibung des »Text/Plain«‐Formats (RFC 3676) einen
Fehler in der Definition von Produktionsregel »fixed-line-unqt« aus
<https://tools.ietf.org/html/rfc3676#section-6> (Regelnummern von mir
eingefügt)?
1| flowed-body = *( paragraph / fixed-line / sig-sep )
2| paragraph = 1*flowed-line fixed-line
2| ; all lines in paragraph MUST be unquoted or
2| ; have same quote depth
3| flowed-line = ( flowed-line-qt / flowed-line-unqt ) flow CRLF
4| flowed-line-qt = quote ( ( stuffing stuffed-flowed ) /
4| unstuffed-flowed )
5| flowed-line-unqt = ( stuffing stuffed-flowed ) / unstuffed-flowed
6| stuffed-flowed = *text-char
7| unstuffed-flowed = non-sp-quote *text-char
8| fixed-line = fixed-line-qt / fixed-line-unqt
9| fixed-line-qt = quote ( ( stuffing stuffed-fixed ) /
9| unstuffed-fixed ) CRLF
10| fixed-line-unqt = ( stuffed-fixed / unstuffed-fixed ) CRLF
11| stuffed-fixed = *text-char non-sp
12| unstuffed-fixed = non-sp-quote [ *text-char non-sp ]
13| sig-sep = [ quote [stuffing] ] "--" SP CRLF
14| quote-mark = ">"
15| quote = 1*quote-mark
16| stuffing = SP ; space-stuffed, added on generation if
16| ; needed, deleted on reception
17| flow = SP ; space before CRLF indicates flowed line,
18| ; if DelSp=yes, space was added on generation
18| ; and is deleted on reception
19| non-sp-quote = < any character except NUL, CR, LF, SP, quote-mark >
20| non-sp = non-sp-quote / quote-mark
21| text-char = non-sp / SP
Der Ausschnitt der ABNF‐Syntaxbeschreibung, auf den es mir ankommt:
10| fixed-line-unqt = ( stuffed-fixed / unstuffed-fixed ) CRLF
^
Kein Stuffing bei stuffed unquoted fixed lines?
Als Vergleich dazu aus der selben Syntaxbeschreibung:
4| flowed-line-qt = quote ( ( stuffing stuffed-flowed ) /
^^^^^^^^
Stuffing bei stuffed quoted flowed lines
4| unstuffed-flowed )
5| flowed-line-unqt = ( stuffing stuffed-flowed ) / unstuffed-flowed
^^^^^^^^
Stuffing bei stuffed unquoted flowed lines
9| fixed-line-qt = quote ( ( stuffing stuffed-fixed ) /
^^^^^^^^
Stuffing bei stuffed quoted fixed lines
9| unstuffed-fixed ) CRLF
Back to de.comp.text.misc | Previous | Next — Next in thread | Find similar
Fehler in der ABNF-Syntaxbeschreibung des "Text/Plain"-Formats (RFC 3676)? Helmut Waitzmann <nn.throttle@xoxy.net> - 2015-08-13 22:22 +0200 Re: Fehler in der ABNF-Syntaxbeschreibung des "Text/Plain"-Formats (RFC 3676)? Michael Baeuerle <michael.baeuerle@gmx.net> - 2015-08-13 20:54 +0000
csiph-web