diff options
| author | Mark Sapiro | 2017-02-12 23:10:47 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2017-02-19 17:44:16 -0800 |
| commit | 8f414b7e9b95e4148359b35109daf0fb16d2d933 (patch) | |
| tree | da4188721d115db9e2c3fe60e87ca603fb755835 | |
| parent | 0ac6d8273cfb5fb60321867e108a3c6f7cee7bfb (diff) | |
| download | mailman-8f414b7e9b95e4148359b35109daf0fb16d2d933.tar.gz mailman-8f414b7e9b95e4148359b35109daf0fb16d2d933.tar.zst mailman-8f414b7e9b95e4148359b35109daf0fb16d2d933.zip | |
| -rw-r--r-- | src/mailman/rest/docs/systemconf.rst | 1 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/systemconf.rst b/src/mailman/rest/docs/systemconf.rst index e61dd2cc9..213929a42 100644 --- a/src/mailman/rest/docs/systemconf.rst +++ b/src/mailman/rest/docs/systemconf.rst @@ -20,6 +20,7 @@ You can also get all the values for a particular section, such as the html_to_plain_text_command: /usr/bin/lynx -dump $filename http_etag: ... layout: testing + listname_chars: [-_.0-9a-z] noreply_address: noreply pending_request_life: 3d post_hook: diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py index 570342dea..afa788719 100644 --- a/src/mailman/rest/tests/test_systemconf.py +++ b/src/mailman/rest/tests/test_systemconf.py @@ -43,6 +43,7 @@ class TestSystemConfiguration(unittest.TestCase): filtered_messages_are_preservable='no', html_to_plain_text_command='/usr/bin/lynx -dump $filename', layout='testing', + listname_chars='[-_.0-9a-z]', noreply_address='noreply', pending_request_life='3d', post_hook='', |
