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

NAME

Mail::QmailSend::MultilogParser - Parse qmail-send multilog files

SYNOPSIS

  use Mail::QmailSend::MultilogParser;
  use YAML;

  my $parser = Mail::QmailSend::MultilogParser->new(callback => sub { print YAML::Dump(@_) });
  $parser->parse(\*STDIN);

DESCRIPTION

This module parses qmail-send logs in multilog formats.

AUTHOR

Masahito Yoshida <masahito@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Masahito Yoshida

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.8 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

http://cr.yp.to/qmail.html http://cr.yp.to/daemontools/multilog.html