|
NAMEBlog::Spam::Plugin::00blacklist - Reject comments from known-bad IP addresses.ABOUTThis plugin is designed to discard comments which have been submitted from blacklisted IP addresses.This plugin allows the XML-RPC connection which arrived to contain the blacklisted IP addresses - it doesn't blacklist addresses which are recorded upon the server this code is running upon. (For that see the module Blog::Spam::Plugin::badip. DETAILSWhen an incoming comment is submitted for SPAM detection a number of optional parameters may be included. One of the optional parameters is a list of CIDR ranges to automatically blacklist, and always return a "SPAM" result from.The options are discussed as part of the Blog::Spam::API, in the section TESTING OPTIONS. AUTHOR
LICENSECopyright (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.
Visit the GSP FreeBSD Man Page Interface. |