From 6e3c734e05959e2865d8ebce78735e1ce00ef6a3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 27 Sep 2007 21:43:37 +0000 Subject: Allow logfiles to be overridden on commandline. --- localshowmailreceivedfromdomain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localshowmailreceivedfromdomain') diff --git a/localshowmailreceivedfromdomain b/localshowmailreceivedfromdomain index d83f394..ab84bb8 100755 --- a/localshowmailreceivedfromdomain +++ b/localshowmailreceivedfromdomain @@ -3,14 +3,14 @@ # /usr/local/sbin/localshowmailreceivedfromdomain # Copyright 2007 Jonas Smedegaard # -# $Id: localshowmailreceivedfromdomain,v 1.2 2007-09-15 02:06:16 jonas Exp $ +# $Id: localshowmailreceivedfromdomain,v 1.3 2007-09-27 21:43:37 jonas Exp $ # # List emails recently received from a certain domain # # TODO: Handle other indicatiors than AMaViS # -logfiles=1 +logfiles="${logfiles:-1}" find /var/log -name 'mail.log*' | sort -nr -t. -k3 | tail -n "$logfiles" | xargs zcat -f \ | egrep -- '@'"$1"'> -> ' \ -- cgit v1.2.3