| Mail-Abuse documentation | view source | Contained in the Mail-Abuse distribution. |
Mail::Abuse::Reader::Stdin - Reads an abuse report through STDIN
use Mail::Abuse::Report; use Mail::Abuse::Reader::Stdin; my $r = new Mail::Abuse::Reader::Stdin; my $report = new Mail::Abuse::Report (reader => $r);
This class reads in messages from STDIN, creating each corresponding
Mail::Abuse::Report object.
A number of configuration keys are used for establishing the operational parameters. These config keys are described below:
A string separator between different messages. It defaults to the string ___END_OF_REPORT___.
If set to a true value, debug messages will be sent through warn().
The following methods are implemented within this class.
read($report)Populates the text of the given $report using the ->text
method. Must return true if succesful or false otherwise.
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).
| Mail-Abuse documentation | view source | Contained in the Mail-Abuse distribution. |