https://github.com/ashwanthkumar/spam_moderation
SPAM detection for Elgg 1.8+
https://github.com/ashwanthkumar/spam_moderation
Last synced: 8 months ago
JSON representation
SPAM detection for Elgg 1.8+
- Host: GitHub
- URL: https://github.com/ashwanthkumar/spam_moderation
- Owner: ashwanthkumar
- Created: 2011-04-10T09:48:22.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T16:22:24.000Z (over 10 years ago)
- Last Synced: 2025-05-17T20:36:25.015Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
[](http://unmaintained.tech/)
Copyright SPAM Moderation by Ashwanth Kumar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPAM Moderation Plugin for Elgg 1.8 (build: > 2011032200) Alpha
Features:
* Akismet (https://akismet.com/signup/#free) and Mollom (http://mollom.com/) external SPAM filter services.
* Internal keyword based filter of any type of content.
* Group Topic Reply and Blog post check against all the three services.
Currently out of 3 only one service could be choosen.
There are some known issues when using Mollom. When the server responds with 'unsure' the content is categorized based on the quality score. Look at /lib/spam_moderation.php for more details how it is implemented.
Updated: 17/04/2011