| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Backport from 2.1-maint. | tkikuchi | 2006-01-04 | 1 | -4/+3 | |
| | | ||||||
| * | On my second thought, I use msgdata for internally crafted message checking. | tkikuchi | 2005-12-31 | 1 | -5/+3 | |
| | | | | | The keyword 'reduced_list_headers' is taken from CookHeaders.py. | |||||
| * | Backport from 2-1_maint branch. | tkikuchi | 2005-12-31 | 1 | -6/+6 | |
| | | ||||||
| * | mmdsr.readme -> README.mmdsr | bwarsaw | 2005-12-30 | 1 | -0/+35 | |
| | | ||||||
| * | mmdsr.readme -> README.mmdsr | bwarsaw | 2005-12-30 | 1 | -35/+0 | |
| | | ||||||
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 35 | -236/+267 | |
| | | ||||||
| * | Whitespace normalization. | bwarsaw | 2005-12-30 | 1 | -1/+4 | |
| | | ||||||
| * | Added copyright notice and a few other style changes. | bwarsaw | 2005-12-30 | 1 | -33/+63 | |
| | | ||||||
| * | More users. | bwarsaw | 2005-12-29 | 2 | -1/+49 | |
| | | ||||||
| * | more users | bwarsaw | 2005-12-27 | 2 | -1/+35 | |
| | | ||||||
| * | A bunch of new users... | bwarsaw | 2005-12-27 | 2 | -6/+40 | |
| | | ||||||
| * | Python interpreter has evolved to be strict on ascii charset range. | tkikuchi | 2005-12-26 | 1 | -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. | msapiro | 2005-12-25 | 2 | -0/+509 | |
| | | ||||||
| * | Add NEWS items to catch up 2.1.7 changes. | tkikuchi | 2005-12-24 | 1 | -0/+19 | |
| | | ||||||
| * | Change of default in Scrubber.py | tkikuchi | 2005-12-24 | 1 | -4/+7 | |
| | | ||||||
| * | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2005-12-24 | 6 | -27/+63 | |
| | | ||||||
| * | Python 2.4 may fail to write 8bit (non-ascii) characters. | tkikuchi | 2005-12-24 | 1 | -1/+6 | |
| | | ||||||
| * | Translation update by Ikeda san. | tkikuchi | 2005-12-22 | 1 | -51/+71 | |
| | | ||||||
| * | Scan other text/* parts for Approve(d): <password> - bug 1181161. | msapiro | 2005-12-21 | 2 | -1/+34 | |
| | | ||||||
| * | Add an extra trailing space in scrubbed content URL. This may save the | tkikuchi | 2005-12-13 | 1 | -1/+3 | |
| | | | | | users of MS Outlook and Apple Mail. | |||||
| * | SF bug tracker 1378270. Fix aliases permission check in Postfix.py. | tkikuchi | 2005-12-13 | 1 | -1/+10 | |
| | | | | | Documents will be checked in later for MAIN. | |||||
| * | Fixes for bug 1080943. | msapiro | 2005-12-12 | 2 | -6/+32 | |
| | | | | | Add error response for ./ and ../ in URL | |||||
| * | Fixes for bug 1080943. | msapiro | 2005-12-12 | 30 | -32/+32 | |
| | | ||||||
| * | Fixes for bug 1080943. | msapiro | 2005-12-12 | 31 | -257/+257 | |
| | | ||||||
| * | Update copyright years. | bwarsaw | 2005-12-06 | 1 | -2/+3 | |
| | | ||||||
| * | Whitespace normalization. | bwarsaw | 2005-12-06 | 1 | -4/+4 | |
| | | ||||||
| * | Add more recent changes to 2.1.7 "Bug fixes and other patches" | msapiro | 2005-12-06 | 1 | -0/+8 | |
| | | ||||||
| * | Update copyright date for prior change. | msapiro | 2005-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Make bounce log message format more consistent. | msapiro | 2005-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix bug in generating the last file. | tkikuchi | 2005-12-06 | 1 | -3/+12 | |
| | | ||||||
| * | I18n big changes. | tkikuchi | 2005-12-06 | 1 | -0/+8 | |
| | | ||||||
| * | Templates should be generated from po files except for en. | tkikuchi | 2005-12-06 | 1 | -4/+10 | |
| | | ||||||
| * | Japanese and Korean codecs should be installed separately. | tkikuchi | 2005-12-06 | 2 | -13/+1 | |
| | | | | | They are included by default in Python2.4. | |||||
| * | Language should be selected during the './configure' run. | tkikuchi | 2005-12-06 | 1 | -31/+44 | |
| | | ||||||
| * | Now the language should be selected during the './configure' run. | tkikuchi | 2005-12-06 | 3 | -34/+132 | |
| | | ||||||
| * | New po files to include 'templates'. | tkikuchi | 2005-12-06 | 34 | -15259/+106930 | |
| | | ||||||
| * | Add helper script for generating po message translations from templates | tkikuchi | 2005-12-06 | 1 | -0/+131 | |
| | | | | | directory files. This should only be used once by the code maintainer. | |||||
| * | Add helper script for extract pot from templates/en/* and generate | tkikuchi | 2005-12-06 | 3 | -1/+161 | |
| | | | | | templates/*/* files from messages/*/LC_MESSAGES/mailman.po. | |||||
| * | Add Security note on NEWS. | tkikuchi | 2005-12-06 | 1 | -0/+21 | |
| | | ||||||
| * | Wrap get_filename(). This should eventually be backed out if email package | tkikuchi | 2005-12-06 | 1 | -0/+7 | |
| | | | | | is updated. | |||||
| * | Add several recent changes to 2.1.7 "Bug fixes and other patches" | msapiro | 2005-12-05 | 1 | -0/+16 | |
| | | ||||||
| * | Improving banned subscription logic to cover all invites, subscribes, ↵ | msapiro | 2005-12-03 | 5 | -26/+88 | |
| | | | | | address changes and confirmations of same. | |||||
| * | Improving banned subscription logic to cover all invites, subscribes, ↵ | msapiro | 2005-12-03 | 1 | -1/+7 | |
| | | | | | address changes and confirmations of same. | |||||
| * | Arg checking too agressive - didn't allow 0 args with --fromall and --file= | msapiro | 2005-12-02 | 1 | -4/+4 | |
| | | ||||||
| * | List admins should be disallowd to insert script tags. | tkikuchi | 2005-11-30 | 1 | -0/+1 | |
| | | ||||||
| * | Previously, List admins can change user's option/subscription globally. | tkikuchi | 2005-11-30 | 1 | -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. | tkikuchi | 2005-11-30 | 1 | -4/+1 | |
| | | ||||||
| * | Don't send password in probe. The probe message may stray to someone else. | tkikuchi | 2005-11-30 | 1 | -2/+1 | |
| | | | | | Also, i18n fix. | |||||
| * | One more little change. One day I'll learn not to commit until I'm REALLY done. | msapiro | 2005-11-28 | 1 | -5/+1 | |
| | | ||||||
| * | Fix bug 1367783 - decode base64 and quoted-printable HTML parts when passing ↵ | msapiro | 2005-11-27 | 1 | -1/+6 | |
| | | | | | to mm_cfg.HTML_TO_PLAIN_TEXT_COMMAND | |||||
