]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/BlogspamNet/README
HubSub now remembers recent failures and counts them
[quix0rs-gnu-social.git] / plugins / BlogspamNet / README
1 Plugin to check submitted notices with blogspam.net
2
3 When new notices are saved, we check their text with blogspam.net (or
4 a compatible service).
5
6 Blogspam.net is supposed to catch blog comment spam. Some of its tests
7 (min/max size, bayesian match) gave a lot of false positives so those
8 tests are turned off by default.
9
10 Installation
11 ============
12 add "addPlugin('BlogspamNet');"
13 to the bottom of your config.php
14
15 Settings
16 ========
17 none
18
19 Example
20 =======
21 addPlugin('BlogspamNet');
22