diff options
| -rw-r--r-- | Mailman/MailCommandHandler.py | 4 | ||||
| -rw-r--r-- | modules/mm_mailcmd.py | 4 |
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. |
