summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-10-02 20:43:28 +0000
committerbwarsaw2000-10-02 20:43:28 +0000
commit8adb5cfb32d2ccc2f84a3da7890648dfb574256a (patch)
tree367a1a865294c73df91dd2ffde75396815354195
parent7a586196c0a2de90df71f85ebbf3351aff470379 (diff)
downloadmailman-8adb5cfb32d2ccc2f84a3da7890648dfb574256a.tar.gz
mailman-8adb5cfb32d2ccc2f84a3da7890648dfb574256a.tar.zst
mailman-8adb5cfb32d2ccc2f84a3da7890648dfb574256a.zip
-rw-r--r--Mailman/Defaults.py.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 0f2d16681..d90e4f4e1 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -125,15 +125,16 @@ ARCHIVER_OBSCURES_EMAILADDRS = 0
# charset, you might need to add it to VERBATIM_ENCODING below.
DEFAULT_CHARSET = None
-# Most character set encodings require special HTML entity characters
-# to be quoted, otherwise they won't look right in the Pipermail
-# archives. However some character sets must not quote these
-# characters so that they can be rendered properly in the browsers.
-# The primary issue is multi-byte encodings where the octet 0x26 does
-# not always represent the & character. This variable contains a list
-# of such characters sets which are not HTML-quoted in the archives.
+# Most character set encodings require special HTML entity characters to be
+# quoted, otherwise they won't look right in the Pipermail archives. However
+# some character sets must not quote these characters so that they can be
+# rendered properly in the browsers. The primary issue is multi-byte
+# encodings where the octet 0x26 does not always represent the & character.
+# This variable contains a list of such characters sets which are not
+# HTML-quoted in the archives.
VERBATIM_ENCODING = ['iso-2022-jp']
+
#####
# Delivery defaults