aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Archiver/pipermail.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Additional cleanup of pipermail threadingMark Sapiro2010-02-221-3/+5
|
* Fixed a bug in pipermail archiving that caused fallback threading byMark Sapiro2010-02-131-2/+6
| | | | subject to fail. Bug #266572.
* Fixed a bug that could cause incorrect threading of replies to archivedMark Sapiro2009-08-011-5/+9
| | | | messages that arrive with timestamps in the same second.
* Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi2006-01-291-6/+1
| | | | because it is overwrapped in Mailman.Message.
* True/False definition for Python2.1.tkikuchi2005-12-261-0/+7
| | | | | Only check in Release_2_1-maint branch because 2.2 will require higher version of python.
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-171-1/+6
| | | | | | I've tested the example by Mark Sapiro: http://mail.python.org/pipermail/mailman-developers/2005-November/018395.html both with and without 'Content-Transfer-Encoding' but may need more test.
* Fix pipermail.py bug for not retainning original date in .txt archivetkikuchi2005-02-051-1/+4
| | | | | if the archive was regenerated by 'arch --wipe'. Thanks SHIGENO san for reporting bug and essential fix. Code was rewritten for simplicity.
* Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit)tkikuchi2005-01-251-2/+8
| | | | with some code clean up. Also, include SV (danish/swedish) Re: like pattern.
* fix bugs when using ARCHIVE_HTML_SANITIZER = 1tkikuchi2004-10-141-1/+2
|
* finished_update_article(): Richard Barrett's fix to reduce Pipermailbwarsaw2003-12-241-0/+9
| | | | | | | | | | | | | archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This is a stub in the base class. _update_thread_index(): Call finished_update_article() when done. store_article(): squirrel away the html_body value when pickling the article. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives.
* Backporting from the HEAD -- updated archiverbwarsaw2003-09-221-2/+2
|
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+854
'Release_2_1-maint'.