NAME
Email::ARF::Hotmail - Perl extension for Hotmail Abuse reports
SYNOPSIS
use Email::ARF::Hotmail;
my $report = Email::ARF::Hotmail->create_report($message);
DESCRIPTION
This is a perl module to process Hotmail abuse reports (which are not in ARF) and generate Email::ARF::Report objects.
METHODS
create_report
my $report = Email::ARF::Hotmail->create_report($message);
Creates an Email::ARF::Report object or dies with an error if the message cannot be parsed as a hotmail abuse report.
BUGS
Something weird is going on with encoding of the original email. For the moment, you may need to decode it from quoted printable.
SEE ALSO
* Email::ARF::Report
* http://postmaster.live.com/Services.aspx
AUTHOR
Michael Stevens, <mstevens@etla.org>
Also with contributions from Mark Zealey <mark.zealey@webfusion.com>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Michael Stevens
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.