Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/log-procmail
Perl extension for reading procmail logfiles
https://github.com/book/log-procmail
Last synced: about 1 month ago
JSON representation
Perl extension for reading procmail logfiles
- Host: GitHub
- URL: https://github.com/book/log-procmail
- Owner: book
- Created: 2009-11-27T09:23:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T10:15:50.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:36:25.326Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Log-Procmail/
- Size: 76.2 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Log::Procmail
=============The Log::Procmail module processes procmail(1) logfiles and returns
the abstracts. You can get all the useful information by using the
methods from(), date(), subject(), folder() and size() on the returned
Log::Procmail::Abstract object.This is a very simple module. :-)
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (c) 2002, Philippe Bruhat. All Rights Reserved.
This module is free software. It may be used, redistributed
and/or modified under the terms of the Perl Artistic License
(see http://www.perl.com/perl/misc/Artistic.html)BUGS
Please report all bugs through the rt.cpan.org interface:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Procmail