Skip to content

Conversation

rr-it
Copy link
Contributor

@rr-it rr-it commented Dec 4, 2024

This recognizes words like www.example.org as link and counts them into the spam-checker link-count.

This checks www. …-links for a space-character prefix to ensure that links like https://www.example.org/ are not counted twice.

Regex: '@http://|https://|ftp://|(^|\s)www\.\S@'

Fixes: #1192

@mschwemer mschwemer self-requested a review January 7, 2025 08:50
@cweiske
Copy link
Contributor

cweiske commented Jul 4, 2025

This is important because many mail clients auto-link words beginning with www..

@mschwemer mschwemer merged commit f1a34ca into in2code-de:typo3-v12 Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recognize "www. …" as link in spam-checker
3 participants