Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added vette logging for rejected and discarded (un)subscribe requests. | Mark Sapiro | 2009-12-04 | 1 | -2/+8 |
| | | | | | - Fixed a bug in admindb.py that could erroneously discard an unsubscribe request as a duplicate. | ||||
* | Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428. | Mark Sapiro | 2009-12-03 | 1 | -1/+3 |
| | |||||
* | Another Python 2.6 compatibility change. | Mark Sapiro | 2009-07-31 | 1 | -3/+3 |
| | |||||
* | The immediately preceding fix for bug #266106 (sf998384) was incomplete. | Mark Sapiro | 2008-09-21 | 1 | -1/+15 |
| | | | | | | It fixed the underlying issue, but didn't fix an improperly converted request.pck file. This change adds code to detect and recover from an incorect conversion. | ||||
* | Since Mailman 2.1.1, 2.0.x outstanding subscription and held message | Mark Sapiro | 2008-09-19 | 1 | -2/+4 |
| | | | | | | | requests have not been migrated properly. This is fixed. Bug #266106 (sf998384). Updated NEWS for this and some prior changes. | ||||
* | Changed ListAdmin.py to make rejected post messages From: the -owner address | Mark Sapiro | 2008-07-30 | 1 | -2/+2 |
| | | | | | instead of the -bounces address. | ||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | SF patch: [ 970383 ] moderator -1 admin requests pending. | tkikuchi | 2004-09-16 | 1 | -1/+3 |
| | | | | | also a minor typo fix. Thanks to Jim Tittsler - jtittsler. | ||||
* | Add True/False compatibility for older Pythons. Closes SF bug #955381. | bwarsaw | 2004-05-18 | 1 | -0/+6 |
| | |||||
* | __handlepost(): sender or subject could be Header instances, so str-ify them | bwarsaw | 2004-02-29 | 1 | -2/+2 |
| | | | | before trying to call replace on them for the rejection notice substitution. | ||||
* | Rewritten, simplified, and made more bullet-proof. The file read/written is | bwarsaw | 2004-02-17 | 1 | -77/+66 |
| | | | | | | | | | | | | | | | | | | | now a pickle instead the less secure marshal. Other changes: __filename(): Removed. We'll use the instance variable __filename instead. __opendb(): Simplified by removing upgrade logic largely duplicated in _UpdateRecords(). __closedb(): Use pickles and the __filename instance variable. __request_id(): Removed this since it wasn't thread-safe. It didn't require the acquisition of the list lock. Replaced with __nextid() which not only asserts the list lock, but also ensures that the id returned will be unique. HoldMessage(): Always flush and fsync the heldmsg file. Various other code improvement. | ||||
* | __handlesubscription(): Pass a meaningful whence argument to | bwarsaw | 2003-11-21 | 1 | -1/+1 |
| | | | | ApprovedAddMember(). | ||||
* | Backporting from trunk | bwarsaw | 2003-03-31 | 1 | -1/+3 |
| | |||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 1 | -19/+25 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+579 | |
'Release_2_1-maint'. |