XF 2.3 Using Spam phrases to send external URLs to approval queue but want to allow internal URLs to be posted

sport_billy

Member
Was looking for a little bit of help please. We are trying to use Spam Phrases to send any external URLs posted in a thread to the approval queue BUT allow internal links to our own forum threads to be posted, as we link back a lot to our information care guide threads within posts.

Have used the below to send URLs to the approval queue
/^\[url.*\[\/url\]$/si
/^http\S+$/si
/^https?:\/\/\S+\n/si
/^[a-z0-9-]+\.(com|net|org)\/\S+\n/si

Thanks for any recommendations
 
Last edited:
Following ....... I'm looking at an addon that scans url's for harmful ones and sends them for manual moderation using AI - but it's expensive and an annual fee. ie leaving inoccuous ones in tact.
 
Last edited:
Would this thread help?

 
Back
Top Bottom