11 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Logfile analyzer
FromSent OnAttachments
Martin HorakDec 4, 2003 10:58 am 
Evelyn PichlerDec 4, 2003 11:06 pm 
Joe EmenakerDec 4, 2003 11:19 pm 
Martin HorakDec 5, 2003 12:58 am 
Evelyn PichlerDec 5, 2003 8:01 am.courierlog
Bowie BaileyDec 5, 2003 9:32 am 
Ricardo KleemannDec 18, 2003 3:49 pm 
Sam VarshavchikDec 18, 2003 4:24 pm 
Ricardo KleemannDec 18, 2003 6:47 pm 
Sam VarshavchikDec 18, 2003 7:17 pm 
Thomas von HasselDec 20, 2003 7:05 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Logfile analyzerActions...
From:Thomas von Hassel (tho@elements.dk)
Date:Dec 20, 2003 7:05:39 am
List:net.sourceforge.lists.courier-users

On 5/12-2003, at 18.31, Bowie Bailey wrote:

or a slightly less obfuscated version: perl -ne 'if (/courieresmtp.*?from=<([^>]*)>,addr=<([^>]*)>,size=(\d*),status: success/) {print "$3;$1;$2;\n"}' /var/log/maillog

(note that the command should be all on one line)

How can i add the date and time to that one ?