summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-11-19 06:51:27 +0000
committerbwarsaw2002-11-19 06:51:27 +0000
commit921878635992af724bb944ae12915ea602775103 (patch)
tree8c42f741578b40a44976f06899fe251809c22331
parent03ba32952fba0e526b78077a0ba1148da5bf2b3c (diff)
downloadmailman-921878635992af724bb944ae12915ea602775103.tar.gz
mailman-921878635992af724bb944ae12915ea602775103.tar.zst
mailman-921878635992af724bb944ae12915ea602775103.zip
Update a comment.
-rw-r--r--Mailman/Defaults.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 91b370d9d..49a0977b1 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -727,6 +727,8 @@ HOLD_MESSAGES_AS_PICKLES = 1
# format is a dumb repr()-based format with "key = value" Python assignments.
# It is human readable and editable (as Python source code) and is appropriate
# for execfile() food.
+#
+# Note! Make sure your queues are empty before you change this.
METAFMT_MARSHAL = 1
METAFMT_BSDDB_NATIVE = 2
METAFMT_ASCII = 3