aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/mmdsr.readme
diff options
context:
space:
mode:
author <>2006-04-04 23:14:35 +0000
committer <>2006-04-04 23:14:35 +0000
commit426090dad4c11dc9dc30681238d9c5d79c4f3eb3 (patch)
treef9dddb4b5f58e2ed891cf7ba8c7010d65cc1c0bf /contrib/mmdsr.readme
parentf8df30d66a281170d38df5df40f81daf149e9f50 (diff)
downloadmailman2-426090dad4c11dc9dc30681238d9c5d79c4f3eb3.tar.gz
mailman2-426090dad4c11dc9dc30681238d9c5d79c4f3eb3.tar.xz
mailman2-426090dad4c11dc9dc30681238d9c5d79c4f3eb3.zip
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'contrib/mmdsr.readme')
-rw-r--r--contrib/mmdsr.readme33
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/mmdsr.readme b/contrib/mmdsr.readme
new file mode 100644
index 00000000..fa074704
--- /dev/null
+++ b/contrib/mmdsr.readme
@@ -0,0 +1,33 @@
+Daily Status Report script...
+
+The mmdsr script was created by Brad Knowles to produce a daily status report for mailman. It was initially posted at <http://sourceforge.net/tracker/index.php?func=detail&aid=1123383&group_id=103&atid=300103> which see for possible patches and other enhancements.
+
+It is intended that there will be a 'cleaner', more complete readme file in the future. In the interim, here are Brad's original comments.
+
+I quickly whacked together a Daily Status Report script for
+Mailman (using Bourne shell, not Python ;), and thought that other
+folks might be interested in seeing it.
+
+The basic concept is a program that gets fired off at 23:59 every
+night, and goes through a variety of log files looking for entries
+specific to that date, and indicating problems or certain types of
+activity that might be of interest to someone trying to administer
+the server. It also does an "ls -la" of /usr/local/mailman/qfiles/*,
+so that you can see what is in the queue at the time of the running
+of the script.
+
+My concept was that this daily report would get e-mailed to the
+admin, or posted to a "reports" mailing list, where they could be
+archived and kept for future reference.
+
+The script does not (yet) do any statistics calculations, although it
+should be relatively easy to hack together some basic stats using
+awk, sort, etc....
+
+Anyway, I thought I'd share it and let folks take a look at it, and if
+anyone has any recommended improvements, we can incorporate
+those and share them back out with everyone.
+
+The code is written under a BSD-style license, so if you don't want
+to contribute any changes back to me, that's okay. Of course, I
+would prefer that you did, but I leave the choice up to you.