The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:SyslogScan"

SyslogScan::Usage - encapsulates the total volumes of mail broadcast, sent, and received through sendmail by a single user or group. River stage zero No dependents

Broadcast, Send, and Receive Volume of messages received has the obvious meaning. Volume of messages sent and volume of messages broadcast require more explanation. If I send out a message which has three recipients, then for the purposes of the Sysl...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::Summary - encapsulates a tally of how many bytes people have sent and received through sendmail River stage zero No dependents

A SyslogScan::Summary object will 'register' a series of SyslogScan::Delivery objects. All registered deliveries are grouped by sender and receiver e-mail addresses, and then added up. Three sums are kept: Total Bytes Recieved, Total Bytes Sent, and ...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::ByGroup - Organizes a Summary of mail statistics into Groups of related e-mail users River stage zero No dependents

A SyslogScan::ByGroup object is a hash table of SyslogScan::Group objects, each indexed by the group name as returned by the sorting algorithm fed to 'new'. A SyslogScan::Group is a hash table with two members: 'byAddress', which is a SyslogScan::Sum...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::WhereIs - return full path of syslog file where mail messages are logged River stage zero No dependents

Scans a syslog configuration file to try to figure out where "mail.info" messages are sent. Default configuration file is "/etc/syslog.conf". Returns undef if the syslog file cannot be determined....

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::Delivery - encapsulates a logged, successful delivery of mail from a sender to a list of recipients. River stage zero No dependents

A 'Delivery' object is an indication that mail was successfully delivered or forwarded from a sender to a list of recipients. You can extract Delivery objects from a syslog file by using SyslogScan::DeliveryIterator. Variables my $delivery = $iter ->...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::SyslogEntry - parses generic lines in syslog files. River stage zero No dependents

All Syslog object share these data structures: month, day, time, machine, executable, tag (optional), content. For example, if a syslog line looks like: Jun 13 02:32:27 satellife in.identd[25994]: connect from mail.missouri.edu then the line returned...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::SendmailLine - Enhances basic SyslogEntry parsing by understanding sendmail to/from message syntax. River stage zero No dependents

Suppose I run a 'new SyslogEntry' command and read in the following line: Jun 13 01:32:26 satellife sendmail[23498]: WAA18677: to=bar@foo.org,baz@foo.org, delay=03:50:20, mailer=smtp, relay=relay.ulthar.com [128.206.5.3], stat=Sent (May, have (embedd...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::SendmailUtil - utilities for sendmail packages. River stage zero No dependents

getNextMailTransfer queries a filehandle pointing to a syslog for the next line which is a sendmail 'To:', 'From:', and 'Clone:' lines, and returns a SyslogScan::SendmailLineFrom, SyslogScan::SendmailLineTo, or SyslogScan::SendmailLineClone object....

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/ParseDate.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/Group.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/In_identdLine.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/SendmailLineClone.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/SendmailLineTrans.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::SendmailLineTo - encapsulates a 'To:' line in a syslog file River stage zero No dependents

Here is a sample SendmailLineTo object. If 'new SyslogScan::SendmailLineEntry' reads in a line like Jun 13 01:50:48 satellife sendmail[23498]: WAA18677: to=mbe527@time.nums.nwu.edu,jsm341@anima.nums.nwu.edu, delay=03:52:42, mailer=smtp, relay=anima.n...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/UnsupportedEntry.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/Volume.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan/FilterUser.pm River stage zero No dependents

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::DeliveryIterator - scans a syslog file for "deliveries", successful transfers of mail to mailboxes or to other machines. River stage zero No dependents

A DeliveryIterator goes through your sendmail logging file (which may be /var/log/syslog, /var/adm/messages, or something completely different) looking for successful deliveries of mail to local user-accounts or successful transfers of mail to remote...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

SyslogScan::SendmailLineFrom - encapsulates a 'From:' line in a syslog file River stage zero No dependents

Here is a sample SendmailLineFrom object. If 'new SyslogScan::SendmailLineEntry' reads in a line like Jun 13 02:34:54 satellife sendmail[26035]: BAA26035: from=<HELP-NET@BAR.TEMPLE.EDU>, size=7000, class=0, pri=37000, nrcpts=1, msgid=<199606130634.BA...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC

read_mail_log.pl - Summarizes amount of mail routed through host, sorted by e-mail address River stage zero No dependents

Usage: read_mail_log.pl [-ugm] [-o cache_outfile] [-U user_filter] [-T date_filter] [-hvqD] [-i cache_in | syslog ...] Where: -u : print report grouped by user (default) -g : print report grouped by internet domain name -m : print report of mail deli...

RHNELSON/SyslogScan-0.32 - 24 Nov 1997 21:43:31 UTC
20 results (0.042 seconds)