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

NAME

Blog::Spam::Plugin::00whitelist - Always permit comments from some IP addresses.

ABOUT

This plugin is designed to automatically accept comments which have been submitted from known-good IP addresses.

This plugin allows the XML-RPC connection which arrived to contain the whitelisted IP addresses - it doesn't whitelist addresses which are recorded upon the server this code is running upon.

There is also a locally tested file which is consulted for a list of IP addresses, which is /etc/blogspam/goodips.

DETAILS

When 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

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.