<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/mailman/interfaces, branch master</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?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>Picking some (py)lint.</title>
<updated>2009-01-05T00:41:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-05T00:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7'/>
<id>urn:sha1:f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7</id>
<content type='text'>
</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>Bump copyright years</title>
<updated>2009-01-01T22:16:51Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-01T22:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f'/>
<id>urn:sha1:3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use my lazr.config megamerge branch for now, even though it's still under</title>
<updated>2008-12-23T22:33:37Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-12-23T22:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d4de7996e6d4fb5db04dfed3b3fd12747622b164'/>
<id>urn:sha1:d4de7996e6d4fb5db04dfed3b3fd12747622b164</id>
<content type='text'>
development.

Completely rework the way switchboards and queue runners are initialized,
i.e. driven from the configuration file instead of hard coded.

The various queue runner directories are no longer available thorugh the
config object directly.  Get them from config.switchboards.

Provide minimal mailman.cfg and testing.cfg configuration files.

Neuter styles for now until they can be consolidated with lazr.config.
</content>
</entry>
<entry>
<title>More clean up.</title>
<updated>2008-09-30T01:48:19Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-09-30T01:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=af67970b37a00941d532de574d0cd9c05b207d69'/>
<id>urn:sha1:af67970b37a00941d532de574d0cd9c05b207d69</id>
<content type='text'>
- Remove Utils.reap()
- Flesh out interfaces.
- PEP 8 names.
</content>
</entry>
<entry>
<title>mailman.Errors -&gt; mailman.core.errors</title>
<updated>2008-09-27T01:11:51Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-09-27T01:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b6eff15e7d34e60e0fa9f13b5e944d73bf499414'/>
<id>urn:sha1:b6eff15e7d34e60e0fa9f13b5e944d73bf499414</id>
<content type='text'>
</content>
</entry>
</feed>
