
Mail::Abuse::Incident::SpamCop - Parses SpamCop reports into Mail::Abuse::Reports

use Mail::Abuse::Report; use Mail::Abuse::Incident::SpamCop; my $i = new Mail::Abuse::Incident::SpamCop; my $report = new Mail::Abuse::Report (incidents => [$i] );

This class parses SpamCop incidents. See http://www.SpamCop.net/ for more information regarding their excellent service.
The following functions are provided for the customization of the behavior of the class.
parse($report)Pushes all instances of SpamCop incidents into the given report, based on parsing of the text in the report itself.
Returns a list of objects of the same class, with the incident data (IP address, timestamp and other information) filled.
None by default.

Original version; created by h2xs 1.2 with options
-ACOXcfkn
Mail::Abuse
-v
0.01

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), http://www.SpamCop.net.