aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix pipermail.py bug for not retainning original date in .txt archivetkikuchi2005-02-051-1/+4
| | | | | if the archive was regenerated by 'arch --wipe'. Thanks SHIGENO san for reporting bug and essential fix. Code was rewritten for simplicity.
* Remove misleading detail for respond_to_post_requests.tkikuchi2005-02-051-6/+2
|
* *** empty log message ***pheinlein2005-02-023-14/+14
|
* Need a special care for scrub_nondigest list attachments.tkikuchi2005-02-021-0/+13
|
* Add Date/Message-ID headers for digests.tkikuchi2005-02-021-2/+7
|
* News for SF #1112349bwarsaw2005-01-301-1/+1
|
* HasExplicitDest(): Resolution of SF bug #1112349. acceptable_aliases shouldbwarsaw2005-01-301-23/+21
| | | | | | be matched case insensitively. Also include a bunch of formatting cleanups.
* More additions.bwarsaw2005-01-292-1/+5
|
* Provide pointers to all formats of the installation guide.bwarsaw2005-01-291-2/+14
|
* 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
| | | | with some code clean up. Also, include SV (danish/swedish) Re: like pattern.
* Non-MIME sender realname should not be treated.tkikuchi2005-01-241-3/+6
|
* Updated Estonian messagesduke92005-01-231-87/+118
|
* Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.tkikuchi2005-01-223-6/+43
| | | | | Now the default behavior of prefixing is "Re: [prefix] subject". Variations like "Re[2]:" and German style "AW:" is now replaced by "Re:".
* *** empty log message ***pheinlein2005-01-191-12/+27
|
* mailman-install document location.tkikuchi2005-01-191-2/+2
|
* *** empty log message ***pheinlein2005-01-191-19/+30
|
* *** empty log message ***pheinlein2005-01-181-37/+28
|
* *** empty log message ***pheinlein2005-01-181-51/+27
|
* Adding news for last minute fix.tkikuchi2005-01-181-1/+2
|
* Fix for bug#1090439: 8bit characters are allowed if user language is settkikuchi2005-01-171-3/+11
| | | | | properly. If the language charset is set as 'us-ascii' then the 8bit chars are printed in '?'.
* Danish translation update from Tom G. Christensen.tkikuchi2005-01-171-55/+75
|
* List-Id fix in the NEWS.tkikuchi2005-01-171-1/+1
|
* updates for 2.1.6b1bwarsaw2005-01-165-22/+26
|
* 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-166-36/+50
| | | | Update copyright years for files changes in 2005. Whitespace normalization.
* Fixed typo found by Simon Oxwell.bwarsaw2005-01-121-1/+1
|
* Clean-up and regenerating pot/po files.tkikuchi2005-01-1231-1996/+1451
|
* Bug fix NEWS for 1099840/1099840/1099840tkikuchi2005-01-121-1/+3
|
* 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
| | | | | i18n._(). Now this cause bug traceback if errmsg contain '%'. *args insertion is removed.
* Sorry, leagality of '%' and '!' is a matter of MTA (of the user's).tkikuchi2005-01-111-1/+1
| | | | Canceling last check in.
* Add '%' and '!' in _badchars. They are used for source routing.tkikuchi2005-01-111-1/+1
|
* Little typo.pheinlein2005-01-081-1/+1
|
* Add (partial) japanese translation of install manual.tkikuchi2005-01-081-0/+1830
|
* minor updates from P.GEORGEp_george2005-01-051-456/+435
| | | | Happy new year Barry !
* Secure_MakeRandomPassword(): Log an error when secure passwords were requestedbwarsaw2004-12-311-0/+3
| | | | but urandom is not available.
* More news.bwarsaw2004-12-301-1/+5
|
* Renamed reset_pw to reset_pw.py so that the file looks like a Python module.bwarsaw2004-12-305-32/+58
| | | | | | | | | This goes hand-in-hand with one of two changes to withlist. Now, withlist puts the directory it's found in on the end of sys.path. This way it's much easier to run withlist scripts that live in bin. The other change allows running withlist w/o a list name, but only if -i is given. Makes it easier to debug various non-list related parts of Mailman.
* New Spanish updates by Juan Carlos Rey Anaya, plus a regeneration of all .pobwarsaw2004-12-3031-6419/+8048
| | | | files.
* From the NEWS file:bwarsaw2004-12-309-3795/+1283
| | | | | | | | | | - Added the ability for Mailman generated passwords (both member and list admin) to be more cryptographically secure. See new configuration variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called reset_pw which can be used to reset all member passwords. Passwords generated by Mailman are now 8 characters by default for members, and 10 characters for list administrators.
* Some minor changes in polish translation files before 2.1.6 release.sawickib2004-12-303-239/+447
|
* Regenerating POT file again. + japanese translation update.tkikuchi2004-12-293-333/+341
|
* admin.py:bwarsaw2004-12-285-9/+15
| | | | | | | | | | | | | | | show_results(): Slightly reworded the "Edit the public..." link to include a reference to the public text files, e.g. the welcome message. edithtml.py Grant Bowman's patch # 1085501 to allow editing the welcome message via the admin page. inthenews.ht More names ACKNOWLEDGMENTS, NEWS Updates for #1085501
* Added more MacOSX instructions, provided by Terry Allen.bwarsaw2004-12-281-2/+89
|
* Added Terry Allen.bwarsaw2004-12-281-0/+1
|
* News about XSS closure.bwarsaw2004-12-281-7/+12
|
* Close a potential cross-site scripting hole, discovered by Florian Weimer.bwarsaw2004-12-281-5/+23
| | | | | | | | | Initial patch provided by Florian, modified by Barry. Also, turn STEALTH_MODE on by default. Most sites won't change this value from its default, so we might as well use the more secure option. Also, if STEALTH_MODE is turned off, but the websafe() function can't be imported, turn STEALTH_MODE back on.
* Added Florian Weimerbwarsaw2004-12-281-0/+1
|
* Tweakbwarsaw2004-12-281-1/+2
|