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
E-mails generated by sympa's moderate.tt2 template function should produce a clickable mailto: link to release the message for moderation in all mail clients.
Actual behavior
Some mail clients, so far tested to occur only on Apple devices, by default do not properly interpret a standalone mailto: URI and seem to require being embedded in an < a href equals> tag to work as expected, which may be better practice formatting for desired cross-platform mail client behavior.
Steps to reproduce
Send an e-mail to a list set for moderation
Open the moderation e-mail generated by sympa to moderators in MS Outlook for Mac or Apple Mail for iOS, for example
Notice that the following portion of the e-mail generated by sympa is not an expected clickable link in the client:
To distribute the attached message in list brian-testlist2: mailto:sympa@lists.examplelist.com?subject=DISTRIBUTE%20brian-testlist2%20daddc64c9393405e3de1ce11693d3fc5
Additional information
The relevant line in our moderate.tt2 file is as follows:
Attached screenshot shows example using Outlook for Mac 16.6 on OSX Monterrey.
This seems to be related with URI handler defaults on Apple devices. We haven't seen any cases where Windows-based clients fail to interpret the mailto: as expected.
The text was updated successfully, but these errors were encountered:
Version
v6.2.68
Installation method
Cent7, RPM install, Mariadb, Postfix
Expected behavior
E-mails generated by sympa's moderate.tt2 template function should produce a clickable mailto: link to release the message for moderation in all mail clients.
Actual behavior
Some mail clients, so far tested to occur only on Apple devices, by default do not properly interpret a standalone mailto: URI and seem to require being embedded in an < a href equals> tag to work as expected, which may be better practice formatting for desired cross-platform mail client behavior.
Steps to reproduce
Send an e-mail to a list set for moderation
Open the moderation e-mail generated by sympa to moderators in MS Outlook for Mac or Apple Mail for iOS, for example
Notice that the following portion of the e-mail generated by sympa is not an expected clickable link in the client:
To distribute the attached message in list brian-testlist2:
mailto:sympa@lists.examplelist.com?subject=DISTRIBUTE%20brian-testlist2%20daddc64c9393405e3de1ce11693d3fc5
Additional information
The relevant line in our moderate.tt2 file is as follows:
[% "${conf.email}@${domain}" | mailtourl({subject => "DISTRIBUTE ${list.name} ${modkey}"}) %]
I believe this may be the same bug reported here, still possibly unresolved and in the wild:
#1124
Attached screenshot shows example using Outlook for Mac 16.6 on OSX Monterrey.
This seems to be related with URI handler defaults on Apple devices. We haven't seen any cases where Windows-based clients fail to interpret the mailto: as expected.
The text was updated successfully, but these errors were encountered: