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

NAME

Blog::Spam::Plugin::multilinks - Reject opportunistic use of URLs.

ABOUT

This plugin is designed to discard comments which have bodies including links formatted in multiple senses.

A typical comment might have multiple URLs included in it, (but see Blog::Spam::Plugin::lotsaurls for restricting the maximum number of submitted URLs per comment), but each will be in the same format.

Many SPAM comments contain links in multiple formats, because they're submitted en masse and the submitter doesn't know what formatting type to use.

This leads to comments with contents such as:

   [url=http://spam.example.org]SPAM[/url],
   <a href="http://spam.example.org/">spam</a>,
   [LINK=http://spam.example.org]SPAM[/link]

This plugin will recognise links have been submitted in multiple formats and reject them as SPAM.

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.