summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.