summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport from 2.1-maint.tkikuchi2006-01-041-4/+3
|
* On my second thought, I use msgdata for internally crafted message checking.tkikuchi2005-12-311-5/+3
| | | | The keyword 'reduced_list_headers' is taken from CookHeaders.py.
* Backport from 2-1_maint branch.tkikuchi2005-12-311-6/+6
|
* mmdsr.readme -> README.mmdsrbwarsaw2005-12-301-0/+35
|
* mmdsr.readme -> README.mmdsrbwarsaw2005-12-301-35/+0
|
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-3035-236/+267
|
* Whitespace normalization.bwarsaw2005-12-301-1/+4
|
* Added copyright notice and a few other style changes.bwarsaw2005-12-301-33/+63
|
* More users.bwarsaw2005-12-292-1/+49
|
* more usersbwarsaw2005-12-272-1/+35
|
* A bunch of new users...bwarsaw2005-12-272-6/+40
|
* Python interpreter has evolved to be strict on ascii charset range.tkikuchi2005-12-261-20/+13
| | | | | | Subject manipulation should be done in unicode string mode. (temporary change in MAIN because higher version of python should allow simpler algorithms.)
* Initial Mailman Daily Status Report script.msapiro2005-12-252-0/+509
|
* Add NEWS items to catch up 2.1.7 changes.tkikuchi2005-12-241-0/+19
|
* Change of default in Scrubber.pytkikuchi2005-12-241-4/+7
|
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-246-27/+63
|
* Python 2.4 may fail to write 8bit (non-ascii) characters.tkikuchi2005-12-241-1/+6
|
* Translation update by Ikeda san.tkikuchi2005-12-221-51/+71
|
* Scan other text/* parts for Approve(d): <password> - bug 1181161.msapiro2005-12-212-1/+34
|
* Add an extra trailing space in scrubbed content URL. This may save thetkikuchi2005-12-131-1/+3
| | | | users of MS Outlook and Apple Mail.
* SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi2005-12-131-1/+10
| | | | Documents will be checked in later for MAIN.
* Fixes for bug 1080943.msapiro2005-12-122-6/+32
| | | | Add error response for ./ and ../ in URL
* Fixes for bug 1080943.msapiro2005-12-1230-32/+32
|
* Fixes for bug 1080943.msapiro2005-12-1231-257/+257
|
* Update copyright years.bwarsaw2005-12-061-2/+3
|
* Whitespace normalization.bwarsaw2005-12-061-4/+4
|
* Add more recent changes to 2.1.7 "Bug fixes and other patches"msapiro2005-12-061-0/+8
|
* Update copyright date for prior change.msapiro2005-12-061-1/+1
|
* Make bounce log message format more consistent.msapiro2005-12-061-1/+1
|
* Fix bug in generating the last file.tkikuchi2005-12-061-3/+12
|
* I18n big changes.tkikuchi2005-12-061-0/+8
|
* Templates should be generated from po files except for en.tkikuchi2005-12-061-4/+10
|
* Japanese and Korean codecs should be installed separately.tkikuchi2005-12-062-13/+1
| | | | They are included by default in Python2.4.
* Language should be selected during the './configure' run.tkikuchi2005-12-061-31/+44
|
* Now the language should be selected during the './configure' run.tkikuchi2005-12-063-34/+132
|
* New po files to include 'templates'.tkikuchi2005-12-0634-15259/+106930
|
* Add helper script for generating po message translations from templatestkikuchi2005-12-061-0/+131
| | | | directory files. This should only be used once by the code maintainer.
* Add helper script for extract pot from templates/en/* and generatetkikuchi2005-12-063-1/+161
| | | | templates/*/* files from messages/*/LC_MESSAGES/mailman.po.
* Add Security note on NEWS.tkikuchi2005-12-061-0/+21
|
* Wrap get_filename(). This should eventually be backed out if email packagetkikuchi2005-12-061-0/+7
| | | | is updated.
* Add several recent changes to 2.1.7 "Bug fixes and other patches"msapiro2005-12-051-0/+16
|
* Improving banned subscription logic to cover all invites, subscribes, ↵msapiro2005-12-035-26/+88
| | | | address changes and confirmations of same.
* Improving banned subscription logic to cover all invites, subscribes, ↵msapiro2005-12-031-1/+7
| | | | address changes and confirmations of same.
* Arg checking too agressive - didn't allow 0 args with --fromall and --file=msapiro2005-12-021-4/+4
|
* List admins should be disallowd to insert script tags.tkikuchi2005-11-301-0/+1
|
* Previously, List admins can change user's option/subscription globally.tkikuchi2005-11-301-11/+56
| | | | | | | This is not good if list admin cannot be fully trusted. This patch disables the list admin's ability of changing the user option/subscription globally; changes are effective only within the list. Site admin can change globally if mm_cfg.ALLOW_SITE_ADMIN_COOKIES is set Yes.
* Don't send password in probe.tkikuchi2005-11-301-4/+1
|
* Don't send password in probe. The probe message may stray to someone else.tkikuchi2005-11-301-2/+1
| | | | Also, i18n fix.
* One more little change. One day I'll learn not to commit until I'm REALLY done.msapiro2005-11-281-5/+1
|
* Fix bug 1367783 - decode base64 and quoted-printable HTML parts when passing ↵msapiro2005-11-271-1/+6
| | | | to mm_cfg.HTML_TO_PLAIN_TEXT_COMMAND