https://github.com/splitbrain/unb-plugin-blacklist
Check UNB posts against a regexp blacklist
https://github.com/splitbrain/unb-plugin-blacklist
antispam blacklist php unb unb-plugin unclassified-newsboard
Last synced: over 1 year ago
JSON representation
Check UNB posts against a regexp blacklist
- Host: GitHub
- URL: https://github.com/splitbrain/unb-plugin-blacklist
- Owner: splitbrain
- Created: 2014-03-21T12:31:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-21T12:31:08.000Z (over 12 years ago)
- Last Synced: 2025-02-02T01:24:45.001Z (over 1 year ago)
- Topics: antispam, blacklist, php, unb, unb-plugin, unclassified-newsboard
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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
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