summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
authormailman1998-04-09 23:39:07 +0000
committermailman1998-04-09 23:39:07 +0000
commitebc70455dd8de4f4176ebe62864ea2544beec7f2 (patch)
tree3cc971442c241a4903b599dbde34e6ae4e41fe18 /modules/maillist.py
parent2a39814a22700473463c1ab899bbe93853c1d738 (diff)
downloadmailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.tar.gz
mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.tar.zst
mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.zip
Preparing to package a distribution - add a module docstring and
__version__ info.
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index 2d62d7f4d..24c677fd5 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -1,8 +1,6 @@
-# Notice that unlike majordomo, message headers/footers aren't going
-# on until After the post has been added to the digest / archive. I
-# tried putting a footer on the bottom of each message on a majordomo
-# list once, but it sucked hard, because you'd see the footer 100
-# times in each digest.
+"The class representing a mailman maillist. Mixes in many feature classes."
+
+__version__ = "$Revision: 394 $"
try:
import mm_cfg