summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-12-02 16:47:10 +0000
committerbwarsaw2002-12-02 16:47:10 +0000
commit6040cded3ac6cb178e71e3006140f22de9761c89 (patch)
tree19f61b26013b6da8f64a3ccc93dd56d4a09ca97f
parentd0622bdc864255bd40e64122661fd4b952819d5a (diff)
downloadmailman-6040cded3ac6cb178e71e3006140f22de9761c89.tar.gz
mailman-6040cded3ac6cb178e71e3006140f22de9761c89.tar.zst
mailman-6040cded3ac6cb178e71e3006140f22de9761c89.zip
QRUNNER_SAVE_BAD_MESSAGES: Turn this on.
-rw-r--r--Mailman/Defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index e9c568fa3..f8c73fdd8 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -659,7 +659,7 @@ QRUNNER_SLEEP_TIME = seconds(1)
# broken MIME encapsulation, and the most common cause of that is viruses like
# Nimda. Set this variable to 0 to discard such messages, or to 1 to store
# them in qfiles/bad subdirectory.
-QRUNNER_SAVE_BAD_MESSAGES = 0
+QRUNNER_SAVE_BAD_MESSAGES = 1