aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/ListAdmin.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-18Added global _ where needed.Mark Sapiro1-0/+1
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2018-06-16enhance i18n in admin(un)?subscribeack messagesYasuhito FUTATSUKI at POEM1-1/+3
2016-10-11Further changes to keep domains aligned with virtual list notification emailsJim Popovitch1-8/+4
2014-06-06Mailman's log files, request.pck files and heldmsg-* files are noMark Sapiro1-2/+2
2014-03-21 - Added the list name to the vette log "held message approved" entry.Mark Sapiro1-1/+2
2014-02-20- Fixed a bug in ListAdmin._handlepost that would crash when trying toMark Sapiro1-4/+11
2012-05-13Fixed a bug that could send an admin notice of a held subscription withMark Sapiro1-0/+3
2011-11-29A held message with a null sender caused a crash in the admindbMark Sapiro1-1/+3
2009-12-04- Added vette logging for rejected and discarded (un)subscribe requests.Mark Sapiro1-2/+8
2009-12-03Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428.Mark Sapiro1-1/+3
2009-07-31Another Python 2.6 compatibility change.Mark Sapiro1-3/+3
2008-09-21The immediately preceding fix for bug #266106 (sf998384) was incomplete.Mark Sapiro1-1/+15
2008-09-19Since Mailman 2.1.1, 2.0.x outstanding subscription and held messageMark Sapiro1-2/+4
2008-07-30Changed ListAdmin.py to make rejected post messages From: the -owner addressMark Sapiro1-2/+2
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2004-09-16SF patch: [ 970383 ] moderator -1 admin requests pending.tkikuchi1-1/+3
2004-05-18Add True/False compatibility for older Pythons. Closes SF bug #955381.bwarsaw1-0/+6
2004-02-29__handlepost(): sender or subject could be Header instances, so str-ify thembwarsaw1-2/+2
2004-02-17Rewritten, simplified, and made more bullet-proof. The file read/written isbwarsaw1-77/+66
2003-11-21__handlesubscription(): Pass a meaningful whence argument tobwarsaw1-1/+1
2003-03-31Backporting from trunkbwarsaw1-1/+3
2003-02-08Backporting from the trunk.bwarsaw1-19/+25