You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Now here is the code for an incorrect message
The text was updated successfully, but these errors were encountered: