Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid infinite loop of held message and its notifications. | tkikuchi | 2005-07-04 | 1 | -5/+6 |
| | |||||
* | As per Davin McCall, setting owner_request_special is no longer really | bwarsaw | 2005-07-01 | 1 | -8/+0 |
| | | | | | necessary for Postfix, especially if you set it up for VERP with recipient_delimiter = + | ||||
* | Updated the link to the "Reply-To munging considered useful" essay. | bwarsaw | 2005-07-01 | 1 | -4/+3 |
| | |||||
* | Fix SF BugID 1179487: | tkikuchi | 2005-06-26 | 1 | -3/+14 |
| | | | | | | | | | Although the RFC2231 bug example in the tracker has been solved in mailman-2.1.6, there may be more cases where ToDigest.send_digests() can block regular delivery. I put the send_digests() calling part in try - except clause and leave a message in the error log if something happened in send_digests(). Daily call of cron/senddigests will notify more details to the site administrator. | ||||
* | Spanish updates by Juan Carlos Rey Anaya | bwarsaw | 2005-06-08 | 21 | -64/+64 |
| | |||||
* | Fixes for SF #949117. | bwarsaw | 2005-05-31 | 1 | -11/+20 |
| | | | | | | | | update_qfiles(): Catch and ignore OSErrors when trying to listdir() a non-directory. dequeue(): Catch EOFErrors that can occur if a zero-length qfile is encountered. | ||||
* | Placeholder for 2.1.7, and a fix. | bwarsaw | 2005-05-31 | 1 | -0/+6 |
| | |||||
* | The usual post-release version bump. | bwarsaw | 2005-05-31 | 1 | -3/+3 |
| | |||||
* | Updates for 2.1.6 final. | bwarsaw | 2005-05-30 | 96 | -314/+354 |
| | |||||
* | We're a little bit more release candidate than that. :/ | bwarsaw | 2005-05-22 | 1 | -1/+1 |
| | |||||
* | process(): One more bug fix, though this one should be safe. Under email 2.5, | bwarsaw | 2005-05-22 | 1 | -1/+8 |
| | | | | | | | | | | it is possible for a message to be "not is_multipart()" but to have a None payload. I know of at least one situation where this can happen: you have a Content-Type: multipart/* but there is nothing but two blank lines between the first boundary and the end boundary. Under email 3, you get a string payload but under email 2.5 you get None. Because there's nothing in such parts, they should be safe to ignore. | ||||
* | Spanish catalog update by Juan Carlos Rey Anaya | bwarsaw | 2005-05-20 | 1 | -5/+5 |
| | |||||
* | New ack. | bwarsaw | 2005-05-20 | 1 | -0/+1 |
| | |||||
* | Missing Spanish templates by Julio A Cartaya. | bwarsaw | 2005-05-20 | 9 | -0/+127 |
| | |||||
* | Another ack. | bwarsaw | 2005-05-15 | 1 | -0/+1 |
| | |||||
* | We're getting 2.1.6 final out this month, fer sher! | bwarsaw | 2005-05-14 | 1 | -1/+1 |
| | |||||
* | Bump to 2.1.6rc4 | bwarsaw | 2005-05-14 | 5 | -12/+12 |
| | |||||
* | zh_CN (China Chinese) updates from Dai Xiaoguang, who is also added to the | bwarsaw | 2005-05-14 | 6 | -717/+739 |
| | | | | ACKNOWLEDGEMENTS file. | ||||
* | Updated Brazilian Portuguese translation for Mailman 2.1.6 | gleydson | 2005-05-14 | 1 | -13/+12 |
| | |||||
* | Updated Brazilian Portuguese translation for Mailman 2.1.6 release | gleydson | 2005-05-14 | 1 | -65/+158 |
| | |||||
* | Chinese (Taiwan) update by Ping Yeh. | tkikuchi | 2005-05-14 | 1 | -1019/+1476 |
| | |||||
* | Chinese (China) update. | tkikuchi | 2005-05-14 | 35 | -191/+244 |
| | |||||
* | I finally find out why re.escape() doesn't work properly. '%' should not | tkikuchi | 2005-05-13 | 2 | -11/+12 |
| | | | | | be escaped for it is the insert directive. It was my trial and error in the comments in previous version. Well, I didn't think of '++' ... | ||||
* | prefix_subject(): Don't double escape the prefix_pattern. | bwarsaw | 2005-05-13 | 1 | -3/+0 |
| | |||||
* | Provide a warning about the private archive directory permissions on shared | bwarsaw | 2005-05-13 | 62 | -1382/+1134 |
| | | | | | multiuser systems, and provide some information on what can be done about it. Update the install document. | ||||
* | main(): Honor doprint even if we're not in filetype == 1. | bwarsaw | 2005-05-13 | 1 | -8/+11 |
| | |||||
* | Copyright years and whitespace normalization. | bwarsaw | 2005-05-13 | 1 | -4/+3 |
| | |||||
* | Copyright years. | bwarsaw | 2005-05-13 | 1 | -1/+1 |
| | |||||
* | strip_subject() in HyperArch.py | bwarsaw | 2005-05-13 | 3 | -15/+16 |
| | | | | | | | | | | prefix_subject() in CookHeaders.py When calling re.sub() to substitute the subject prefix, you have to escape the pattern, otherwise prefixes like [C++] cause "multiple repeat" exceptions in re. Also, whitespace normalization and copyright years updates. | ||||
* | All messages translated, still 51 fuzzy to refine. | webdizainro | 2005-05-12 | 1 | -52/+720 |
| | |||||
* | Norwegian catalog, ready for 2.1.6 final | avalon | 2005-05-09 | 1 | -68/+85 |
| | |||||
* | Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError. | tkikuchi | 2005-05-08 | 2 | -2/+2 |
| | | | | Both are introduced in Python2.3. UnicodeError catches both. | ||||
* | Chinese translation update. | tkikuchi | 2005-05-04 | 14 | -188/+412 |
| | |||||
* | Another last minute bug fixed. | bwarsaw | 2005-05-02 | 1 | -1/+2 |
| | |||||
* | Copyright years. | bwarsaw | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | ChangeHTML(): Set umask to 0 while creating the langdir. Fixes SF bug | bwarsaw | 2005-05-02 | 1 | -3/+7 |
| | | | | #1190404 | ||||
* | Set DEFAULT_MAX_DAYS_TO_HOLD to 0 to disable it, since this is a new feature | bwarsaw | 2005-05-02 | 1 | -4/+4 |
| | | | | in a maintenance release. | ||||
* | More information about max_days_to_hold (i.e. auto-discard). | bwarsaw | 2005-05-02 | 1 | -1/+4 |
| | |||||
* | process(): For some reason, the part's payload can be None. Defend against | bwarsaw | 2005-05-01 | 1 | -6/+7 |
| | | | | trying to call None.splitlines(). | ||||
* | prepare_message(): Fixed typo. | bwarsaw | 2005-05-01 | 1 | -2/+2 |
| | |||||
* | bumping to 2.1.6rc3 | bwarsaw | 2005-04-29 | 3 | -6/+6 |
| | |||||
* | update to email 2.5.6 | bwarsaw | 2005-04-29 | 2 | -0/+0 |
| | |||||
* | Use email-2.5.6 | bwarsaw | 2005-04-29 | 1 | -2/+2 |
| | |||||
* | get_content_charset(): This is fixed in email-2.5.6 so remove it from here | bwarsaw | 2005-04-29 | 1 | -19/+1 |
| | | | | because it's better not to have redundant code. | ||||
* | Add TypeError for possible error when checking charset availablity. | tkikuchi | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | I forgot to generate new html. Thanks it was RC. | tkikuchi | 2005-04-22 | 2 | -6/+6 |
| | |||||
* | Bumping version 2.1.6rc2 | tkikuchi | 2005-04-22 | 4 | -353/+975 |
| | |||||
* | NEWS update for Chinese. | tkikuchi | 2005-04-22 | 1 | -3/+6 |
| | |||||
* | Brushing up the override function. | tkikuchi | 2005-04-22 | 1 | -4/+13 |
| | |||||
* | get_content_charset() should return failobj on error. | tkikuchi | 2005-04-21 | 1 | -0/+9 |
| |