Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated NEWS file. | Mark Sapiro | 2007-11-22 | 1 | -3/+70 | |
| | ||||||
* | Improved processing of an Approve(d): body line by decoding the body payload | msapiro | 2007-06-09 | 1 | -0/+4 | |
| | | | before looking for/deleting the Approve(d): line. | |||||
* | - CGI/admin.py | msapiro | 2007-05-08 | 1 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The email address which forms a part of the various CGI data keys in the admin membership list is now urllib.quote()ed. This allows changing options for and unsubbing an address which contains a double-quote character. - CGI/admindb.py Added additional test to not display "Database Updated ..." when coming from the login page. - CGI/roster.py, HTMLFormatter.py Changed to show hidden members when authorization is site or list's admin or moterator password. Patch 1587651. - Defaults.py.in, Handlers/Cleanse_DKIM.py Added a new REMOVE_DKIM_HEADERS Defaults.py/mm_cfg.py setting (default = No) to control removing dkim/domainkey signatures from posts and mail to -owner. - Handlers/Decorate.py, Handlers/Scrubber.py Changed to preserve format=flowed and delsp=yes in the Content-Type: of the body when adding header/footer and when scrubbing attachments and to remove trailing spaces from the header/footer lines so they won't be flowed. Bug 1495122. Fixed a scrubber issue where the i18n translated 'next part' separator can be garbled if the list charset is different from the message. - Queue/Runner.py. Queue/Switchboard.py Now that we have .bak queue entries for recovery, it is no longer the case that an unparseable message is lost. In this case, and in case of other exceptions when dequeueing, I added a preservation feature to move the .bak file to qfiles/shunt as a .psv file and write an appropriate log entry. It is also possible for an attempt to shunt a message to fail. One example that occurred in practice (bug 1656289) was caused by a huge message that threw a MemoryError in processing and then threw another MemoryError in the attempt to pickle the message for the shunt queue. In this case as well, I log and attempt to preserve the original queue entry by renaming. | |||||
* | Fix a very old bug in withlist which prevented -r from working with package | bwarsaw | 2007-04-05 | 1 | -1/+4 | |
| | | | | | paths more deeply nested than 1 level. IOW, -r package.package.module.func now works as intended. | |||||
* | Added a reference to the tracker number for the OldStyleMemberships.py fix. | msapiro | 2007-03-21 | 1 | -3/+3 | |
| | ||||||
* | - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an address | msapiro | 2007-03-20 | 1 | -0/+4 | |
| | | | | | | | with upper case in the domain if the local part was all lower case. - Changed the semantics of OldStyleMemberships.changeMemberAddress os that in the case of a straightforward address change, i.e. nodelete = 0, delivery status and time are preserved if BYUSER or BYADMIN. | |||||
* | - Changed cmd_who.py to show hidden members when authorization is by list ↵ | msapiro | 2007-02-07 | 1 | -0/+4 | |
| | | | | | admin or moderator password. - Changed cmd_who.py public roster syntax to accept optional list admin or moderator password. | |||||
* | Fixed admin.py so null VARHELP category is handled (1573393). | msapiro | 2006-10-11 | 1 | -0/+4 | |
| | ||||||
* | Set things up for 2.1.10a0 | bwarsaw | 2006-09-13 | 1 | -0/+2 | |
| | ||||||
* | Tag as 2.1.9 (final). Also, remove version.ht* since it's redundant. | bwarsaw | 2006-09-13 | 1 | -1/+1 | |
| | ||||||
* | Fix an unexploitable format string vulnerability. Even though unexploitable, | bwarsaw | 2006-09-11 | 1 | -0/+4 | |
| | | | | | it's still crappy coding that should be fixed. CVE-2006-2191. Thanks go to Karl Chen, Martin 'Joey' Schulze, and Elie Mamane. | |||||
* | 2.1.9 final will be released this month | bwarsaw | 2006-09-02 | 1 | -1/+1 | |
| | ||||||
* | CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery by | bwarsaw | 2006-08-30 | 1 | -1/+7 | |
| | | | | | Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry). | |||||
* | New language -> languages. Sorry we don't have plurals in japanese. | tkikuchi | 2006-08-05 | 1 | -1/+1 | |
| | ||||||
* | Language files update. New languages: Arabic, Vietnamese. | tkikuchi | 2006-08-04 | 1 | -0/+4 | |
| | ||||||
* | - Switchboard.py - Closed very tiny holes at the upper ends of queue | msapiro | 2006-07-09 | 1 | -0/+4 | |
| | | | | | slices that could result in unprocessable queue entries. Improved FIFO processing when two queue entries have the same timestamp. | |||||
* | - Decorate.py Fixed bug 1507248 by ignoring header/footer characters | msapiro | 2006-06-23 | 1 | -0/+15 | |
| | | | | | | | | outside the character set of the list's language. - Utils.py Fixed a security hole which allowed a crafted URI to inject bogus apparent messages into the error log, possibly inducing an admin to visit a phishing site. | |||||
* | Bump version to 2.1.8 final. | tkikuchi | 2006-04-15 | 1 | -2/+2 | |
| | ||||||
* | Bumping 2.1.8rc1. | tkikuchi | 2006-04-06 | 1 | -1/+6 | |
| | ||||||
* | Bump version number to 2.1.8b1. | tkikuchi | 2006-03-23 | 1 | -1/+1 | |
| | ||||||
* | Fixed long standing bug (1275856) - get_domain() returned DEFAULT_EMAIL_HOST | msapiro | 2006-03-18 | 1 | -2/+3 | |
| | | | | instead of DEFAULT_URL_HOST if VIRTUAL_HOST_OVERVIEW was off. | |||||
* | Bumping version number to 2.1.8a1 | tkikuchi | 2006-03-10 | 1 | -1/+1 | |
| | ||||||
* | Updated 2.1.8a1 bug fixes and other patches entry. | msapiro | 2006-03-09 | 1 | -4/+8 | |
| | ||||||
* | Added 1435722 to bugs fixed for 2.1.8. | msapiro | 2006-02-22 | 1 | -0/+1 | |
| | ||||||
* | Added 1430236 and 1433673 to 2.1.8 bugs fixed list. | msapiro | 2006-02-19 | 1 | -1/+2 | |
| | ||||||
* | Updated Brad Knowles' mailman daily status report to version 0.0.16. | msapiro | 2006-01-29 | 1 | -2/+3 | |
| | ||||||
* | NEWS update. | tkikuchi | 2006-01-29 | 1 | -0/+27 | |
| | ||||||
* | Bumping version to 2.1.7 final. | tkikuchi | 2005-12-31 | 1 | -1/+1 | |
| | ||||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 1 | -48/+52 | |
| | | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | |||||
* | Oops, I forgot to update release no here. | tkikuchi | 2005-12-24 | 1 | -1/+1 | |
| | ||||||
* | Change default behavior for safety. | tkikuchi | 2005-12-24 | 1 | -0/+3 | |
| | ||||||
* | Scan other text/* parts for Approve(d): <password> - bug 1181161. | msapiro | 2005-12-21 | 1 | -0/+5 | |
| | ||||||
* | Prepare to release 2.1.7b1. | tkikuchi | 2005-12-20 | 1 | -1/+10 | |
| | ||||||
* | Bump version number to 2.1.7a1 | tkikuchi | 2005-12-13 | 1 | -1/+1 | |
| | ||||||
* | SF bug tracker 1378270. Fix aliases permission check in Postfix.py. | tkikuchi | 2005-12-13 | 1 | -0/+3 | |
| | ||||||
* | Fixes for bug 1080943. | msapiro | 2005-12-12 | 1 | -0/+5 | |
| | | | | Add error response for ./ and ../ in URL | |||||
* | Add more recent changes to 2.1.7 "Bug fixes and other patches" | msapiro | 2005-12-06 | 1 | -0/+8 | |
| | ||||||
* | Add Security notes in NEWS. | tkikuchi | 2005-12-06 | 1 | -0/+21 | |
| | ||||||
* | Add several recent changes to 2.1.7 "Bug fixes and other patches" | msapiro | 2005-12-05 | 1 | -0/+16 | |
| | ||||||
* | NEWS - Add PEP263 charset in config_list output (1343100). | tkikuchi | 2005-11-04 | 1 | -0/+2 | |
| | ||||||
* | NEWS updates for backports from MAIN. | tkikuchi | 2005-10-23 | 1 | -0/+11 | |
| | ||||||
* | Message size fix. | bwarsaw | 2005-09-19 | 1 | -0/+3 | |
| | ||||||
* | News about DomainKey header removal. | bwarsaw | 2005-09-12 | 1 | -0/+3 | |
| | ||||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 | |
| | ||||||
* | Entry of Logging/Logger.py fix in NEWS. | tkikuchi | 2005-07-23 | 1 | -0/+2 | |
| | ||||||
* | New attribute 'collapse_alternatives'. | tkikuchi | 2005-07-13 | 1 | -0/+6 | |
| | ||||||
* | Placeholder for 2.1.7, and a fix. | bwarsaw | 2005-05-31 | 1 | -0/+6 | |
| | ||||||
* | Updates for 2.1.6 final. | bwarsaw | 2005-05-30 | 1 | -33/+47 | |
| | ||||||
* | We're getting 2.1.6 final out this month, fer sher! | bwarsaw | 2005-05-14 | 1 | -1/+1 | |
| | ||||||
* | Another last minute bug fixed. | bwarsaw | 2005-05-02 | 1 | -1/+2 | |
| |