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 standard comment might have multiple valid URLs included in it, (but see Blog::Spam::Plugin::lotsaurls for restricting the number of submitted URLs per comment, but they will all be in one format.

Many SPAM comments contain links in multiple formats 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 in multiple encodings and reject 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.