summaryrefslogtreecommitdiff
path: root/src/mailman/config/schema.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/config/schema.cfg')
-rw-r--r--src/mailman/config/schema.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg
index af13beb52..376600fc0 100644
--- a/src/mailman/config/schema.cfg
+++ b/src/mailman/config/schema.cfg
@@ -64,6 +64,13 @@ layout: here
# Can MIME filtered messages be preserved by list owners?
filtered_messages_are_preservable: no
+# How should text/html parts be converted to text/plain when the mailing list
+# is set to convert HTML to plaintext? This names a command to be called,
+# where the substitution variable $filename is filled in by Mailman, and
+# contains the path to the temporary file that the command should read from.
+# The command should print the converted text to stdout.
+html_to_plain_text_command: /usr/bin/lynx -dump $filename
+
[shell]
# `mailman shell` (also `withlist`) gives you an interactive prompt that you