aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-01Removed or anonymized additional headers in posts to anonymous lists.Mark Sapiro1-1/+14
2009-08-01Fixed a bug that could cause incorrect threading of replies to archivedMark Sapiro1-5/+9
messages that arrive with timestamps in the same second.
2009-08-01Added some notes to the distributed mm_cfg.py.Mark Sapiro1-0/+8
2009-07-31Another Python 2.6 compatibility change.Mark Sapiro1-3/+3
2009-07-31Backported several bug fixes from the 2.2 branch.Mark Sapiro6-32/+42
2009-07-31Added recognition for more bounces.Mark Sapiro3-2/+52
2009-02-23Bumping release to 2.1.12 final.Mark Sapiro1-3/+3
2009-02-20Recognize a couple more bounces.Mark Sapiro2-1/+9
2009-02-16Fixed a bug introduced in 2.1.11 which would attempt to store bounce infoMark Sapiro1-3/+5
for a member just deleted if bounce_you_are_disabled_warnings is zero.
2009-02-14Recognize a couple more bounces.Mark Sapiro2-2/+7
2009-02-12Worked around a potential problem in HyperArch.py with unicode characterMark Sapiro1-1/+4
set arguments. Bug #328353.
2009-02-08Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008.Mark Sapiro1-2/+3
2009-02-06Updated a copyright.Mark Sapiro1-1/+1
2009-02-06Bumped release to 2.1.12rc2.Mark Sapiro1-2/+2
2009-02-03Fixed a bug in admindb.py in the implementation of replacing "No ReasonMark Sapiro1-2/+7
Given" with the default rejection reason. Bug #325016.
2009-01-20Two of the 'new' class exceptions are raised with an argument.Mark Sapiro2-8/+18
2009-01-13Work around email 3.0.1 issue when set_payload charset arg is unicode.Mark Sapiro1-1/+4
2009-01-11Bump release to 2.1.12rc1Mark Sapiro1-4/+4
2009-01-11Updated links to Python documentation.Mark Sapiro3-3/+4
2009-01-10- Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro1-2/+5
links to a chunked result would still be limited to the Find member search. SF patch #1532081. - Changed scripts/driver to return a 405 status for non GET, POST, HEAD methods. SF patch #1578756.
2009-01-02Mailman/Utils.pyMark Sapiro2-11/+10
- Fixed a long standing error that stopped relative hrefs from being generated for links on Mailman's web pages. Mailman/Cgi/admindb.py - Changed the admindb interface so that when messages are rejected from the summary page, the reject reason is the rejection message from the Errors.HoldMessage subclass instead of the generic "No reason given".
2008-12-22Changed the pattern used to recognize URLs in messages for the pipermailMark Sapiro1-1/+6
archive in order to try to do a better job of making hyperlinks. Bug #310124.
2008-12-22Reordered the headers in PLAIN_DIGEST_KEEP_HEADERS as these are the ones thatMark Sapiro1-3/+7
control header sequence in the RFC 1153 digest and added some comments to help clarify the situation.
2008-12-19Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.Mark Sapiro1-2/+2
2008-12-19Fixed an issue where in some circumstances HyperArch.py would translateMark Sapiro1-2/+2
' at ' into the wrong language ultimately throwing a UnicodeDecodeError when the translation was decoded with a different character set. Bug #308152.
2008-12-07Fixed an issue where list creation would report bad owner emailMark Sapiro1-1/+1
instead of bad listname when the list name had non-ascii characters. SF Bug #2126489.
2008-12-07Fixed a problem in Decorate which could throw a TypeError on conversion toMark Sapiro2-8/+18
unicode of a header/footer that was already unicode because of interpolating a unicode value. Made a minor change to the authentication logic for displaying hidden members on the roster.
2008-12-05Updated some FAQ URLs for wiki.list.org.Mark Sapiro1-1/+1
2008-12-05Changed the regexp for Utils.suspiciousHTML to exempt theMark Sapiro1-1/+2
<link rel="SHORTCUT ICON" href="<mm-favicon>"> tag in the options.html template.
2008-11-30Now that Python 2.4 is the minimum and we will use more recent installedMark Sapiro8-18/+19
email packages, convert all the email message get_type() calls to get_content_type().
2008-11-22String exceptions -> class exceptions.Barry Warsaw1-8/+7
2008-11-20Fixed a problem in SecurityManager that caused it to not find theMark Sapiro1-2/+3
cookie when CheckCookie was not given a user and the user in the cookie had a %xx encoded character. Bug # 299220.
2008-11-14Fixed a bug in AvoidDuplicates.py that caused it to fail if the addressMark Sapiro1-8/+12
in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795.
2008-11-12Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw8-28/+38
I've modified the patch to improve some of the stylistic issues.
2008-10-03Changed the stripping of trailing spaces from lines of the list headersMark Sapiro1-1/+2
and footers to leave a trailing space on a '-- ' signature separator.
2008-09-21The immediately preceding fix for bug #266106 (sf998384) was incomplete.Mark Sapiro1-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.
2008-09-19Since Mailman 2.1.1, 2.0.x outstanding subscription and held messageMark Sapiro1-2/+4
requests have not been migrated properly. This is fixed. Bug #266106 (sf998384). Updated NEWS for this and some prior changes.
2008-08-22MTA/Postfix.pyMark Sapiro1-1/+6
If the STANZA END for a list being removed is missing or munged, the remainder of the aliases and/or virtual-mailman file is lost. Fixed.
2008-07-30Fixed a bug in admin.py which would result in chunked pages of the membershipMark Sapiro1-10/+5
list for members whose address begins with a non-alphanumeric character to not be visible or retrievable.
2008-07-30Changed ListAdmin.py to make rejected post messages From: the -owner addressMark Sapiro1-2/+2
instead of the -bounces address.
2008-06-30- Bumped version to 2.1.11.Mark Sapiro4-6/+22
- Changed MailList.Create() to check that list name contains only characters that match the new mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS. - Changed MTA.Utils.makealiases() to escape a few characters in the list name in the pipe command.
2008-06-29Added 'listname' to the replacements for the archidxfoot.html template.Mark Sapiro1-0/+1
2008-06-23Bumped version to 2.1.11rc2.Mark Sapiro1-2/+2
2008-06-23Added check for gateway_to_news before holding for ModeratedNewsgroup.Mark Sapiro1-2/+2
2008-06-22Another BounceRunner loop detection change (rev 1106 wasn't quite right).Mark Sapiro1-2/+4
2008-06-22 - Prepended list name to bounce log unrecognized bounce messages.Mark Sapiro1-22/+44
- Improved bounce loop detection and handling in BounceRunner.py.
2008-06-20More bounce recognition improvements.Mark Sapiro1-4/+4
2008-06-20Changed OldStyleMemberships.py to remove the member from one_last_digestMark Sapiro1-1/+7
when changing from regular to digest delivery to avoid the possibility of a duplicate digest in some circumstances.
2008-06-20Fixed CookHeaders.py which in some cases with new style prefixingMark Sapiro1-1/+4
would insert an extra space between the prefix and the subject.
2008-06-20Rearranged calls to the list setBounceInfo() method in Bouncer.pyMark Sapiro1-2/+13
to accommodate MemberAdaptors that store bounce info outside the list instance.