aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-21Fix bug in patch #1032434: You should accumulate subpart headers.tkikuchi1-6/+10
2005-03-10Use of websafe() here is too severe. Only '<' is escaped.tkikuchi1-1/+2
2005-02-23The first header_filter_rules can be empty. Thanks Bryan Fullerton.tkikuchi1-0/+3
2005-02-17Bump to 2.1.6b4. Note that I rewrote the index.html page slightly, both tobwarsaw1-2/+2
2005-02-17Anonymous list fix up: Add internal_name in the From: header.tkikuchi1-1/+9
2005-02-16Forget to add new attribute for new lists.tkikuchi1-0/+1
2005-02-12Request from Brad Knowles. We need subject prefix strippedtkikuchi2-4/+18
2005-02-11adjust SERIALtkikuchi1-1/+1
2005-02-11bumping 2.1.6b3tkikuchi2-2/+5
2005-02-10Spelling and copyright years updates.bwarsaw1-3/+3
2005-02-10Checkin for initial workaround for directry traverse flaw in private.py.tkikuchi1-3/+6
2005-02-06sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi4-2/+13
2005-02-05Fix pipermail.py bug for not retainning original date in .txt archivetkikuchi1-1/+4
2005-02-05Remove misleading detail for respond_to_post_requests.tkikuchi1-6/+2
2005-02-02Add Date/Message-ID headers for digests.tkikuchi1-2/+7
2005-01-30HasExplicitDest(): Resolution of SF bug #1112349. acceptable_aliases shouldbwarsaw1-23/+21
2005-01-26preparing for 2.1.6 beta 2 release.tkikuchi1-2/+2
2005-01-25Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit)tkikuchi3-19/+37
2005-01-24Non-MIME sender realname should not be treated.tkikuchi1-3/+6
2005-01-22Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.tkikuchi2-5/+39
2005-01-17Fix for bug#1090439: 8bit characters are allowed if user language is settkikuchi1-3/+11
2005-01-16Bump to 2.1.6b1.bwarsaw1-4/+4
2005-01-16New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1.bwarsaw3-30/+29
2005-01-12Provision for part == None case. Closing bug# 1099138tkikuchi1-2/+4
2005-01-12fixed addError() ... (errmsg % args) has been deprecated in favor oftkikuchi1-2/+2
2005-01-11Sorry, leagality of '%' and '!' is a matter of MTA (of the user's).tkikuchi1-1/+1
2005-01-11Add '%' and '!' in _badchars. They are used for source routing.tkikuchi1-1/+1
2004-12-31Secure_MakeRandomPassword(): Log an error when secure passwords were requestedbwarsaw1-0/+3
2004-12-30From the NEWS file:bwarsaw3-7/+62
2004-12-28admin.py:bwarsaw2-9/+8
2004-12-14[ 975768 ] senddigests doesn't handle consecutive unparseable messagestkikuchi1-0/+1
2004-12-11Bump version 2.1.6a2 (alpha 2)tkikuchi1-2/+2
2004-12-11Fix for unknown/malicious charset value.tkikuchi1-3/+9
2004-12-10Chinese are back again, with IANA compliant names.tkikuchi1-3/+2
2004-12-07[ mailman-Bugs-1047532 ] problem with "discard all ..."tkikuchi1-12/+14
2004-12-04Python 2.4 checks strftime() more strict.tkikuchi3-14/+31
2004-12-01Increment micro version to prepare for the 2.1.6 release.tkikuchi1-2/+2
2004-12-01Precautions against 'charset=' (empty) message.tkikuchi2-2/+5
2004-12-01Chinese is not supported yet.tkikuchi1-2/+3
2004-11-25We have to escape other special characters like '=', so use urllib.tkikuchi1-1/+3
2004-11-16Obscure email address in text format archive.tkikuchi1-1/+9
2004-11-13Normalize charset to the output if input/output are different.tkikuchi1-0/+3
2004-10-31[ 1008983 ] qrunner w/ multiple slices crashing.tkikuchi1-1/+1
2004-10-22Now default is NOT to VERP_PROBES for backward compatibility.tkikuchi2-5/+16
2004-10-19[ 874764 ] -admin address is now equiv to -bouncetkikuchi1-3/+3
2004-10-19923428 VERP subscription confirmationstkikuchi2-26/+37
2004-10-14fix bugs when using ARCHIVE_HTML_SANITIZER = 1tkikuchi3-4/+7
2004-10-13[ 1045909 ] user cancel of pending subscription failstkikuchi1-2/+6
2004-10-12add reference to fix_url.pytkikuchi1-0/+4
2004-10-10I18N error avoidance. HeaderParserError/UnicodeErrortkikuchi1-2/+10