about summary refs log tree commit homepage
path: root/Documentation/public-inbox-config.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-31 09:17:45 +0000
committerEric Wong <e@80x24.org>2019-01-31 09:18:31 +0000
commit682cb4db9a7beb56e2c25c2f9912aa079461c30b (patch)
tree079a34babe2d09beb7361c489d13e69930c63ce3 /Documentation/public-inbox-config.pod
parent0608470d1f1ecd2cbf92c52313992a1c6dbebab2 (diff)
downloadpublic-inbox-682cb4db9a7beb56e2c25c2f9912aa079461c30b.tar.gz
I hate it, but it's necessary to support some mirrors.
Diffstat (limited to 'Documentation/public-inbox-config.pod')
-rw-r--r--Documentation/public-inbox-config.pod19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index cad0c4ee..27d27e4e 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -112,6 +112,25 @@ link to the line numbers of blobs.
 
 Default: none
 
+=item publicinbox.<name>.replyto
+
+May be used to control how reply instructions in the PSGI
+interface are displayed.
+
+":none=dead inbox" may be specified to denote an inactive list
+("dead inbox" may be replaced with another phrase).
+
+A list of comma-delimited email addresses may be specified.
+This can be useful for dedicated inboxes for bot emails, but
+discussion happens on a seperate mailing list/inbox.
+
+Mirrors of existing centralized mailing lists may use ":list"
+here to redirect mail only to the configured inbox address.
+The use of ":list" is discouraged for new mailing lists, as it
+leads to centralization.
+
+Default: :all
+
 =item publicinbox.css
 
 The local path name of a CSS file for the PSGI web interface.