aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/ListAdmin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added global _ where needed.Mark Sapiro2018-06-181-0/+1
|
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
|
* I18n for new whence reasons in admin (un)subscribe notices.Mark Sapiro2018-06-171-1/+6
|\
| * enhance i18n in admin(un)?subscribeack messagesYasuhito FUTATSUKI at POEM2018-06-161-1/+3
|/
* Mailman's log files, request.pck files and heldmsg-* files are noMark Sapiro2014-06-061-2/+2
| | | | | longer created world readable to protect against access by untrusted local users.
* - Added the list name to the vette log "held message approved" entry.Mark Sapiro2014-03-211-1/+2
| | | | | | | | | | (LP: 1295875) - Added the CGI module name to various "No such list" error log entries. (LP: 1295875) - Modified contrib/mmdsr to report module name if present in "No such list error log entries.
* - Fixed a bug in ListAdmin._handlepost that would crash when trying toMark Sapiro2014-02-201-4/+11
| | | | | preserve a held message for the site admin if HOLD_MESSAGES_AS_PICKLES is False. (LP: #1282365)
* Fixed a bug that could send an admin notice of a held subscription withMark Sapiro2012-05-131-0/+3
| | | | | | the subject in the user's preferred language instead of the list's preferred language and possibly not properly RFC 2047 encoded. (LP: #998949)
* A held message with a null sender caused a crash in the admindbMark Sapiro2011-11-291-1/+3
| | | | | interface. This is fixed by changing the sender to <missing>. Bug #897103.
* - Added vette logging for rejected and discarded (un)subscribe requests.Mark Sapiro2009-12-041-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 Sapiro2009-12-031-1/+3
|
* Another Python 2.6 compatibility change.Mark Sapiro2009-07-311-3/+3
|
* The immediately preceding fix for bug #266106 (sf998384) was incomplete.Mark Sapiro2008-09-211-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 messageMark Sapiro2008-09-191-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 addressMark Sapiro2008-07-301-2/+2
| | | | | instead of the -bounces address.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* SF patch: [ 970383 ] moderator -1 admin requests pending.tkikuchi2004-09-161-1/+3
| | | | | also a minor typo fix. Thanks to Jim Tittsler - jtittsler.
* Add True/False compatibility for older Pythons. Closes SF bug #955381.bwarsaw2004-05-181-0/+6
|
* __handlepost(): sender or subject could be Header instances, so str-ify thembwarsaw2004-02-291-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 isbwarsaw2004-02-171-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 tobwarsaw2003-11-211-1/+1
| | | | ApprovedAddMember().
* Backporting from trunkbwarsaw2003-03-311-1/+3
|
* Backporting from the trunk.bwarsaw2003-02-081-19/+25
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+579
'Release_2_1-maint'.