GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SyslogScan::SendmailUtil(3) User Contributed Perl Documentation SyslogScan::SendmailUtil(3)

SendmailUtil.pm -- utilities for sendmail packages.

  use SyslogScan::SendmailUtil;

  open(FH,"/var/log/syslog");
  my $transfer;
  while ($transfer = SyslogScan::SendmailUtil::getNextMailTranfer(\*FH))
  {
     # process the tranfer
  }

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.

The canonAddress() routine modifies the address of the Sendmail routines to be all-lowercase, remove enclosing brackets, and append '@localhost' to local addresses. Modifying this routine will change how SyslogScan canonicalizes.

The author (Rolf Harold Nelson) can currently be e-mailed as rolf@usa.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 it under 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 of the use of this software and its documentation (including, but not limited to, lost profits) even if the authors have been advised of the possibility of such damage.

SyslogScan::SendmailLineFrom, SyslogScan::SendmailLineTo, SyslogScan::SyslogEntry
1996-09-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.