aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/gotmail
blob: 8580da6dd218e7ac0efb80096b0357d7df99bae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#------------------------------------------------------------------------------
#
#               GotMail - Statistics Printing Script for GetMail
#
#             1999 by Thomas Nesges <ThomaNesges@TNT-Computer.de>
#
#------------------------------------------------------------------------------

#------------------------------------------------------------------------------
# GotMail reads a GetMail logfile (/var/log/fetchmail.log) and prints
# statistics from all sessions logged in it, either as normal text on the
# Console, or as an html-file. The parsing is done with the awk-scripts
# gotmail.awk and gotmail.html.awk.
# You can configure its output with a file gotmail.conf either in your home,
# /etc, or in /usr/local/gotmail.
#
# GetMail has to be properly installed. For HTML output the htmllib has to be
# installed in /usr/local/htmllib.
#
# If you have any changes/corrections in the script, please send me email.
#------------------------------------------------------------------------------


#!/bin/sh

# Gotmail
# 1999 by Thomas Nesges <ThomasNesges@TNT-Computer.de>

# read the configuration
# the configuration can either be
#  ~/.gotmail.conf
#  /etc/gotmail.conf
#  /usr/local/gotmail/gotmail.conf
if { test -e ~/.gotmail.conf; };
    then { source ~/.gotmail.conf; };
    else { if { test -e /etc/gotmail.conf; }; 
          then { source /etc/gotmail.conf; };
          else { if { test -e /usr/local/gotmail/gotmail.conf; };
          then { source /usr/local/gotmail/gotmail.conf; };
                 else { echo 'Error: gotmail.conf could not be read';
			echo 'gotmail exits now..';
			exit; };
                 fi; };
          fi; };
fi;


# grep the fetchmail.log for relevant messages and save them in
# gotmails tempfile
cat /var/log/fetchmail.log | grep 'message' >> /tmp/gotmail.log.tmp
cat /var/log/fetchmail.log | grep 'Authorization' >> /tmp/gotmail.log.tmp
cat /var/log/fetchmail.log | grep 'fetchmail st' >> /tmp/gotmail.log.tmp


# parse the gotmail tempfile and prints a statistiks-screen
case "$1" in
  html)
    awk -f /usr/local/htmllib/htmllib.awk -f /usr/local/gotmail/gotmail.html.awk /tmp/gotmail.log.tmp > /dev/null
    ;;
  -v)
    echo 'gotmail version: 0.0.1'
    ;;
  *)
    awk -f /usr/local/gotmail/gotmail.awk /tmp/gotmail.log.tmp
    ;;
esac

# remove the gotmail tempfile
rm /tmp/gotmail.log.tmp
<META NAME="robots" CONTENT="index,nofollow"> <style type="text/css"> pre { white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ } </style> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <LINK REL="Previous" HREF="000306.html"> <LINK REL="Next" HREF="000309.html"> </HEAD> <BODY BGCOLOR="#ffffff"> <H1>[fetchmail-users] After reading the FAQ, a question about lost/mangled attachments</H1> <B>Peter N. Spotts</B> <A HREF="mailto:fetchmail-users%40lists.berlios.de?Subject=Re%3A%20%5Bfetchmail-users%5D%20After%20reading%20the%20FAQ%2C%20a%20question%20about%0A%09lost/mangled%20attachments&In-Reply-To=%3C1141822356.516.4.camel%40linux.site%3E" TITLE="[fetchmail-users] After reading the FAQ, a question about lost/mangled attachments">pspotts at alum.mit.edu </A><BR> <I>Wed Mar 8 13:52:36 CET 2006</I> <P><UL> <LI>Previous message: <A HREF="000306.html">[fetchmail-users] After reading the FAQ, a question about lost/mangled attachments </A></li> <LI>Next message: <A HREF="000309.html">[fetchmail-users] After reading the FAQ, a question about lost/mangled attachments </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#308">[ date ]</a> <a href="thread.html#308">[ thread ]</a> <a href="subject.html#308">[ subject ]</a> <a href="author.html#308">[ author ]</a> </LI> </UL> <HR> <!--beginarticle--> <PRE>On Sat, 2006-03-04 at 19:31 +0100, Matthias Andree wrote: &gt;<i> &quot;Peter N. Spotts&quot; &lt;<A HREF="https://lists.berlios.de/mailman/listinfo/fetchmail-users">pspotts at alum.mit.edu</A>&gt; writes: </I>&gt;<i> </I>&gt;<i> &gt; I've been running fetchmail on SuSE 10.0 on my laptop, and until today </I>&gt;<i> &gt; (when I installed the latest version of fetchmail) I've been running </I>&gt;<i> &gt; 6.2.X. </I>&gt;<i> </I>&gt;<i> [...] </I>&gt;<i> </I>&gt;<i> &gt; So although my ISP is Comcast (I noted the Comcast caveats on </I>&gt;<i> &gt; the FAQ page), Comcast does not seem to be the problem either. </I>&gt;<i> </I>&gt;<i> That would be news. </I>&gt;<i> </I>&gt;<i> fetchmail, beginning with version 6.3.2, recognizes Comcast's broken </I>&gt;<i> servers (&quot;Maillennium POP3/PROXY server&quot;) and disables the problematic </I>&gt;<i> use of the TOP command and uses RETR instead - so updating to 6.3.2 </I>&gt;<i> should have fixed all known Comcast problems. </I>&gt;<i> </I>&gt;<i> -- </I>&gt;<i> Matthias Andree </I> Matthias, My apologies for the tardy reply. I'll remove the fetchall command from my rc file and see how things work. I should have said earlier that I had just updated to 6.3.2 that morning but hadn't tried it yet...I just had this urge to write something after several weeks of frustration! ;-) With best regards, Pete -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter N. Spotts | Science Correspondent The Christian Science Monitor One Norway Street, Boston MA 02115 Office: 617-450-2449 | Office in home: 508-520-3139 Email: <A HREF="https://lists.berlios.de/mailman/listinfo/fetchmail-users">pspotts at alum.mit.edu</A> | www.csmonitor.com Amateur-radio call - KC1JB ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &quot;The knack of flying is to throw yourself at the ground and miss.&quot; -- Douglas Adams </PRE> <!--endarticle--> <HR> <P><UL> <!--threads--> <LI>Previous message: <A HREF="000306.html">[fetchmail-users] After reading the FAQ, a question about lost/mangled attachments </A></li> <LI>Next message: <A HREF="000309.html">[fetchmail-users] After reading the FAQ, a question about lost/mangled attachments </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#308">[ date ]</a> <a href="thread.html#308">[ thread ]</a> <a href="subject.html#308">[ subject ]</a> <a href="author.html#308">[ author ]</a> </LI> </UL> <hr> <a href="https://lists.berlios.de/mailman/listinfo/fetchmail-users">More information about the fetchmail-users mailing list</a><br> </body></html>