diff options
| author | Aurélien Bompard | 2015-03-31 12:41:05 +0200 |
|---|---|---|
| committer | Aurélien Bompard | 2015-03-31 12:41:05 +0200 |
| commit | f75287d17af321a5ee85c499688a5c7ad0aae589 (patch) | |
| tree | 69d05264ad2f5d663c2aea0606232bb43f85e320 /src/mailman/rest/docs | |
| parent | 017decd6fb8288ec498a4ab32be2273699c7cdaf (diff) | |
| download | mailman-f75287d17af321a5ee85c499688a5c7ad0aae589.tar.gz mailman-f75287d17af321a5ee85c499688a5c7ad0aae589.tar.zst mailman-f75287d17af321a5ee85c499688a5c7ad0aae589.zip | |
Advertise the subscription policy in the REST API
Diffstat (limited to 'src/mailman/rest/docs')
| -rw-r--r-- | src/mailman/rest/docs/listconf.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/listconf.rst b/src/mailman/rest/docs/listconf.rst index 841ab3c27..bcf4f856e 100644 --- a/src/mailman/rest/docs/listconf.rst +++ b/src/mailman/rest/docs/listconf.rst @@ -61,6 +61,7 @@ All readable attributes for a list are available on a sub-resource. scheme: http send_welcome_message: True subject_prefix: [Ant] + subscription_policy: confirm volume: 1 web_host: lists.example.com welcome_message_uri: mailman:///welcome.txt @@ -106,6 +107,7 @@ When using ``PUT``, all writable attributes must be included. ... reply_to_address='bee@example.com', ... send_welcome_message=False, ... subject_prefix='[ant]', + ... subscription_policy='moderate', ... welcome_message_uri='mailman:///welcome.txt', ... default_member_action='hold', ... default_nonmember_action='discard', @@ -156,6 +158,7 @@ These values are changed permanently. ... send_welcome_message: False subject_prefix: [ant] + subscription_policy: moderate ... welcome_message_uri: mailman:///welcome.txt |
