<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/NEWS, 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>2006-10-15T22:13:03Z</updated>
<entry>
<title>Move some of the text files to the .txt extension.  Also, describe WSGI and</title>
<updated>2006-10-15T22:13:03Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-10-15T22:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac'/>
<id>urn:sha1:db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac</id>
<content type='text'>
LMTP support in the NEWS.txt file.
</content>
</entry>
<entry>
<title>New language: Arabic.</title>
<updated>2006-08-05T02:36:50Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2006-08-05T02:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c7f3ac5f2e872ffe6eb1f59e3dff54ac73b52acf'/>
<id>urn:sha1:c7f3ac5f2e872ffe6eb1f59e3dff54ac73b52acf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>    - Switchboard.py - Closed very tiny holes at the upper ends of queue</title>
<updated>2006-07-09T03:57:47Z</updated>
<author>
<name>msapiro</name>
</author>
<published>2006-07-09T03:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=337beba04cf052acb9f33cc4f1862b2841924973'/>
<id>urn:sha1:337beba04cf052acb9f33cc4f1862b2841924973</id>
<content type='text'>
      slices that could result in unprocessable queue entries.  Improved FIFO
      processing when two queue entries have the same timestamp.
</content>
</entry>
<entry>
<title>Update NEWS and remove an obsolete file.</title>
<updated>2006-07-08T18:34:24Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-07-08T18:34:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b35c41b681648dd8be61d68e1c71d48e149f3389'/>
<id>urn:sha1:b35c41b681648dd8be61d68e1c71d48e149f3389</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Utils.py  Fixed a security hole which allowed a crafted URI to inject</title>
<updated>2006-07-07T17:55:47Z</updated>
<author>
<name>msapiro</name>
</author>
<published>2006-07-07T17:55:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=60b723291e592ff7925e1b15b79161d1cdac5938'/>
<id>urn:sha1:60b723291e592ff7925e1b15b79161d1cdac5938</id>
<content type='text'>
  bogus apparent messages into the error log, possibly inducing an admin to
  visit a phishing site.

- options.py
  Topics.py
  Tagger.py
  MailList.py
  Utils.py
  Version.py
  versions.py
  The processing of Topics regular expressions has changed. Previously the
  Topics regexp was compiled in verbose mode but not documented as such
  which caused some confusion.  Also, the documentation indicated that topic
  keywords could be entered one per line, but these entries were not
  properly.  Topics regexps are now compiled in non-verbose mode and multi-
  line entries are 'ored'.  Existing Topics regexps will be converted when
  the list is updated so they will continue to work.
</content>
</entry>
<entry>
<title>Insert mailman-2.1.8 news.</title>
<updated>2006-04-16T05:09:27Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2006-04-16T05:09:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9934c9b2b0e76a0b77b7869ecf68cd960d4d5bd7'/>
<id>urn:sha1:9934c9b2b0e76a0b77b7869ecf68cd960d4d5bd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a new list attribute 'subscribe_auto_approval' which is a list of email addresses</title>
<updated>2006-03-18T18:15:54Z</updated>
<author>
<name>msapiro</name>
</author>
<published>2006-03-18T18:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c772c7509a1043d17a62ee47a90abc770e9dce26'/>
<id>urn:sha1:c772c7509a1043d17a62ee47a90abc770e9dce26</id>
<content type='text'>
and regular expressions matching email addresses whose subscriptions are exempt
from admin approval. RFE 403066.
</content>
</entry>
<entry>
<title>Confirmed member change of address is logged in the 'subscribe' log,</title>
<updated>2006-03-03T00:20:33Z</updated>
<author>
<name>msapiro</name>
</author>
<published>2006-03-03T00:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ed0ab53d70d4bf7a19c367d6ebe5a63ba2a8803b'/>
<id>urn:sha1:ed0ab53d70d4bf7a19c367d6ebe5a63ba2a8803b</id>
<content type='text'>
and if admin_notify_mchanges is true, a notice is sent to the list
owner using a new adminaddrchgack.txt template.
</content>
</entry>
<entry>
<title>2.1.7 is released.</title>
<updated>2006-01-04T12:38:34Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2006-01-04T12:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=39f16784e9d7ad6cfc12aa7a7b0b85c4316b8156'/>
<id>urn:sha1:39f16784e9d7ad6cfc12aa7a7b0b85c4316b8156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port cleaning changes forward from 2.1-maint branch.</title>
<updated>2005-12-30T18:56:46Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2005-12-30T18:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=991f57220ddfdc34c9bab88f6241ecc486abdbcc'/>
<id>urn:sha1:991f57220ddfdc34c9bab88f6241ecc486abdbcc</id>
<content type='text'>
</content>
</entry>
</feed>
