Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GetAvailableLanguages(): Strip out any language codes that aren't in | bwarsaw | 2003-11-27 | 1 | -1/+3 |
| | | | | | LC_DESCRIPTIONS. This is mostly useful for debugging since I occasionally add languages for testing and then disable them. | ||||
* | Added Romanian support by Stefaniu Criste. | bwarsaw | 2003-11-27 | 1 | -0/+2 |
| | | | | | (Note that Croatian is added but not yet supported. I'm still waiting for Nino Katic to give me a blessed translation.) | ||||
* | Typos | bwarsaw | 2003-11-27 | 1 | -2/+2 |
| | |||||
* | bulkdeliver(): Include the Message-ID in the log message. | bwarsaw | 2003-11-27 | 1 | -4/+6 |
| | |||||
* | bulkdeliver(): Rework the SMTP error handling to fix a problem | bwarsaw | 2003-11-26 | 1 | -10/+21 |
| | | | | | | | | | | | | | | | described here: http://mail.python.org/pipermail/mailman-developers/2003-November/016119.html The issue is that if we get an SMTPResponseException with a permanent error code, we don't want to add all the recipients to the failures dict, otherwise they'll all score a bounce. That's not appropriate because the message is being rejected by the local smtpd for reasons having to do with the content of the message, not because there's some delivery problem to the recipient. Log all problems now to logs/smtp-failure. | ||||
* | ApprovedChangeMemberAddress(): When someone requests to change their | bwarsaw | 2003-11-25 | 1 | -2/+12 |
| | | | | | | | | address globally, it is possible the new address is already a member of this (or one of the other) lists. In that case, the old address is removed. Closes SF # 835036. | ||||
* | Create(): Take an optional emailhost name and use that to calculate | bwarsaw | 2003-11-24 | 1 | -2/+5 |
| | | | | | the valid postingaddr. If not given (the default), use DEFAULT_EMAIL_HOST as before. | ||||
* | process_request(): In response to SF bug # 835870, we now check the | bwarsaw | 2003-11-24 | 1 | -5/+12 |
| | | | | | | | | | | calculated host name, and if VIRTUAL_HOST_OVERVIEW is true, that host name must match one of our known virtual hosts. Otherwise we'll refuse to create the list. If VIRTUAL_HOST_OVERVIEW is false, we'll do no checking (meaning the old behavior of being able to create a list with a non-fqdn hostname still exists). Also, pass the email host name into the MailList.Create() call. | ||||
* | copyright years. | bwarsaw | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | _BounceInfo.__init__(), registerBounce(), disableBouncingMember(): A | bwarsaw | 2003-11-21 | 1 | -6/+7 |
| | | | | | | | | fix for SF bug # 846681, where the confirmation cookie emailed in a bounce disabled notification was always out of date. The problem was that we created the cookie at the time of the first bounce. This is very likely more than three days before the time of the last bounce, which is when we should have (and now do) create the cookie. | ||||
* | enqueue(): Always flush and sync the message file. | bwarsaw | 2003-11-21 | 1 | -1/+3 |
| | |||||
* | change_options(): When calling ApprovedAddMember(), pass a meaningful | bwarsaw | 2003-11-21 | 1 | -2/+3 |
| | | | | value to the whence argument. | ||||
* | __handlesubscription(): Pass a meaningful whence argument to | bwarsaw | 2003-11-21 | 1 | -1/+1 |
| | | | | ApprovedAddMember(). | ||||
* | ApprovedAddMember(): Add a 'whence' argument which gets passed a | bwarsaw | 2003-11-21 | 1 | -5/+8 |
| | | | | | | | | | | | descriptive string explaining where the member got added from. Improves subscription logging. AddMember(): Pass 'remote' to ApprovedAddMember()'s whence argument. ProcessConfirmation(): We know whether the confirmation came from email or via the web, so pass this information to ApprovedAddMember()'s whence argument. | ||||
* | boilerplate | bwarsaw | 2003-11-20 | 1 | -1/+1 |
| | |||||
* | NewRequestsDatabase(): HoldSubscription() now takes 5 arguments; the | bwarsaw | 2003-11-20 | 1 | -1/+2 |
| | | | | user's realname and the user's language were added. | ||||
* | set_delivery(): Fixed the email command 'set delivery [on|off]' which | bwarsaw | 2003-11-19 | 1 | -7/+13 |
| | | | | | | was trying to use the setMemberOption() interface. This doesn't work for delivery settings -- it needed to use the setDeliveryStatus() interface. | ||||
* | main(): Fix for bug #832748, where unsubscribe_policy was being | bwarsaw | 2003-11-03 | 1 | -4/+24 |
| | | | | | | | ignored for the unsub button on the member login page. Report and original patch by Pasi Sjoholm, modify by Barry. Forward port candidate. | ||||
* | Bump version string to 2.1.3+ | bwarsaw | 2003-11-01 | 1 | -1/+1 |
| | |||||
* | Catalan support by Robert Garrigos and Toni Panades. | bwarsaw | 2003-11-01 | 1 | -0/+1 |
| | |||||
* | __save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync it | bwarsaw | 2003-10-10 | 1 | -0/+3 |
| | | | | before closing the config.pck file. Should improve robustness. | ||||
* | MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write(): | bwarsaw | 2003-10-10 | 1 | -6/+2 |
| | | | | | Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable after all. | ||||
* | Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable after | bwarsaw | 2003-10-10 | 1 | -0/+6 |
| | | | | | all, since we have the same potential problem (and solution) for the MailList config.pck files that we did for the msg.pck files. | ||||
* | wrap(): Minor code cleaning. | bwarsaw | 2003-10-07 | 1 | -4/+2 |
| | |||||
* | Backporting Slovenian support. | bwarsaw | 2003-10-04 | 1 | -0/+1 |
| | |||||
* | FormatUsers(): The user portion of the link should honor the setting | bwarsaw | 2003-09-29 | 1 | -9/+10 |
| | | | | of self.obscure_addresses. | ||||
* | process_request(), request_creation(): Close cross-site scripting | bwarsaw | 2003-09-28 | 1 | -14/+20 |
| | | | | | | exploits found by Ned Dawes. Also, whitespace normalization. Backported from HEAD. | ||||
* | MailList.__init__(): When trying to execfile extend.py, we ignore | bwarsaw | 2003-09-28 | 1 | -1/+5 |
| | | | | | | | ENOENT but log all other IOErrors instead of propagating them up. Closes a tiny exploit found by Ned Dawes. Backported from HEAD. | ||||
* | BDBMemberAdaptor should not make it into a maintenance release. | bwarsaw | 2003-09-26 | 1 | -637/+0 |
| | |||||
* | Danish and Euskara/Basque | bwarsaw | 2003-09-22 | 1 | -0/+2 |
| | |||||
* | Bump the version to 2.1.3 | bwarsaw | 2003-09-22 | 1 | -2/+2 |
| | |||||
* | Backporting from the HEAD -- Mailman package | bwarsaw | 2003-09-22 | 6 | -23/+70 |
| | |||||
* | Backporting from the HEAD -- updated archiver | bwarsaw | 2003-09-22 | 3 | -10/+42 |
| | |||||
* | Backporting from the HEAD -- updated bouncers | bwarsaw | 2003-09-22 | 1 | -10/+15 |
| | |||||
* | Backporting from the HEAD -- updated cgi's | bwarsaw | 2003-09-22 | 3 | -3/+5 |
| | |||||
* | Backporting from the HEAD -- updated u/i | bwarsaw | 2003-09-22 | 3 | -7/+9 |
| | |||||
* | Backporting from the HEAD -- updated handlers | bwarsaw | 2003-09-22 | 4 | -7/+11 |
| | |||||
* | Backporting from the HEAD -- updated queue runners | bwarsaw | 2003-09-22 | 5 | -108/+153 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-09-22 | 2 | -0/+683 | |
| | | | 'Release_2_1-maint'. | ||||
* | Backporting once again from the trunk. | bwarsaw | 2003-04-22 | 1 | -4/+6 |
| | | | | | I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right. | ||||
* | Backporting from the trunk. | bwarsaw | 2003-04-20 | 4 | -113/+151 |
| | |||||
* | Getting ready for 2.1.2 | bwarsaw | 2003-04-20 | 1 | -2/+2 |
| | |||||
* | Backport from the trunk, and catalog regeneration. | bwarsaw | 2003-04-19 | 5 | -23/+44 |
| | |||||
* | Portuguese (pt) translations by Jose Paulo Moitinho de Almeida. | bwarsaw | 2003-04-09 | 1 | -0/+1 |
| | |||||
* | Backporting from trunk. | bwarsaw | 2003-04-07 | 5 | -66/+92 |
| | |||||
* | Backport: | bwarsaw | 2003-04-02 | 1 | -1/+2 |
| | | | | | | dequeue(): If we can't read a .db file, initialize data to the empty dictionary, since the following test expects to do a has_key() on the value. Closes SF bug #707608. | ||||
* | Bump version number for testing. | bwarsaw | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | __init__(): Jon Parise caught a typo in the conversion to booleans. | bwarsaw | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | Use True/False where appropriate. | bwarsaw | 2003-03-31 | 1 | -26/+31 |
| | |||||
* | Backporting from trunk | bwarsaw | 2003-03-31 | 26 | -211/+445 |
| |