MHonArc - Bugs: bug #61151, URLs with linebreak
You are not allowed to post comments on this tracker with your current authentication level.
bug #61151: URLs with linebreak
Submitter: | Christian Buhtz <buhtz> | ||
Submitted: | Mon 13 Sep 2021 08:49:23 AM UTC | ||
Category: | Mail Parsing | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Operating System: | All | Perl Version: | 0 |
Component Version: | 0 | Fixed Release: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
I do not have any version information. It is about the MHonArc instance on https://lists.debian.org/
I post to a list via text-only mails and keep lines less then 80chars. Because of that I have linebreak some URLs. In my understanding the "standard" for writing URLs in textmails is to close them into < >. Maybe I am wrong with that assumption?
One example with a two-line URL.
[6] -- <https://www.medizin.uni-halle.de/einrichtungen/institute/
gesundheits-und-pflegewissenschaft/team/buhtz-christian>
The resulting HTML just have the first line as a href-link
[6] -- <<a rel="nofollow" href="https://www.medizin.uni-halle.de/einrichtungen/institute/">https://www.medizin.uni-halle.de/einrichtungen/institute/</a>
gesundheits-und-pflegewissenschaft/team/buhtz-christian>
Full real example:
https://lists.debian.org/debian-python/2021/09/msg00017.html
Expected behaviour:
If I am right with the "standard" about < and > I would excpect that MOhnArc keep the < > into account when parsing URLs and transform them to a-tags.