NAME

Log::Accounting::Sendmail - Accounting for sendmail

SYNOPSIS

use Log::Accounting::Sendmail;

my $sm = Log::Accounting::Sendmail->new();
$sm->addfile($fh);
$sm->filter("oli@42.nu");
$sm->group("oli@42.nu");
$sm->map(oli=>["oli@42.nu","oliver@42.nu"]);
%result = $sm->calc();

DESCRIPTION

Accounting of network services.

AUTHOR

Oliver Maul, oli@42.nu

COPYRIGHT

The author of this package disclaims all copyrights and releases it into the public domain.