Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Count "www"-prefixed words as link in spam-checker #1193

Open
wants to merge 1 commit into
base: typo3-v12
Choose a base branch
from

Conversation

rr-it
Copy link

@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

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
1 participant