Wiki source code of Mail.Log-Parser

Last modified by christoph_lechleitner@iteg_at on 2013-02-02 07.10:07

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 5.1 5 ##**mlp-findmails**## makes this task a one-liner. and extended it quite a lot.
christoph_lechleitner@iteg_at 1.1 6
christoph_lechleitner@iteg_at 5.1 7 Some core parsing lines are based on [[http:~~/~~/www.perlmonks.org/bare/?node_id=444335>>url:http://www.perlmonks.org/bare/?node_id=444335||shape="rect"]] but I have built lots of new functions and options around them.
8
9 ##**mlp-findlogins**## allows helps to i.e. trace typos of user who "can not get my mail and have not make a typo".
10
11 (((
12 All commands understand {{code language="none"}}--version{{/code}} and {{code language="none"}}--help{{/code}}.
13 )))
14
christoph_lechleitner@iteg_at 6.1 15 = {{id name="Mail.Log-ParserHome-Download"/}}Download =
christoph_lechleitner@iteg_at 1.1 16
christoph_lechleitner@iteg_at 6.1 17 mlp is of course available via our [[debian repository deb.clazzes.org>>url:http://deb.clazzes.org||shape="rect"]].
christoph_lechleitner@iteg_at 1.1 18
christoph_lechleitner@iteg_at 6.1 19 = {{id name="Mail.Log-ParserHome-Sourcecodeandissuetracker"/}}Source code and issue tracker =
20
21 Subversion: [[http:~~/~~/svn.clazzes.org/svn/mlp>>url:http://svn.clazzes.org/svn/mlp||shape="rect"]]
22
23 Jira: [[MLP>>url:https://jira.clazzes.org/browse/MLP||shape="rect"]]