Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
I'm not sure if we should call this implemented, but the spam phrases option does include the thread title in the content it checks. It's included in the content we check before the main message body (so it's not distinguished within the content checked).Because of some of the technical differences with post bodies and titles, there is a way to mostly catch a thread title that is a URL:[code]/^https?:\/\/\S+\n/si[/code]We use that rule here. In the post body, the URL would be converted to a URL BB code automatically so it won't match that. (Technically this does catch a profile post starting with a URL, followed by a line break, though that might be a good thing...)
I'm not sure if we should call this implemented, but the spam phrases option does include the thread title in the content it checks. It's included in the content we check before the main message body (so it's not distinguished within the content checked).
Because of some of the technical differences with post bodies and titles, there is a way to mostly catch a thread title that is a URL:
[code]/^https?:\/\/\S+\n/si[/code]
We use that rule here. In the post body, the URL would be converted to a URL BB code automatically so it won't match that. (Technically this does catch a profile post starting with a URL, followed by a line break, though that might be a good thing...)
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences