Browse Source

Merge pull request 'doc/snac8: elaborate regex blocking' (#305) from Menelmacar/snac2:master into master

Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/305
grunfink 2 months ago
parent
commit
d40834edd1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/snac.8

+ 3 - 2
doc/snac.8

@@ -329,8 +329,9 @@ These weapons of mass destruction can be written into the
 file in the server base directory, one per line; if this file exists,
 file in the server base directory, one per line; if this file exists,
 all posts' content will be matched (after being stripped of HTML tags)
 all posts' content will be matched (after being stripped of HTML tags)
 against these regexes, one by one, and any match will make the post to
 against these regexes, one by one, and any match will make the post to
-be rejected. If you don't know about regular expressions, don't use this
+be rejected. Use lower case, the regex will be case insensitive by default. 
-option (or learn about them in some tutorial, there are gazillions of
+If you don't know about regular expressions, don't use this
+option (or learn about them inw some tutorial, there are gazillions of
 them out there), as you and your users may start missing posts. Also,
 them out there), as you and your users may start missing posts. Also,
 given that every regular expression implementation supports a different
 given that every regular expression implementation supports a different
 set of features, consider reading the documentation about the one
 set of features, consider reading the documentation about the one