Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Date and Message-ID headers to the confirm reply | Mark Sapiro | 2007-11-04 | 1 | -1/+3 |
| | | | | message that Mailman adds to the admin notification. | ||||
* | Back port Python 2.5 compatibility changes to Mailman 2.1. Specifically, | bwarsaw | 2006-07-30 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | - In SecurityManager.py, fix the parsecookie() code to work with Python 2.5 generated cookie text. The latter was changed to be more RFC compliant so it does not output trailing semicolons for each line of cookie text. This broke the splitting rules, so now first split on newlines, then on ';\s*'. This should work across all Python versions. - In Python 2.5, exceptions are new-style, and thus are no longer of ClassType. The instantiation type test in hold_for_approval() was too naive. This one is fixed differently here than in the MM trunk because in Python 2.1, 'type' isn't a type, it's a function and so can't be used as the second argument to isinstance() directly. - Raising strings generates deprecation warnings in Python 2.5. Switch the one weird use of this in Utils.py to use a class exception. Don't call it "quick exit" though because it's probably not. | ||||
* | process(): Patch by Mark Sapiro (slightly modified by Barry) to take preambles | bwarsaw | 2005-09-19 | 1 | -2/+6 |
| | | | | and epilogues in the calculation of messages sizes. | ||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | I18N autorespondToSender() | tkikuchi | 2004-10-10 | 1 | -1/+1 |
| | |||||
* | hold_for_approval(): Convert to the new pending database interface. | bwarsaw | 2004-02-10 | 1 | -2/+2 |
| | |||||
* | hold_for_approval(): Another part of TK's patch # 865661. Encode the | bwarsaw | 2003-12-26 | 1 | -2/+7 |
| | | | | | subject header in the list's preferred character set and make sure it is all on one line, when sent back to the original author. | ||||
* | Backporting from trunk | bwarsaw | 2003-03-31 | 1 | -2/+4 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+280 | |
'Release_2_1-maint'. |