MAN page from Mandrake Other perl-SyslogScan-0.32-1.i386.rpm
SyslogScan::SendmailLineTo
Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 04
Index NAME
SyslogScan::SendmailLineTo -- encapsulates a `To:' line in a syslog file
DESCRIPTION
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,jsm341AATTanima.nums.nwu.edu, delay=03:52:42, mailer=smtp, relay=anima.nums.nwu.edu. [165.124.50.10], stat=Sent (AA097917369 Message accepted for delivery)
then it will return a SyslogScan::SendmailLineTo object like this:
# generic SyslogScan::SyslogEntry stuff day => 13, executable => 'sendmail', machine => 'satellife', messageID => 'WAA18677', month => 'Jun', tag => 23498, content => 'WAA18677: to=mbe527@time.nums.nwu.edu,jsm341AATTanima.nums.nwu.edu, delay=03:52:42, mailer=smtp, relay=anima.nums.nwu.edu. [165.124.50.10], stat=Sent (AA097917369 Message accepted for delivery)',
# sendMailLineTo-specific stuff messageID => 'WAA18677' toList => (mbe527@time.nums.nwu.edu, jsm341AATTanima.nums.nwu.edu) attrHash => ( 'delay' => '03:52:42', 'mailer' => 'smtp', 'relay' => 'anima.nums.nwu.edu. [165.124.50.10]', 'stat' => 'Sent (AA097917369 Message accepted for delivery)', 'to' => 'mbe527@time.nums.nwu.edu,jsm341AATTanima.nums.nwu.edu' )
AUTHOR and COPYRIGHT
The author (Rolf Harold Nelson) can currently be e-mailed asrolfAATTusa.healthnet.org.
This code is Copyright (C) SatelLife, Inc. 1996. All rights reserved.This code is free software; you can redistribute it and/or modify itunder the same terms as Perl itself.
In no event shall SatelLife be liable to any party for direct,indirect, special, incidental, or consequential damages arising out ofthe use of this software and its documentation (including, but notlimited to, lost profits) even if the authors have been advised of thepossibility of such damage.
SEE ALSO
the
SyslogScan::SendmailLineTo manpage
Index
- NAME
- DESCRIPTION
- AUTHOR and COPYRIGHT
- SEE ALSO
This document was created byman2html,using the manual pages.