summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs
diff options
context:
space:
mode:
authorBarry Warsaw2016-03-03 20:03:00 -0500
committerBarry Warsaw2016-03-03 20:03:00 -0500
commitb4f45c4128b20d9519126ff464cafd22c1a58a03 (patch)
treed10b186ab1527aaec87ef31e351bf3b0ed95f099 /src/mailman/rest/docs
parent762049d06bdac3d399a7ff92d49a567c5f6cd6ad (diff)
downloadmailman-b4f45c4128b20d9519126ff464cafd22c1a58a03.tar.gz
mailman-b4f45c4128b20d9519126ff464cafd22c1a58a03.tar.zst
mailman-b4f45c4128b20d9519126ff464cafd22c1a58a03.zip
Add NEWS and clean up.
Diffstat (limited to 'src/mailman/rest/docs')
-rw-r--r--src/mailman/rest/docs/listconf.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mailman/rest/docs/listconf.rst b/src/mailman/rest/docs/listconf.rst
index dc815e725..e8d463007 100644
--- a/src/mailman/rest/docs/listconf.rst
+++ b/src/mailman/rest/docs/listconf.rst
@@ -108,7 +108,7 @@ When using ``PUT``, all writable attributes must be included.
... posting_pipeline='virgin',
... filter_content=True,
... first_strip_reply_to=True,
- ... goodbye_message_uri='mailman:///anotherfile.txt',
+ ... goodbye_message_uri='mailman:///goodbye.txt',
... convert_html_to_plaintext=True,
... collapse_alternatives=False,
... reply_goes_to_list='point_to_list',
@@ -160,6 +160,8 @@ These values are changed permanently.
display_name: Fnords
filter_content: True
first_strip_reply_to: True
+ fqdn_listname: ant@example.com
+ goodbye_message_uri: mailman:///goodbye.txt
...
include_rfc2369_headers: False
...