Wiki source code of Mail.Log-Parser Home

Version 4.1 by christoph_lechleitner@iteg_at on 2012-07-14 08.09:10

Hide last authors
christoph_lechleitner@iteg_at 2.1 1 MLP (Mail.Log-Parsing) is a script and soon-to-be script collection to make it easier to extract useful information from {{code language="none"}}/var/log/mail.log{{/code}} as produced by postfix setups like our Mailhaus.at.
christoph_lechleitner@iteg_at 1.1 2
christoph_lechleitner@iteg_at 2.1 3 Tracing emails with only grep is difficult because the major properties of a single mail, like sender, recipient, and message-id, usually are distributed over multiple lines.
christoph_lechleitner@iteg_at 1.1 4
christoph_lechleitner@iteg_at 2.1 5 ##**mlp-findmails**## makes this task a one-liner. It is based on [[http:~~/~~/www.perlmonks.org/bare/?node_id=444335>>url:http://www.perlmonks.org/bare/?node_id=444335||shape="rect"]] but I enhanced and extended it quite a lot. {{code language="none"}}mlp-findmails --help{{/code}} tells Xou more
christoph_lechleitner@iteg_at 1.1 6
christoph_lechleitner@iteg_at 2.1 7
christoph_lechleitner@iteg_at 1.1 8
christoph_lechleitner@iteg_at 2.1 9 ==== {{id name="Mail.Log-ParserHome-Download"/}}Download ====
christoph_lechleitner@iteg_at 1.1 10
christoph_lechleitner@iteg_at 2.1 11 mlp is of course available via our [[debian repository deb.clazzes.org>>url:http://deb.clazzes.org||shape="rect"]], but for now the scripts are self contained and you may [[download mlp-* directly via public svn access>>url:https://svn.clazzes.org/svn/mlp/trunk/src/bin/||shape="rect"]].