Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken line in moderation and authentication mailto links #1870

Open
bmarchal54 opened this issue Jul 29, 2024 · 0 comments
Open

Broken line in moderation and authentication mailto links #1870

bmarchal54 opened this issue Jul 29, 2024 · 0 comments
Labels

Comments

@bmarchal54
Copy link
Contributor

Version

6.2.72

Installation method

rpm

Expected behavior

When sending a message to an authenticated or moderated list, the mailto link is written on a single line in the email client.

Actual behavior

the mailto link is broken about half the time.
This means that the key is found on the line below and not at the end.
If we look at the source code of the message, when it is correct, we find an '=' sign at the end of the mailto line and the rest of the key in the line immediately below. When there is a problem, the whole key is under the bottom line.

I upgraded to version 6.2.72 last week on a Rocky 8 OS.
The other features of Sympa seem fine to me.

Steps to reproduce

I send several messages in a row to an authenticated list, but it's the same for a moderated list. Some messages sent by Sympa are correctly composed, others are not.

Additional information

In a correct message, here is the piece of code corresponding to the message sent

------------=_<[email protected]>
Content-Disposition: inline
Content-Type: TEXT/PLAIN; charset="UTF-8"
Content-Transfer-Encoding: QUOTED-PRINTABLE
MIME-Version: 1.0
Content-length: 291

Pour diffuser le message ci-joint dans la liste test-moderation, suivez le
lien ci-dessous :

mailto:[email protected]?subject=3DCONFIRM%20dfc1cfdb0cf46ab1074c578eb=
3930444

ou envoyez un e-mail =C3=A0 [email protected] avec comme sujet :
CONFIRM dfc1cfdb0cf46ab1074c578eb3930444

Now here is the code for an incorrect message

------------=_<[email protected]>
Content-Disposition: inline
Content-Type: TEXT/PLAIN; charset="UTF-8"
Content-Transfer-Encoding: QUOTED-PRINTABLE
MIME-Version: 1.0
Content-length: 290

Pour diffuser le message ci-joint dans la liste test-moderation, suivez le
lien ci-dessous :

mailto:[email protected]?subject=3DCONFIRM
%201b5a6bcd67b246abae6f084468ec5d48

ou envoyez un e-mail =C3=A0 [email protected] avec comme sujet :
CONFIRM 1b5a6bcd67b246abae6f084468ec5d48
@bmarchal54 bmarchal54 added the bug label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant