NAME
Blog::Spam::Plugin::size - Size-Test submitted comments.
ABOUT
This plugin is designed to discard comments which are too small, or too large.
By defaul this plugin will do nothing - it must be explicitly enabled by the site which is submitting the comment for testing, via the use of optional parameters submitted to the Blog::Spam::Server - see http://api.blogspam.net for details of those parameters.
If supplied this plugin will test the submitted comment against the appropriate values:
- min-size The minimum acceptible word-count for a valid comment.
- max-size The maximum acceptible word-count for a valid comment.
If the submitted comment is either too small, or too large, then it will be rejected and marked as SPAM.
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.