/unb-plugin-blacklist

Check UNB posts against a regexp blacklist

Primary LanguagePHP

Blacklist Plugin for Unclassified Newsboard

This plugin will check each post against a list of regular expressions. If any
of them match the post will be denied and the attempt is logged.

This reuses the blacklisting mechanism of DokuWiki described here:
https://www.dokuwiki.org/blacklist

To install, copy the blacklist.* files into your unb_lib/plugins folder.

The settings are sotred in a blacklist-plugin.conf file at the top of your
UNB install. Make sure that's writable.

----
Copyright (C) Andreas Gohr <andi@splitbrain.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See the docs/license.txt file in your UNB folder for details