| Log-Accounting-Sendmail documentation | view source | Contained in the Log-Accounting-Sendmail distribution. |
Log::Accounting::Sendmail - Accounting for sendmail
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();
Accounting of network services.
Oliver Maul, oli@42.nu
The author of this package disclaims all copyrights and releases it into the public domain.
| Log-Accounting-Sendmail documentation | view source | Contained in the Log-Accounting-Sendmail distribution. |