This shows you the differences between two versions of the page.
plugin:botbouncer [2014/02/15 17:27] duncanc created |
plugin:botbouncer [2014/02/16 17:16] (current) duncanc |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Botbouncer ====== | ||
+ | ---- plugin ---- | ||
+ | description: The plugin checks subscription emails for spam using the Botbouncer class https://github.com/michield/botbouncer. | ||
+ | author : Duncan Cameron | ||
+ | email : dcameronw5@yahoo.co.uk | ||
+ | type : | ||
+ | lastupdate : 2014-02-15 | ||
+ | compatible : | ||
+ | depends : | ||
+ | conflicts : | ||
+ | similar : | ||
+ | tags : spam | ||
+ | |||
+ | downloadurl: https://github.com/bramley/phplist-plugin-botbouncer/archive/master.zip | ||
+ | sourcerepo : https://github.com/bramley/phplist-plugin-botbouncer | ||
+ | ---- | ||
+ | |||
+ | The plugin checks subscription emails for spam using the Botbouncer class https://github.com/michield/botbouncer. It currently uses only the Stop Forum Spam service to check email addresses, as that can be used without registering. The other services supported by Botbouncer (Akismet, Project Honeypot, and Mollom) could be added if Stop Forum Spam proves not to be sufficient. | ||
+ | |||
+ | Installation instructions: | ||
+ | |||
+ | See the README file on the GitHub page https://github.com/bramley/phplist-plugin-botbouncer |