Regex Moderation 1.3.1

XF 1 Regex Moderation 1.3.1 MOVED

Regex Moderation 1.3.1
Compatible XF Versions
1.4, 1.5
This add-on can detect obscured spam in posts. There are two ACP options with which you can control the detection behavior:


1. Single characters words

With this option you can restrict how many single character words the message may contain at most. This is to prevent spammers that type for example „b a d w o r d“ instead of „badword“.
maxsinglecharcords-png.154643




2. Word patterns

With this option you can state a regular expressions that will be applied to each word of the message. If one of the patterns matches at least once, the post will be moderated.

wordpatterns13-png.154692



Note that „word“ means any sequence of characters that doesn't contain whitespace (blanks, newlines). BBCodes are removed from the message before the patterns are applied (just the tags not their content).

For example you can moderate all posts that contain at least one word with the format „b.a.d.w.o.r.d“ with this pattern:

[^\s]+\.[^\s]\.[^\s]*

Note: you can only use PCRE syntax.

You can analyse an test the saved word patterns on regex101.com by clicking on the corresponding link.

Note that the „word pattern“ you state is used to build the actual regex which is then applied to the whole message. That means „in the background“ each word pattern is prefixed with /[[:space:]]+ and postfixed with [[:space:]]+/. So for a word pattern abc the actual regex would be /[[:space:]]+abc[[:space:]]+/.


Bypassing moderation
The regex moderation will be disabled if the user has the permission to approve/unapprove posts or the permission to bypass regex moderation.

Latest updates

  1. MOVED

    MOVED

Similar resources

Regex Moderation K
Moderate posts with regular expressions to prevent obscured spam
0.00 star(s) 0 ratings
Downloads
17
Updated
AdvancedMod - PLUGIN DE MODERATION [1.8 - 1.12] X
4.67 star(s) 6 ratings
Downloads
289
Updated
BlackSpigot General Chat
Rules Help Users
    RealNotSound @ RealNotSound: Hi how is everyone???
    Top