Reply to thread

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...)


Back
Top Bottom