Since multiple email addresses are not supported with this module and it doesn't seem like they will be based on the request for support in 6.x (See #800562: Support for multiple e-mail addresses in mailto: links), I think it would be beneficial to have a class that prevents the spamspan filter from running for the case of a link with multiple email addresses. I'm sure there are other edge cases where someone may not want spamspan to obfuscate as well.

Comments

Daniel Korte created an issue. See original summary.

Daniel Korte’s picture

Title: Prevent spamspan with a class » Disable spamspan filter with a class
Anybody’s picture

Version: 8.x-1.x-dev » 3.x-dev
Issue tags: +Needs tests

Totally makes sense. This would have to be implemented on the encoding PHP side and on the JS side. Could someone provide a MR?
And yes, this definitely needs tests :)

Anybody’s picture

Priority: Normal » Major

Okay, this is 3/2 of the remaining issues that would make sense to fix for feature-completeness.