<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/mailman/rules/docs, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/mailman/rules/docs?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/mailman/rules/docs?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2009-01-25T18:01:41Z</updated>
<entry>
<title>Push the source directory into a 'src' subdirectory so that zc.buildout works</title>
<updated>2009-01-25T18:01:41Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-25T18:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=eefd06f1b88b8ecbb23a9013cd223b72ca85c20d'/>
<id>urn:sha1:eefd06f1b88b8ecbb23a9013cd223b72ca85c20d</id>
<content type='text'>
correctly regardless of how it's used.
</content>
</entry>
<entry>
<title>Several important cleanups.</title>
<updated>2009-01-17T02:04:21Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-17T02:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ae3d0cc316b826b8325507d960ccf84da601c3b0'/>
<id>urn:sha1:ae3d0cc316b826b8325507d960ccf84da601c3b0</id>
<content type='text'>
* Turn on absolute_import and unicode_literals everywhere, and deal with the
  aftermath.
* Use 'except X as Y' everywhere.
* Make the module prologues much more consistent.
* Use '{}'.format() consistently, except for logger interface.
* Because of the problems with calling ** args with unicode keywords, hide
  calls to Template.substitute() behind an API.
</content>
</entry>
<entry>
<title>The conversion from Defaults.py to lazr.config is complete.</title>
<updated>2009-01-07T00:55:59Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-07T00:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=89f5f76ed31d6ca2faf8e2a783a37e9009b03413'/>
<id>urn:sha1:89f5f76ed31d6ca2faf8e2a783a37e9009b03413</id>
<content type='text'>
lazr.config 1.1 now has everything we need, so we don't need the special
develop hack.

make_instance is no longer necessary.

Refactor the style stuff into their own directory.

Finally!  Move the delivery module into the mailman.mta package.
</content>
</entry>
<entry>
<title>Remove the mailman.interface magic.  Use the more specific interface imports.</title>
<updated>2009-01-04T05:22:08Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-04T05:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=59d2b6181ffa9517da97a6eb43a51396b1ff04f4'/>
<id>urn:sha1:59d2b6181ffa9517da97a6eb43a51396b1ff04f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- For command line scripts, -C names the configuration file to use.  For</title>
<updated>2009-01-03T10:13:41Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-03T10:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110'/>
<id>urn:sha1:e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110</id>
<content type='text'>
  convenient testing, if -C is not given, then the environment variable
  MAILMAN_CONFIG_FILE is consulted.

- Mailing lists no longer have a .web_page_url attribute; this is taken
  from the mailing list's domain's base_url attribute.

- Incoming MTA selection is now taken from the config file instead of
  plugins.  An MTA for Postfix+LMTP is added.  bin/genaliases works again.

- The LMTP server now properly calculates the message's original size.

- If a message has no Message-ID, the stock archivers will return None for
  the permalink now instead of raising an assertion.

- IArchiver no longer has an is_enabled property; this is taken from the
  configuration file now.

- In bin/create_list, fixed a unicode problem when the language is defined in
  the configuration file.

- Fixed bin/dumbdb, bin/list_lists, bin/remove_list, bin/unshunt, and
  bin/mailmanctl

- config.archivers is a property now, not a dictionary that needs
  initialization from plugins.

- IMailTransportAgent interface has been added.
</content>
</entry>
<entry>
<title>More test repairs.</title>
<updated>2008-12-31T23:26:08Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-12-31T23:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=996f7ea88ad5eaee7b7c7df5b113dbf6ce896e55'/>
<id>urn:sha1:996f7ea88ad5eaee7b7c7df5b113dbf6ce896e55</id>
<content type='text'>
* Move the lmtp configurations to lazr.config
* Fixes to master.py
* In qrunner.py, don't override initialize()
* Make sure subprocesses get configured correctly during tests
</content>
</entry>
<entry>
<title>Convert more configuration variables to lazr.config.</title>
<updated>2008-12-23T04:26:58Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-12-23T04:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fd600d3952393dc9808fefb9be871f78cdbdff39'/>
<id>urn:sha1:fd600d3952393dc9808fefb9be871f78cdbdff39</id>
<content type='text'>
Add .push() and .pop() methods to the Configuration object.

Put the 'config' object in the globals of doctests.

Add some test layers for setting up the configuration and the SMTP server.
</content>
</entry>
<entry>
<title>Move core Mailman modules to the new mailman.core package.  Functionality</title>
<updated>2008-09-29T13:19:52Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-09-29T13:19:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=20a97a4163774212ad9f16c5a2e3abcbf3ecf918'/>
<id>urn:sha1:20a97a4163774212ad9f16c5a2e3abcbf3ecf918</id>
<content type='text'>
that's part of the 'application', i.e. non-essential to the core functionality
is left in mailman.app.  This division of labor is still formative.
</content>
</entry>
<entry>
<title>Bite the bullet: rename the Mailman package to mailman.</title>
<updated>2008-02-27T06:26:18Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-27T06:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a1c73f6c305c7f74987d99855ba59d8fa823c253'/>
<id>urn:sha1:a1c73f6c305c7f74987d99855ba59d8fa823c253</id>
<content type='text'>
</content>
</entry>
</feed>
