summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-04-09 23:48:30 +0000
committermailman1998-04-09 23:48:30 +0000
commit36c8c34b723f6cfaae960ea9c2fc02c55dadc406 (patch)
treeb357ac43f5211e8b3d683619c14afc3897d5b689
parent2a1fb2d10b44d4999d0d88d5807385e3da8d185b (diff)
downloadmailman-36c8c34b723f6cfaae960ea9c2fc02c55dadc406.tar.gz
mailman-36c8c34b723f6cfaae960ea9c2fc02c55dadc406.tar.zst
mailman-36c8c34b723f6cfaae960ea9c2fc02c55dadc406.zip
-rw-r--r--Mailman/MailCommandHandler.py4
-rw-r--r--modules/mm_mailcmd.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py
index 6ffbfaed2..45383733f 100644
--- a/Mailman/MailCommandHandler.py
+++ b/Mailman/MailCommandHandler.py
@@ -1,4 +1,6 @@
-"""Process commands arriving via email."""
+"""Process maillist user commands arriving via email."""
+
+__version__ = "$Revision: 398 $"
# Try to stay close to majordomo commands, but accept common mistakes.
# Not implemented: get / index / which.
diff --git a/modules/mm_mailcmd.py b/modules/mm_mailcmd.py
index 6ffbfaed2..45383733f 100644
--- a/modules/mm_mailcmd.py
+++ b/modules/mm_mailcmd.py
@@ -1,4 +1,6 @@
-"""Process commands arriving via email."""
+"""Process maillist user commands arriving via email."""
+
+__version__ = "$Revision: 398 $"
# Try to stay close to majordomo commands, but accept common mistakes.
# Not implemented: get / index / which.