summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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