NAME
Mail::Abuse::Reader - Reads a Mail::Abuse::Report
SYNOPSIS
package Mail::Abuse::Reader::MyReader;
use Mail::Abuse::Reader;
use base 'Mail::Abuse::Reader';
sub read { ... }
package main;
use Mail::Abuse::Report;
my $r = new Mail::Abuse::Reader::MyReader;
my $report = new Mail::Abuse::Report (reader => $r);
DESCRIPTION
This class implements the reception of an abuse report and its conversion to a Mail::Abuse::Report
object.
The following functions are provided for the customization of the behavior of the class.
read($report)
-
Populates the text of the given
$report
using the->text
method. Must return true if succesful or false otherwise.
EXPORT
None by default.
HISTORY
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 130:
Non-ASCII character seen before =encoding in 'Muñoz'. Assuming CP1252