Availability
Available as of blojsom 2.25.
Description
The link spam moderation plugin checks for hyperlinks within comments and trackbacks. If the number of hyperlinks found within the response exceeds a specified threshold, the comment or trackback can be moderated or deleted automatically.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
linkspam-moderation=org.blojsom.plugin.moderation.LinkSpamModerationPlugin
In your individual blog.properties file, there are a number of properties that control how this plugin operates.
| Property |
Description |
Default value |
| linkspam-comment-threshold |
# of links as threshold for comments. |
3 |
| linkspam-trackback-threshold |
# of links as threshold for trackbacks. |
3 |
| delete-linkspam |
Determines if the comment or trackback should be deleted automatically if it exceeds the link threshold. |
false |
For example:
linkspam-comment-threshold=3
linkspam-trackback-threshold=5
delete-linkspam=true