From: Eric Wong <e@80x24.org> Date: Thu, 31 Jan 2019 09:17:45 +0000 (+0000) Subject: doc/config: document "replyto" configuration knob X-Git-Tag: v1.2.0~384 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=682cb4db9a7beb56e2c25c2f9912aa079461c30b;p=public-inbox.git doc/config: document "replyto" configuration knob I hate it, but it's necessary to support some mirrors. --- 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.