From d1badbce054b5510145c56e7e014db50edc12320 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 15 Sep 2007 01:53:15 +0000 Subject: New script showing recent emails from certain domain. --- localshowmailreceivedfromdomain | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 localshowmailreceivedfromdomain (limited to 'localshowmailreceivedfromdomain') diff --git a/localshowmailreceivedfromdomain b/localshowmailreceivedfromdomain new file mode 100755 index 0000000..a671408 --- /dev/null +++ b/localshowmailreceivedfromdomain @@ -0,0 +1,13 @@ +#!/bin/sh +# +# /usr/local/sbin/localshowmailreceivedfromdomain +# Copyright 2007 Jonas Smedegaard +# +# $Id: localshowmailreceivedfromdomain,v 1.1 2007-09-15 01:53:15 jonas Exp $ +# +# List emails recently received from a certain domain +# +# TODO: Handle other indicatiors than AMaViS +# + +(zcat /var/log/syslog.{7,6,5,4,3,2,1}.gz; cat /var/log/syslog) | egrep -- '@'"$1"'> -> ' | sed 's/^\(.\{15\}\) [^)]*) \([^,]*\), [^]]*] \([^ ]*\) -> .*Message-ID: \([^>,]*>\?\).*/\1 \3 (\4) \2/' -- cgit v1.2.3