<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/mail, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/mail?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/mail?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2001-05-11T18:04:23Z</updated>
<entry>
<title>This directory is no longer used.</title>
<updated>2001-05-11T18:04:23Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-05-11T18:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0fb8b84696202bd30064f6272280d42f5b97adfd'/>
<id>urn:sha1:0fb8b84696202bd30064f6272280d42f5b97adfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All the old delivery scripts contact_transport, deliver, dumb_deliver</title>
<updated>1999-11-24T17:40:12Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-11-24T17:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ce933b8db2f50585d90c55feb20b876361ebbe22'/>
<id>urn:sha1:ce933b8db2f50585d90c55feb20b876361ebbe22</id>
<content type='text'>
are being removed as all mail deliver gets migrated to the new
pipeline architecture.  Eventually some of the bulk mailer
functionality may be added back, but not this way.
</content>
</entry>
<entry>
<title>Applied patch for PR#69, although num_addrs doesn't appear to be used</title>
<updated>1999-07-09T23:55:23Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-07-09T23:55:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=72ce9075754dba079e84c22a4b0bda2780d99333'/>
<id>urn:sha1:72ce9075754dba079e84c22a4b0bda2780d99333</id>
<content type='text'>
anywhere, which is why we probably never saw this problem before.
</content>
</entry>
<entry>
<title>deliver shouldn't be ignored!</title>
<updated>1999-03-31T19:20:20Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-03-31T19:20:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=59687adedf48ca99ddf402fb33709df2f9009ba9'/>
<id>urn:sha1:59687adedf48ca99ddf402fb33709df2f9009ba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VERSION is no longer set in configure because it's too hard to</title>
<updated>1999-01-15T04:22:16Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-01-15T04:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=afdc7fa4d45d65a1d6192405cae3826d80db4f72'/>
<id>urn:sha1:afdc7fa4d45d65a1d6192405cae3826d80db4f72</id>
<content type='text'>
propagate version string changes to the public (you have to
autoreconf, then reconfigure and reinstall).

Now, VERSION is set directory in Defaults.py.in and the Release.py
script updates that file directly.  Now we just need to run
./config.status and do a re-install.  I hope this will make things
easier.

I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
</content>
</entry>
<entry>
<title>forker(): fixed typo in docstring.  Also use Utils.reraise() instead</title>
<updated>1999-01-08T05:58:34Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-01-08T05:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=52ee9e7e8c15e50a5be19b1a7fa0247270e0d516'/>
<id>urn:sha1:52ee9e7e8c15e50a5be19b1a7fa0247270e0d516</id>
<content type='text'>
of manual re-raising.
</content>
</entry>
<entry>
<title>Removed import of smtplib, since it isn't used in this file.</title>
<updated>1998-12-22T04:29:40Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1998-12-22T04:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c1867b75b5b795544c91d86ea57e5b90923852c9'/>
<id>urn:sha1:c1867b75b5b795544c91d86ea57e5b90923852c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made a new system limit called SMTP_MAX_RCPTS that limits the number</title>
<updated>1998-11-23T19:43:37Z</updated>
<author>
<name>cotton</name>
</author>
<published>1998-11-23T19:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9c8aabd7e48a63628137d086a39e82ca12441937'/>
<id>urn:sha1:9c8aabd7e48a63628137d086a39e82ca12441937</id>
<content type='text'>
of RCPT TO smtp commands can be given for a single message.
This is necessary to make large lists work with mailers that have a
maximum number of recipients per message (most do).
Defaults.py.in - added SMTP_MAX_RCPTS with default value of 500, which
i believe is conservatively small.
contact_transport - made it chunkify the recipients into chunks of &lt;=
SMTP_MAX_RCPTS and go through the delivery process for each of those
chunks.
This change shouldn't have much effect on smaller lists at all.
scott
</content>
</entry>
<entry>
<title>main(): Only the child proces should do an os._exit() - and we put it</title>
<updated>1998-11-21T22:03:14Z</updated>
<author>
<name>klm</name>
</author>
<published>1998-11-21T22:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3ca43333fda0dd2e7fc319e714dbbb4a3b2e393c'/>
<id>urn:sha1:3ca43333fda0dd2e7fc319e714dbbb4a3b2e393c</id>
<content type='text'>
within a try/finally to ensure, as best we can, that it happens.  This
may take care of the problems that greg stein was reporting, where a
pipe was failing to properly notice the loss of the parent process -
now the parent should exit normally.  Not sure, this is the best guess
so far (out of a discussion w/scott and barry).
</content>
</entry>
<entry>
<title>make finish</title>
<updated>1998-10-20T13:18:41Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1998-10-20T13:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=cc5d187f9375151c2a7a8b8c1ee83a107d479725'/>
<id>urn:sha1:cc5d187f9375151c2a7a8b8c1ee83a107d479725</id>
<content type='text'>
</content>
</entry>
</feed>
