summaryrefslogtreecommitdiff
path: root/scripts/owner
diff options
context:
space:
mode:
authormailman1998-04-09 23:57:58 +0000
committermailman1998-04-09 23:57:58 +0000
commit7c2b480459932f9c1443b85ec55b288e6be41117 (patch)
treeab2178fff33af1510f2c7ada1cb9f2e0b509b104 /scripts/owner
parent36c8c34b723f6cfaae960ea9c2fc02c55dadc406 (diff)
downloadmailman-7c2b480459932f9c1443b85ec55b288e6be41117.tar.gz
mailman-7c2b480459932f9c1443b85ec55b288e6be41117.tar.zst
mailman-7c2b480459932f9c1443b85ec55b288e6be41117.zip
Preparing to package a distribution - add a module docstring and
__version__ info.
Diffstat (limited to 'scripts/owner')
-rwxr-xr-xscripts/owner14
1 files changed, 10 insertions, 4 deletions
diff --git a/scripts/owner b/scripts/owner
index 746dc8008..3d1556e81 100755
--- a/scripts/owner
+++ b/scripts/owner
@@ -1,8 +1,14 @@
#! /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
-# whose owner(s) to send mail to.
+
+"""Send a message to the maillist owner.
+
+This script gets called by the wrapper.
+
+Stdin is the mail message, and argv[1] is the name of the mailing list
+whose owner(s) to send mail to."""
+
+__version__ = "$Revision: 399 $"
+
import sys
f = open('/tmp/owner.errs', 'a+')