<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/rest/docs/systemconf.rst, branch pluggable-workflows</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/rest/docs/systemconf.rst?h=pluggable-workflows</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/rest/docs/systemconf.rst?h=pluggable-workflows'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-05-23T19:39:39Z</updated>
<entry>
<title>Add self_links to the system configuration resources.</title>
<updated>2017-05-23T19:39:39Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-05-23T19:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3bd2a292b7300ce354de1ed405dc8665311acd9f'/>
<id>urn:sha1:3bd2a292b7300ce354de1ed405dc8665311acd9f</id>
<content type='text'>
Closes #335
</content>
</entry>
<entry>
<title>Fixed broken tests.</title>
<updated>2017-02-20T01:44:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-13T07:10:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8f414b7e9b95e4148359b35109daf0fb16d2d933'/>
<id>urn:sha1:8f414b7e9b95e4148359b35109daf0fb16d2d933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement caching suffix list with in-tree fallback.</title>
<updated>2017-01-01T22:28:37Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-01-01T22:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee'/>
<id>urn:sha1:e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee</id>
<content type='text'>
Also:
* Change doctest cleanups to be an ExitStack.
* Added [dmarc]cache_lifetime setting.
* Cleanup pass through dmarc-mitigation.rst.
* Be sure the cached org domain file is cleaned up when the world is reset.
</content>
</entry>
<entry>
<title>Fix some fallout from the previous commit.</title>
<updated>2016-12-31T18:27:20Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-12-31T18:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=286eac42626b5a2989d9d1142bff8e8911cf77c2'/>
<id>urn:sha1:286eac42626b5a2989d9d1142bff8e8911cf77c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DMARC mitigations, part 1a.</title>
<updated>2016-11-01T01:07:21Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-11-01T01:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f8a730624563b7f0b0c0a3c49467210a83c4f76a'/>
<id>urn:sha1:f8a730624563b7f0b0c0a3c49467210a83c4f76a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New template system.  Closes #249</title>
<updated>2016-07-16T19:44:07Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-16T19:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=dbde6231ec897379ed38ed4cd015b8ab20ed5fa1'/>
<id>urn:sha1:dbde6231ec897379ed38ed4cd015b8ab20ed5fa1</id>
<content type='text'>
The new template system is introduced for API 3.1.  See
``src/mailman/rest/docs/templates.rst`` for details.
</content>
</entry>
<entry>
<title>Merge branch 'issue-109' into 'release-3.0'</title>
<updated>2015-06-02T14:09:24Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2015-06-02T13:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a'/>
<id>urn:sha1:e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a</id>
<content type='text'>
Closes: #109

* Fix the traceback that occurred when trying to convert a `text/html`
   subpart to plaintext via the `mimedel` handler.  Now, a configuration
   variable `[mailman]html_to_plain_text_command` in the `mailman.cfg` file
   defines the command to use.  It defaults to `lynx`.  (Closes: #109)

See merge request !14
</content>
</entry>
<entry>
<title>Back port from the py3 branch:</title>
<updated>2014-12-29T22:44:58Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-12-29T22:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=37e72b0a6aaefcb90bf7d9ef23fdf24c07979551'/>
<id>urn:sha1:37e72b0a6aaefcb90bf7d9ef23fdf24c07979551</id>
<content type='text'>
 * You can access the system configuration via the resource path
   ``/3.0/system/configuration/&lt;section&gt;``.  This returns a dictionary with
   the keys being the section's variables and the values being their value
   from ``mailman.cfg`` as verbatim strings.  You can get a list of all
   section names via ``/3.0/system/configuration`` which returns a dictionary
   containing the ``http_etag`` and the section names as a sorted list under
   the ``sections`` key.  The system configuration resource is read-only.
</content>
</entry>
</feed>
