The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 the API we present over the network via XML::RPC - that API is 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 sample plugin.

AUTHOR

Steve Kemp

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.