|
Class Summary |
| BlogEntryResponseListenerSupport |
Starting point for implementation of classes that are both comment
and TrackBack listeners. |
| ContentSpamListener |
Checks comment and TrackBack content for specified regexs and sets
the state of such responses to pending. |
| DeleteRejectedListener |
Deletes comments and TrackBacks that have been marked as rejected. |
| DisableResponseListener |
Deletes comments and TrackBacks that are left, effectively disabling the
ability for readers for leave responses. |
| IpAddressListener |
Checks comment and TrackBack IP address against a whitelist and a blacklist. |
| LinkSpamListener |
Checks comment and TrackBack content for a large number of links and sets
the state of such responses to pending. |
| MarkApprovedListener |
Sets the status of new comments and TrackBacks to approved. |
| MarkApprovedWhenAuthenticatedListener |
Sets the status of new comments and TrackBacks to approved, if the user
leaving the response is authenticated and authorised for the blog. |
| MarkPendingListener |
Sets the status of new comments and TrackBacks to pending. |
| SpamScoreListener |
Checks the spam score of comments and TrackBacks and if greater than the
threshold, marks them as rejected. |