mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
4f871c3925
Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more. WWW: http://www.list.org/ PR: 225543 Submitted by: Charlie Li <ml+freebsd@vishwin.info> (with changes from pi)
21 lines
878 B
INI
21 lines
878 B
INI
--- 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,
|