
Mail::Abuse::Processor::Explain - Explain a Mail::Abuse::Report

use Mail::Abuse::Processor::Explain; use Mail::Abuse::Report; my $p = new Mail::Abuse::Processor::Explain; my $report = new Mail::Abuse::Report (processors => [ $p ]); # ... other pieces of code that configure the report ...

This class outputs an abuse report and information about the incidents that were extracted, to STDOUT. It is useful when using this framework as part of a filter that preprocesses messages before handing them to other systems.
The following functions are implemented.
process($report)Takes a Mail::Abuse::Report object as an argument and performs the processing action required.
None by default.

$Log: Explain.pm,v $ Revision 1.2 2004/11/21 02:44:14 lem Field tested
Revision 1.1 2004/11/21 02:15:02 lem Testing version

This code and all accompanying software comes with NO WARRANTY. You use it at your own risk.
This code and all accompanying software can be used freely under the same terms as Perl itself.

Luis E. Muñoz <luismunoz@cpan.org>

perl(1).