summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-04-03 00:19:47 +0000
committermailman1998-04-03 00:19:47 +0000
commit14e2a06ac6eaaf515f28422c43c785c68686801c (patch)
tree4b30e23368cc13d92df08a6c33b038efa807febe
parent401503e9682fbbb32f3bce4b117a33af87936a0f (diff)
downloadmailman-14e2a06ac6eaaf515f28422c43c785c68686801c.tar.gz
mailman-14e2a06ac6eaaf515f28422c43c785c68686801c.tar.zst
mailman-14e2a06ac6eaaf515f28422c43c785c68686801c.zip
-rwxr-xr-xscripts/post12
1 files changed, 8 insertions, 4 deletions
diff --git a/scripts/post b/scripts/post
index c1b671984..2dfc173e3 100755
--- a/scripts/post
+++ b/scripts/post
@@ -1,8 +1,12 @@
#! /usr/local/bin/python
-#
-# This script gets called by the wrapper.
-# Stdin is the mail message, and argv[1] is the name of the mailing list
-# being posted to.
+
+"""Accept posts to a list and handle them properly.
+
+This script is invoked via the mail wrapper.
+
+Stdin is the mail message, and argv[1] is the name of the target mailing
+list."""
+
# Todo: check size of To: list < 100
# Send back why the post was rejected.