NAME

acat - Dump an abuse report stored with Mail::Abuse::Processor::Store.pm

SYNOPSIS

acat [-h] [-a] [-r] [-i] [-d]

DESCRIPTION

acat ("abuse cat") dumps to its standard output the data stored in a Mail::Abuse::Report object that was stored with Mail::Abuse::Processor::Store.

This is useful to build external scripts or to simply peruse the database of reports that is created by the Mail::Abuse system.

The format of the dump is controlled by the command line flags, as follows:

-h

Causes this documentation to be produced.

-a

This option causes all the information fields to be dumped.

-i

Dump all the incidents parsed from the original report.

-r

Dump the original abuse report, as was received. This is the default.

-d

Dump the complete object using Data::Dumper.

HISTORY

Jun, 2003

Begin working in the first version of the code, as a replacement of a more rudimentary proof of concept.

LICENSE AND WARRANTY

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.

AUTHOR

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

SEE ALSO

perl(1), Mail::Abuse.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 150:

Non-ASCII character seen before =encoding in 'Muñoz'. Assuming CP1252