summaryrefslogtreecommitdiff
path: root/mail/mailman3/files/patch-src_mailman_config_schema.cfg
blob: 7b98b9f2e458122ad21917b44ad16214403dd1f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/mailman/config/schema.cfg.orig	2018-01-22 20:19:40 UTC
+++ src/mailman/config/schema.cfg
@@ -55,7 +55,7 @@ pending_request_life: 3d
 cache_life: 7d
 
 # Which paths.* file system layout to use.
-layout: here
+layout: home
 
 # Can MIME filtered messages be preserved by list owners?
 filtered_messages_are_preservable: no
@@ -65,7 +65,7 @@ filtered_messages_are_preservable: no
 # 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
+html_to_plain_text_command: /usr/local/bin/lynx -dump $filename
 
 # Specify what characters are allowed in list names.  Characters outside of
 # the class [-_.+=!$*{}~0-9a-z] matched case insensitively are never allowed,