summaryrefslogtreecommitdiff
path: root/scripts/post
diff options
context:
space:
mode:
authormailman1998-04-09 23:58:28 +0000
committermailman1998-04-09 23:58:28 +0000
commitb128a68da4e4894aa064b2d8a4f388042fcc31d3 (patch)
tree159b1540b900c74777c97bce91ce3b817ef8bd53 /scripts/post
parent7c2b480459932f9c1443b85ec55b288e6be41117 (diff)
downloadmailman-b128a68da4e4894aa064b2d8a4f388042fcc31d3.tar.gz
mailman-b128a68da4e4894aa064b2d8a4f388042fcc31d3.tar.zst
mailman-b128a68da4e4894aa064b2d8a4f388042fcc31d3.zip
Preparing to package a distribution - add __version__ info.
Diffstat (limited to '')
-rwxr-xr-xscripts/post3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/post b/scripts/post
index 5bb0e67a7..a0a27c94e 100755
--- a/scripts/post
+++ b/scripts/post
@@ -7,6 +7,9 @@ This script is invoked via the mail wrapper.
Stdin is the mail message, and argv[1] is the name of the target mailing
list."""
+__version__ = "$Revision: 400 $"
+
+
# Todo: check size of To: list < 100
# Send back why the post was rejected.