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

NAME

Mail::Abuse::Processor - Process a Mail::Abuse::Report

SYNOPSIS

  package Mail::Abuse::Processor::MyProcessor;
  use Mail::Abuse::Processor;

  use base 'Mail::Abuse::Processor';
  sub process { ... }
  package main;

  use Mail::Abuse::Report;
  my $p = new Mail::Abuse::Processor::MyProcessor;
  my $report = new Mail::Abuse::Report (processors => [ $p ]);

  # ... other pieces of code that configure the report ...

DESCRIPTION

This class implements the actions that are performed in a Mail::Abuse::Report after it has been received and parsed. Actions usually include storing the report, opening tickets, etc.

The following functions are provided for the customization of the behavior of the class.

process($report)

Takes a Mail::Abuse::Report object as an argument and performs the processing action required.

EXPORT

None by default.

HISTORY

0.01

Original version; created by h2xs 1.2 with options

  -ACOXcfkn
        Mail::Abuse
        -v
        0.01

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).

1 POD Error

The following errors were encountered while parsing the POD:

Around line 129:

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