diff options
| author | bwarsaw | 2002-12-02 16:47:10 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-02 16:47:10 +0000 |
| commit | 6040cded3ac6cb178e71e3006140f22de9761c89 (patch) | |
| tree | 19f61b26013b6da8f64a3ccc93dd56d4a09ca97f | |
| parent | d0622bdc864255bd40e64122661fd4b952819d5a (diff) | |
| download | mailman-6040cded3ac6cb178e71e3006140f22de9761c89.tar.gz mailman-6040cded3ac6cb178e71e3006140f22de9761c89.tar.zst mailman-6040cded3ac6cb178e71e3006140f22de9761c89.zip | |
QRUNNER_SAVE_BAD_MESSAGES: Turn this on.
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
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 |
