aboutsummaryrefslogtreecommitdiff
path: root/trafsum/trafsum.local
diff options
context:
space:
mode:
Diffstat (limited to 'trafsum/trafsum.local')
-rw-r--r--trafsum/trafsum.local50
1 files changed, 50 insertions, 0 deletions
diff --git a/trafsum/trafsum.local b/trafsum/trafsum.local
new file mode 100644
index 0000000..d88f979
--- /dev/null
+++ b/trafsum/trafsum.local
@@ -0,0 +1,50 @@
+#! /bin/sh
+# This is an example of trafsum.local script.
+# Copyright 2000 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+
+FILE=$1
+DATE=`date --date '1 day ago'`
+(
+ cat - <<EOF
+From: Trafsum <noreturn@some.dom.ain>
+Subject: Your statistics for $DATE
+
+*********************************************************************
+* THE RETURN ADDRESSES ON THIS LETTER HAVE BEEN SET TO PREVENT MAIL *
+* LOOPS IN THE EVENT YOU ARE RUNNING SOFTWARE WHICH AUTO-REPLIES TO *
+* INBOUND MAIL. WE WILL NOT SEE ANY REPLY SENT TO THIS LETTER *
+*********************************************************************
+
+Dear customer,
+
+Please find below the statistics of your traffic consumption for $DATE
+
+---------------------------------------------------------------------
+EOF
+
+ grep 213.130.3.56 $FILE
+
+ cat - <<EOF
+---------------------------------------------------------------------
+
+Kind regards,
+Trafsum,
+Statistics robot
+EOF
+ ) | sendmail some.addr@some.domain
+

Return to:

Send suggestions and report system problems to the System administrator.