Net::Accounting::Sendmail version 0.01
======================================
NAME
Log::Accounting::Sendmail - Accounting for sendmail
DESCRIPTION
Accounting for sendmail.
SYNOPSIS
use Log::Accounting::Sendmail;
my $sm = Log::Accounting::Sendmail-new();
$sm->addfile($fh);
$sm->filter("
[email protected]","
[email protected]"); # only this mails
$sm->map(oli=>["
[email protected]","
[email protected]"]); # map to one "mail account"
$sm->group("oli"); # sum up mails
%result = $sm->calc();
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
The author of this package disclaims all copyrights and releases it
into the public domain.