summaryrefslogtreecommitdiff
path: root/modules/mm_utils.py
diff options
context:
space:
mode:
authormailman1998-04-09 23:57:58 +0000
committermailman1998-04-09 23:57:58 +0000
commit7c2b480459932f9c1443b85ec55b288e6be41117 (patch)
treeab2178fff33af1510f2c7ada1cb9f2e0b509b104 /modules/mm_utils.py
parent36c8c34b723f6cfaae960ea9c2fc02c55dadc406 (diff)
downloadmailman-7c2b480459932f9c1443b85ec55b288e6be41117.tar.gz
mailman-7c2b480459932f9c1443b85ec55b288e6be41117.tar.zst
mailman-7c2b480459932f9c1443b85ec55b288e6be41117.zip
Diffstat (limited to 'modules/mm_utils.py')
-rw-r--r--modules/mm_utils.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/mm_utils.py b/modules/mm_utils.py
index 87976adce..4cc2d88ae 100644
--- a/modules/mm_utils.py
+++ b/modules/mm_utils.py
@@ -1,3 +1,13 @@
+"""Miscellaneous essential routines.
+
+This inncludes actual message transmission routines, address checking and
+message and address munging, a handy-dandy routine to map a function on all
+the maillists, the Logging routines, and whatever else doesn't belong
+elsewhere."""
+
+__version__ = "$Revision: 399 $"
+
+
import sys, string, fcntl, os, random, regsub, re
import mm_cfg