aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* RFC2231 charset is in email package.tkikuchi2005-04-211-4/+1
* Bump version to 2.1.6rc1tkikuchi2005-04-141-3/+3
* zh_CN new translation. moving to utf-8 also.tkikuchi2005-04-071-1/+1
* Typo in comment. Thanks Mr. Ikeda.tkikuchi2005-03-281-1/+1
* Username may contain non-ascii character for English-US.tkikuchi2005-03-281-3/+3
* increment REL_SERIALtkikuchi2005-03-241-1/+1
* Bumping version number to 2.1.6b5tkikuchi2005-03-241-1/+1
* Change Big5 to UTF-8 for zh_TW.tkikuchi2005-03-231-1/+1
* Fix bug in patch #1032434: You should accumulate subpart headers.tkikuchi2005-03-211-6/+10
* Use of websafe() here is too severe. Only '<' is escaped.tkikuchi2005-03-101-1/+2
* The first header_filter_rules can be empty. Thanks Bryan Fullerton.tkikuchi2005-02-231-0/+3
* Bump to 2.1.6b4. Note that I rewrote the index.html page slightly, both tobwarsaw2005-02-171-2/+2
* Anonymous list fix up: Add internal_name in the From: header.tkikuchi2005-02-171-1/+9
* Forget to add new attribute for new lists.tkikuchi2005-02-161-0/+1
* Request from Brad Knowles. We need subject prefix strippedtkikuchi2005-02-122-4/+18
* adjust SERIALtkikuchi2005-02-111-1/+1
* bumping 2.1.6b3tkikuchi2005-02-112-2/+5
* Spelling and copyright years updates.bwarsaw2005-02-101-3/+3
* Checkin for initial workaround for directry traverse flaw in private.py.tkikuchi2005-02-101-3/+6
* sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi2005-02-064-2/+13
* Fix pipermail.py bug for not retainning original date in .txt archivetkikuchi2005-02-051-1/+4
* Remove misleading detail for respond_to_post_requests.tkikuchi2005-02-051-6/+2
* Add Date/Message-ID headers for digests.tkikuchi2005-02-021-2/+7
* HasExplicitDest(): Resolution of SF bug #1112349. acceptable_aliases shouldbwarsaw2005-01-301-23/+21
* preparing for 2.1.6 beta 2 release.tkikuchi2005-01-261-2/+2
* Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit)tkikuchi2005-01-253-19/+37
* Non-MIME sender realname should not be treated.tkikuchi2005-01-241-3/+6
* Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.tkikuchi2005-01-222-5/+39
* Fix for bug#1090439: 8bit characters are allowed if user language is settkikuchi2005-01-171-3/+11
* Bump to 2.1.6b1.bwarsaw2005-01-161-4/+4
* New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1.bwarsaw2005-01-163-30/+29
* Provision for part == None case. Closing bug# 1099138tkikuchi2005-01-121-2/+4
* fixed addError() ... (errmsg % args) has been deprecated in favor oftkikuchi2005-01-121-2/+2
* Sorry, leagality of '%' and '!' is a matter of MTA (of the user's).tkikuchi2005-01-111-1/+1
* Add '%' and '!' in _badchars. They are used for source routing.tkikuchi2005-01-111-1/+1
* Secure_MakeRandomPassword(): Log an error when secure passwords were requestedbwarsaw2004-12-311-0/+3
* From the NEWS file:bwarsaw2004-12-303-7/+62
* admin.py:bwarsaw2004-12-282-9/+8
* [ 975768 ] senddigests doesn't handle consecutive unparseable messagestkikuchi2004-12-141-0/+1
* Bump version 2.1.6a2 (alpha 2)tkikuchi2004-12-111-2/+2
* Fix for unknown/malicious charset value.tkikuchi2004-12-111-3/+9
* Chinese are back again, with IANA compliant names.tkikuchi2004-12-101-3/+2
* [ mailman-Bugs-1047532 ] problem with "discard all ..."tkikuchi2004-12-071-12/+14
* Python 2.4 checks strftime() more strict.tkikuchi2004-12-043-14/+31
* Increment micro version to prepare for the 2.1.6 release.tkikuchi2004-12-011-2/+2
* Precautions against 'charset=' (empty) message.tkikuchi2004-12-012-2/+5
* Chinese is not supported yet.tkikuchi2004-12-011-2/+3
* We have to escape other special characters like '=', so use urllib.tkikuchi2004-11-251-1/+3
* Obscure email address in text format archive.tkikuchi2004-11-161-1/+9
* Normalize charset to the output if input/output are different.tkikuchi2004-11-131-0/+3