]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc/config: document "replyto" configuration knob
authorEric Wong <e@80x24.org>
Thu, 31 Jan 2019 09:17:45 +0000 (09:17 +0000)
committerEric Wong <e@80x24.org>
Thu, 31 Jan 2019 09:18:31 +0000 (09:18 +0000)
I hate it, but it's necessary to support some mirrors.

Documentation/public-inbox-config.pod

index cad0c4ee2376d3d8181fa792440c0a093c12576a..27d27e4e2f4fea980994e67be9502277b85a6e25 100644 (file)
@@ -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.