<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/mta/docs, branch save-workflow-steps</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=save-workflow-steps</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=save-workflow-steps'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2016-08-21T19:02:11Z</updated>
<entry>
<title>Reorganize the documentation for better accesibility</title>
<updated>2016-08-21T19:02:11Z</updated>
<author>
<name>Abhilash Raj</name>
</author>
<published>2016-08-21T19:02:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=711e2d20617ab85959a2446d610a860bdc306a54'/>
<id>urn:sha1:711e2d20617ab85959a2446d610a860bdc306a54</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>Port to Python 3.5.</title>
<updated>2015-06-22T22:39:45Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2015-06-22T22:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=01c85a2acddf0e6a1a95262e2dc2f79e3c3f9e75'/>
<id>urn:sha1:01c85a2acddf0e6a1a95262e2dc2f79e3c3f9e75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mta and lmtp tests.</title>
<updated>2014-12-17T22:37:38Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-12-17T22:37:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7cb8c33735fee118e65d498b362833c336c3c683'/>
<id>urn:sha1:7cb8c33735fee118e65d498b362833c336c3c683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tox-ify the test suite.  Now you don't have to create a virtualenv separately.</title>
<updated>2014-11-08T00:31:21Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-11-08T00:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=249607949d5eab11e63e52cbac65e8a68327d593'/>
<id>urn:sha1:249607949d5eab11e63e52cbac65e8a68327d593</id>
<content type='text'>
To do this, we have to handle random test ordering, since tox explicitly sets
PYTHONHASHSEED.   That's a good thing for the future Python 3 port.

Removed `mailman conf -t/--sort`; now the output is always sorted.

RFC 2369 headers are now sorted before being added.

etag repr dicts are sorted using pprint.pformat().
</content>
</entry>
<entry>
<title>Use print functions consistently through, and update all __future__ imports to</title>
<updated>2014-04-28T15:23:35Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-04-28T15:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d4d71f71f08d6d440b17482eecc5472dcfe6cbae'/>
<id>urn:sha1:d4d71f71f08d6d440b17482eecc5472dcfe6cbae</id>
<content type='text'>
reflect this.

Also, mock out sys.stderr on some tests so that their nose2 output is quieter.

A few other minor coding style consistencies.
</content>
</entry>
<entry>
<title>Add enough __init__.py files to make these docs directories discoverable.</title>
<updated>2013-08-27T01:47:10Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2013-08-27T01:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fc163fad1469f95837f9d97aacd0465689fbcec8'/>
<id>urn:sha1:fc163fad1469f95837f9d97aacd0465689fbcec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix header/footer interpolations when personalizing messages.</title>
<updated>2012-03-05T17:58:20Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2012-03-05T17:58:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f4b98f8b8e8b9fdcab8c352019f09b1469c93b24'/>
<id>urn:sha1:f4b98f8b8e8b9fdcab8c352019f09b1469c93b24</id>
<content type='text'>
- When doing individual deliveries, insert a 'member' key into the copy of the
  metadata dictionary for this recipient's delivery.  This will contain the
  IMember of the recipient, if the recipient is a member of the mailing list.
  There will still be a 'recipient' key which will contain just the email
  address to deliver the message to.

- Remove $user_password from header/footer placeholders.

- Remove the 'personalize' key from the metadata dictionary and change
  decorate.process() to search only for the 'member' key.  No need for both of
  them and the 'member' key contains more information.  Plus, it allows us to
  do a more efficient member query in the delivery module some time in the
  future.

- Move some of the LMTP log messages from mailman.runner to mailman.smtp.
</content>
</entry>
<entry>
<title>Template indirection now also in effect for regular and digest headers and</title>
<updated>2012-03-04T23:39:08Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2012-03-04T23:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=40347db84550a85f43e6befa4641693200d30509'/>
<id>urn:sha1:40347db84550a85f43e6befa4641693200d30509</id>
<content type='text'>
footers, using the same semantics and algorithm as for welcome and goodbye
messages.

Additional schema changes:

   - msg_header       -&gt; header_uri
   - msg_footer       -&gt; footer_uri
   - digest_header    -&gt; digest_header_uri
   - digest_footer    -&gt; digest_footer_uri
</content>
</entry>
<entry>
<title>Finally, all doctests are named .rst</title>
<updated>2011-09-24T01:42:39Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2011-09-24T01:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=48354a7e6814190455fb566947ab952062ecde76'/>
<id>urn:sha1:48354a7e6814190455fb566947ab952062ecde76</id>
<content type='text'>
</content>
</entry>
</feed>
