NAME

Blog::Spam::Server - An RPC server which detects comment spam.

ABOUT

This program implements a plugin-based XML-RPC server which may be queried from almost all languages.

The intention is that clients will query this server to detect whether their comment submissions are spam or genuine, using our API.

The API we present is fully documented in Blog::Spam::API.

The actual testing of submitted comments is handled by a series of plugins, each living beneath the 'Blog::Spam::Plugin::' namespace.

For a description of the plugin methods please consult the Blog::Spam::Plugin::Sample plugin.

LICENSE

This code is licensed under the terms of the GNU General Public License, version 2. See included file GPL-2 for details.

AUTHOR

Steve -- http://www.steve.org.uk/

LICENSE

Copyright (c) 2008-2010 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.

new

Create a new instance of this object.