meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin:botbouncer [2022/06/23 10:47] – [Installation] duncanc | plugin:botbouncer [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Botbouncer ====== | ||
+ | |||
+ | ---- plugin ---- | ||
+ | |||
+ | description: | ||
+ | author | ||
+ | type : | ||
+ | lastupdate : 2022-06-23 | ||
+ | compatible : | ||
+ | depends | ||
+ | conflicts | ||
+ | similar | ||
+ | tags : spam | ||
+ | |||
+ | downloadurl: | ||
+ | sourcerepo : https:// | ||
+ | ---- | ||
+ | |||
+ | The plugin checks subscription emails and IP addresses for spam using the Botbouncer class https:// | ||
+ | |||
+ | |||
+ | It currently supports any combination of the following services: | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * < | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | The recommended way to install is through the Plugins page (menu Config > Manage plugins) using the package URL %%https:// | ||
+ | |||
+ | Then enable the plugin. | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | On the Settings page there is a Bot bouncer settings group where you can specify: | ||
+ | |||
+ | * The message to be displayed to the subscriber when the subscription attempt is rejected | ||
+ | * Whether to write a record to the event log for each failed subscription attempt (Yes). | ||
+ | * Whether to send an email to the admin for each failed subscription attempt (No). | ||
+ | * Whether to validate email addresses submitted on a subscribe page (Yes). | ||
+ | * Whether to validate email addresses submitted on an asubscribe (AJAX) page (Yes). | ||
+ | |||
+ | <WRAP center round box 60%> | ||
+ | {{ : | ||
+ | </ | ||
+ | |||
+ | |||
+ | <WRAP center round box 60%> | ||
+ | |||
+ | {{ : | ||
+ | </ | ||
+ | |||
+ | |||
+ | You can control which services the Botbouncer class will use by setting these variables in the config.php file | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * ''< | ||
+ | * ''< | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | Additionally you can set these variables which are used by the Botbouncer class | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | |||
+ | See the [[https:// | ||