
WWW::Modbot::Post - tools to moderate Web-based spam

Version 0.01

The WWW::Modbot::Post module encapsulates post-specific functionality for the modbot (primarily display and testing).

The new function takes a reference to the server whose post this is,
and the ID of the post.
We can also simply pass in a hash reference to work with posts that aren't using the regular Modbot server mechanisms.
test runs a single test against the post.
judge runs a ruleset against the post and assigns a spam score.
as_text returns a string containing a multi-line text representation of the post.

Michael Roberts,
<michael at despammed.com>

Please report any bugs or feature requests to bug-www-modbot at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Modbot.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc WWW::Modbot
You can also look for information at:

Copyright 2008 Vivtek, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.