<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/cron/checkdbs, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/cron/checkdbs?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/cron/checkdbs?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2006-05-13T02:49:48Z</updated>
<entry>
<title>Move all cron scripts to the new Mailman.bin package layout and complete the</title>
<updated>2006-05-13T02:49:48Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-05-13T02:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=590b6ebb628babc60fe282d133391dee155434ca'/>
<id>urn:sha1:590b6ebb628babc60fe282d133391dee155434ca</id>
<content type='text'>
conversion to optparse style option parsing.  Remove mailpasswds as password
reminders will go away for MM2.2.
</content>
</entry>
<entry>
<title>back porting from 2.1.6</title>
<updated>2005-08-28T05:47:08Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2005-08-28T05:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=737468981aa2f191ce243b063418a3bc878b9832'/>
<id>urn:sha1:737468981aa2f191ce243b063418a3bc878b9832</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FSF office has moved. chdcking in for MAIN branch.</title>
<updated>2005-08-27T01:54:05Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2005-08-27T01:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2a6084d03b96f87af153b663cf3dd4776e7e37fb'/>
<id>urn:sha1:2a6084d03b96f87af153b663cf3dd4776e7e37fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pending_requests(): Be sure reason is translated.  Closes SF bug</title>
<updated>2003-04-19T20:47:12Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2003-04-19T20:47:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=750ee33e8c088d9cd07fcc905ddf9989ecb6d3be'/>
<id>urn:sha1:750ee33e8c088d9cd07fcc905ddf9989ecb6d3be</id>
<content type='text'>
#716702.
</content>
</entry>
<entry>
<title>usage(): Added -h / --help text.</title>
<updated>2003-03-11T23:46:18Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2003-03-11T23:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=da3c5320fb85e4a75d5b2d5ddedfa6beeb778cb2'/>
<id>urn:sha1:da3c5320fb85e4a75d5b2d5ddedfa6beeb778cb2</id>
<content type='text'>
pending_requests(): The list of pending texts could contain a mixture
of Unicode, ASCII 8-bit strings, and non-ASCII 8-bit strings.  We must
convert all these to Unicode before joining them.
</content>
</entry>
<entry>
<title>Move the import of Charset to after the import of paths, so we pick up</title>
<updated>2002-10-28T03:43:42Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-28T03:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=513a02ccd2217fcd281f58420ff2eec27dfd3081'/>
<id>urn:sha1:513a02ccd2217fcd281f58420ff2eec27dfd3081</id>
<content type='text'>
Mailman's copy of the email package instead of Python's.
</content>
</entry>
<entry>
<title>Whitespace normalization</title>
<updated>2002-10-28T02:57:33Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-28T02:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=778531fbd0024704fcccfddcc373eb3eec23ced5'/>
<id>urn:sha1:778531fbd0024704fcccfddcc373eb3eec23ced5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pending_requests(): Include the Subject header in the pending summary.</title>
<updated>2002-10-28T02:57:14Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-28T02:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=1b5f3249639b0d159e43d48118bbc5d7da197c17'/>
<id>urn:sha1:1b5f3249639b0d159e43d48118bbc5d7da197c17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pending_requests(): The requests.pck database may have Unicode strings</title>
<updated>2002-10-25T19:06:33Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-25T19:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0612003f309394789ec11a65580374866f74076c'/>
<id>urn:sha1:0612003f309394789ec11a65580374866f74076c</id>
<content type='text'>
in them, say if an encoded name appeared in a From header.  But
maketext() may return byte strings with non-ascii characters in them,
and concatenating these two types of strings is a no no.

The local fix (implemented here) is to make sure that
pending_requests() returns a byte string with no characters that are
illegal in the list's preferred language's charset.

The longer term fix probably ought to be that we use Unicode
everywhere and that maketext() returns a Unicode.
</content>
</entry>
<entry>
<title>main(): Get rid of the phantom "moderator requests" messages.  Fix by</title>
<updated>2002-07-13T02:01:10Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-07-13T02:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d0be070c4571fdb5af57b1f43ea725211e07d9bf'/>
<id>urn:sha1:d0be070c4571fdb5af57b1f43ea725211e07d9bf</id>
<content type='text'>
Fil.
</content>
</entry>
</feed>
