diff options
| author | Barry Warsaw | 2010-08-11 09:10:29 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-08-11 09:10:29 -0400 |
| commit | 255c63fd28671c6b0366ef745db0b08fdfec3267 (patch) | |
| tree | c98424057e7084202b3a9ed80655419923c53ef7 /src/mailman/rest/lists.py | |
| parent | b291fddae14ea2e52874e643bac263375b00d708 (diff) | |
| download | mailman-255c63fd28671c6b0366ef745db0b08fdfec3267.tar.gz mailman-255c63fd28671c6b0366ef745db0b08fdfec3267.tar.zst mailman-255c63fd28671c6b0366ef745db0b08fdfec3267.zip | |
Diffstat (limited to 'src/mailman/rest/lists.py')
| -rw-r--r-- | src/mailman/rest/lists.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/rest/lists.py b/src/mailman/rest/lists.py index 5d3e68200..464b3a717 100644 --- a/src/mailman/rest/lists.py +++ b/src/mailman/rest/lists.py @@ -249,6 +249,7 @@ READABLE = ( 'admin_notify_mchanges', # Processing. 'pipeline', + 'administrivia', 'filter_content', 'convert_html_to_plaintext', 'collapse_alternatives', @@ -276,6 +277,7 @@ VALIDATORS = { 'admin_notify_mchanges': as_boolean, # Processing. 'pipeline': pipeline_validator, + 'administrivia': as_boolean, 'filter_content': as_boolean, 'convert_html_to_plaintext': as_boolean, 'collapse_alternatives': as_boolean, |
