%20 in signature of incoming emails

Infos:

  • Used Zammad version: 3.4, 3.5, 3.6
  • Used Zammad installation source: Docker
  • Operating system: Debian
  • Browser + version: -

The email signature from our customers contains a ‘mailto’.
This looks like <a href="mailto:%20some.name@domain.de"><span lang=EN-US style='color:blue'>some.name@domain.de</span></a>.

Expected behavior:

Actual behavior:

Steps to reproduce the behavior:

  • Get an email in zammad which contains the described html code.

This commit lets me believe that Zammad removes all mailto links in the emails and instead displays the destination of those mailto links as plain text. This makes sense as mailto links would lead to your default mail program which would be outside of Zammad if it didn’t remove these mailto links.

Just out of curiosity, why does your customer have a space before his email address in the first place?

This makes sense but I really don’t know why it worked in version 3.3.

However removing the space in the mailto solves the problem for us.
Maybe it was a mistake. :sweat_smile:

Thanks.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.