| Commit message (Expand) | Author | Files | Lines |
2005-01-26 | preparing for 2.1.6 beta 2 release. | tkikuchi | 1 | -2/+2 |
2005-01-25 | Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit) | tkikuchi | 3 | -19/+37 |
2005-01-24 | Non-MIME sender realname should not be treated. | tkikuchi | 1 | -3/+6 |
2005-01-22 | Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py. | tkikuchi | 2 | -5/+39 |
2005-01-17 | Fix for bug#1090439: 8bit characters are allowed if user language is set | tkikuchi | 1 | -3/+11 |
2005-01-16 | Bump to 2.1.6b1. | bwarsaw | 1 | -4/+4 |
2005-01-16 | New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1. | bwarsaw | 3 | -30/+29 |
2005-01-12 | Provision for part == None case. Closing bug# 1099138 | tkikuchi | 1 | -2/+4 |
2005-01-12 | fixed addError() ... (errmsg % args) has been deprecated in favor of | tkikuchi | 1 | -2/+2 |
2005-01-11 | Sorry, leagality of '%' and '!' is a matter of MTA (of the user's). | tkikuchi | 1 | -1/+1 |
2005-01-11 | Add '%' and '!' in _badchars. They are used for source routing. | tkikuchi | 1 | -1/+1 |
2004-12-31 | Secure_MakeRandomPassword(): Log an error when secure passwords were requested | bwarsaw | 1 | -0/+3 |
2004-12-30 | From the NEWS file: | bwarsaw | 3 | -7/+62 |
2004-12-28 | admin.py: | bwarsaw | 2 | -9/+8 |
2004-12-14 | [ 975768 ] senddigests doesn't handle consecutive unparseable messages | tkikuchi | 1 | -0/+1 |
2004-12-11 | Bump version 2.1.6a2 (alpha 2) | tkikuchi | 1 | -2/+2 |
2004-12-11 | Fix for unknown/malicious charset value. | tkikuchi | 1 | -3/+9 |
2004-12-10 | Chinese are back again, with IANA compliant names. | tkikuchi | 1 | -3/+2 |
2004-12-07 | [ mailman-Bugs-1047532 ] problem with "discard all ..." | tkikuchi | 1 | -12/+14 |
2004-12-04 | Python 2.4 checks strftime() more strict. | tkikuchi | 3 | -14/+31 |
2004-12-01 | Increment micro version to prepare for the 2.1.6 release. | tkikuchi | 1 | -2/+2 |
2004-12-01 | Precautions against 'charset=' (empty) message. | tkikuchi | 2 | -2/+5 |
2004-12-01 | Chinese is not supported yet. | tkikuchi | 1 | -2/+3 |
2004-11-25 | We have to escape other special characters like '=', so use urllib. | tkikuchi | 1 | -1/+3 |
2004-11-16 | Obscure email address in text format archive. | tkikuchi | 1 | -1/+9 |
2004-11-13 | Normalize charset to the output if input/output are different. | tkikuchi | 1 | -0/+3 |
2004-10-31 | [ 1008983 ] qrunner w/ multiple slices crashing. | tkikuchi | 1 | -1/+1 |
2004-10-22 | Now default is NOT to VERP_PROBES for backward compatibility. | tkikuchi | 2 | -5/+16 |
2004-10-19 | [ 874764 ] -admin address is now equiv to -bounce | tkikuchi | 1 | -3/+3 |
2004-10-19 | 923428 VERP subscription confirmations | tkikuchi | 2 | -26/+37 |
2004-10-14 | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 3 | -4/+7 |
2004-10-13 | [ 1045909 ] user cancel of pending subscription fails | tkikuchi | 1 | -2/+6 |
2004-10-12 | add reference to fix_url.py | tkikuchi | 1 | -0/+4 |
2004-10-10 | I18N error avoidance. HeaderParserError/UnicodeError | tkikuchi | 1 | -2/+10 |
2004-10-10 | I18N autorespondToSender() | tkikuchi | 2 | -4/+9 |
2004-10-10 | proper lang data is set in msg['data'] | tkikuchi | 1 | -4/+4 |
2004-10-09 | [ 601117 ] add sequencial number in subject prefix | tkikuchi | 2 | -53/+122 |
2004-10-09 | [ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. times | tkikuchi | 2 | -9/+25 |
2004-10-09 | [ 1030228 ] Mass Subscribe address with control character - can't delete | tkikuchi | 2 | -2/+2 |
2004-10-09 | [ 1025372 ] empty Cc: | tkikuchi | 1 | -1/+2 |
2004-10-09 | [ 789015 ] Archiver.py patch for pipermail URL generation | tkikuchi | 1 | -5/+6 |
2004-10-08 | [ 790494 ] built-in automatic discard | tkikuchi | 5 | -1/+15 |
2004-10-03 | Merging SF patches: | tkikuchi | 8 | -7/+121 |
2004-09-23 | [ 873035 ] subject handling in -request mail | tkikuchi | 1 | -1/+3 |
2004-09-22 | decoration is useless; in fact, it causes mojibake in japanese. | tkikuchi | 1 | -2/+2 |
2004-09-20 | Use Utils.oneline() where applicable. | tkikuchi | 2 | -1/+3 |
2004-09-18 | [ 872068 ] Decorate.py patch (by tkikuchi) | tkikuchi | 1 | -13/+36 |
2004-09-18 | More error handling for oneline(). | tkikuchi | 1 | -1/+2 |
2004-09-18 | oneline() has moved to Utils.py (sorry for the last bogus commit). | tkikuchi | 1 | -16/+3 |
2004-09-17 | [ 891491 ] Scrubber.py patch by tkikuchi | tkikuchi | 2 | -10/+48 |