- Issue created by @lmoeni
- 🇷🇴Romania vitalie
Hi @lmoeni,
Could you check if the order of the filters is such that spamspan filter runs after linkit filter?
- 🇩🇪Germany lmoeni
I checked and the linkit filter runs before the spamspan filter.
- Status changed to Fixed
over 1 year ago 7:22am 18 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 11:51am 14 July 2023 - 🇩🇪Germany Grevil
This fix created some MAJOR regression and breaks markup under certain circumstances! See 🐛 SpamSpan breaks markup Fixed .
Of course, spamspan shouldn't touch links as mentioned above, but the applied fix is incorrect nonetheless. This will get reverted and further looked into in 🐛 SpamSpan breaks markup Fixed .
- 🇩🇪Germany Anybody Porta Westfalica
@vitalie this wasn't really a nice change into dev. No tests were added, no reviews by other maintainers... shouldn't happen again please for such a heavy change, even while being "just another method".
XML is quite different from HTML and by this commit directly into the main branch you put this into the next release... uncool. Anyway thank you for trying to fix this.
@lmoeni: Please re-check your filter order or the markup. in #3 you wrote
I checked and the linkit filter runs before the spamspan filter.
but that really doesn't make sense. If it was the case and the token is correct, it would have been replaced. Then this can not happen.
You should check this, as we'll revert this commit in 🐛 SpamSpan breaks markup Fixed and you may run into these issues again. Feel free to reopen a followup and link this issue please, if that should happen. But first please check all your filters order and ensure SpamSpan runs last.