XF 1.5 Spam regex

Dennis B

Member
Licensed customer
Hi,

Does anyone know if the spam phrase filter supports regexes like '\p{Han}' ?

Thanks,
 
Regex is supported, yes.

When any of these phrases are entered in a message, the action below will be taken. Enter one phrase per line. You may use a * as a wild card to match any words. If you start the line with /, the line will be treated as a regular expression (example: /test/i).
 
Back
Top Bottom