The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Parse-Syslog-Mail

0.09    2005.08.13
        [FEATURE] Added support for a specific case of Sendmail logs 
        (ruleset=%s, arg1=%s) in order to gather that information.
        [FEATURE] Added support for recognized other kinds of status.
        [TESTS] Modified 03diag.t so that it skips if one of Test::Warn or 
        Test::Exception is not installed.

0.08    2005.08.03
        [BUGFIX] D'oh! Non mailer related lines were not skipped...
        [TESTS] Reduced the number of read lines in 10fields.t

0.07    2005.07.25
        [BUGFIX] Previous release was broken regarding Sendmail/Postfix logs.
        [FEATURE] Added primitive support for Courier logs (UNTESTED)

0.06    2005.07.24
        [FEATURE] Added support for Qmail logs. Thanks to Laurent Bauer for 
        providing excerpts.

0.05    2005.07.13
        [BUGFIX] Now skipping a few more garbage lines.
        [TESTS] Improved t/10fields.t in order t oexecute tests with local logs.
        [DOC] Updated documentation.

0.04    2005.06.04
        [BUGFIX] RT#12775 (Jason T Hardy): Odd number of elements in hashref 
        because of map and split bug
        [FEATURE] Now restricting fields names to words (/^[\w-]$/)
        [TESTS] Renamed t/10parse.t to t/11values.t
        [TESTS] Added t/10fields.t

0.03    2005.04.07
        [BUGFIX] Parsing was improved a bit.
        [TESTS] Improved t/01api.t

0.02    2005.04.03
        [TESTS] Corrected t/01api.t
        [TESTS] Added t/03diag.t, t/10parse.t
        [DOC] Updated documentation.

0.01    2005.03.21
        First version, released on an unsuspecting world.