[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Threading; was Re: HTTP shimmed to HTTPS



peter@easthope.ca writes:

*	From: Reco recoverym4n@enotuniq.net
*	Date: Mon, 22 Jul 2019 17:35:27 +0300
> You're breaking threading. Just a friendly note.

I've been adding References manually.  By "breaking" do you  refer to
omission of older references (For example,
http://lists.debian.org/debian-user/2019/07/msg01131.html has only two
references whereas it was about 8 from the original.) or to the
presence of links labelled [ & # 128270; ]?  ( <== Spaces inserted to
suppress character reference.)

The omission is only that I failed to put all of them.

Others have already mentioned the issues with the missing In-Reply-To header etc. The most problematic thing seems to be the inclusion of NUL-characters in the lines of form:

*	From: Reco  recoverym4n@enotuniq.net

|                  ^                        ^

The indicated columns (with `^`) seem to appear as tabs, NUL bytes or pad bytes in other mail user agents. It is problematic that these occur in your e-mails because they cause the mails to be displayed wrongly for some users (some clients see only the begin of line until the first NUL, others only the begin of message until the first NUL).

Check the source code of
https://lists.debian.org/debian-user/2019/07/msg01178.html
to find out that there are unexpected NUL-bytes:

$ wget -Otest.html https://lists.debian.org/debian-user/2019/07/msg01178.html

From a hex editor ($ dhex test.html):

AD0     3e 0a 3c 21 2d 2d 58 2d  42 6f 64 79 2d 6f 66 2d       >.<!--X-Body-of-
AE0     4d 65 73 73 61 67 65 2d  2d 3e 0a 3c 70 72 65 3e       Message-->.<pre>

PROBLEM ----------------------------------------vv--------------------------v
AF0     2a 09 46 72 6f 6d 3a 20  52 65 63 6f 20 00 72 65       *.From: Reco .re
B00     63 6f 76 65 72 79 6d 34  6e 40 65 6e 6f 74 75 6e       coverym4n@enotun
B10     69 71 2e 6e 65 74 00 0a  2a 09 44 61 74 65 3a 20       iq.net..*.Date:
PROBLEM ------------------^^-----------------------------------------^

B20     4d 6f 6e 2c 20 32 32 20  4a 75 6c 20 32 30 31 39       Mon, 22 Jul 2019
B30     20 31 37 3a 33 35 3a 32  37 20 2b 30 33 30 30 0a        17:35:27 +0300.
B40     26 67 74 3b 20 59 6f 75  27 72 65 20 62 72 65 61       &gt; You're brea

I am using a niché e-mail client as well, so I wish you the best of luck in fixing that issue...

HTH
Linux-Fan

[...]

Attachment: pgpZg6Ho6DYwh.pgp
Description: PGP signature


Reply to: