aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backporting i18n updates from the cvs trunkbwarsaw2003-03-3141-4516/+7348
|
* Backporting various fixes and improvements from the trunk.bwarsaw2003-03-312-12/+50
|
* Backporting various fixes and improvements from the trunk.bwarsaw2003-03-316-81/+130
|
* Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw2003-03-3121-76/+101
| | | | Ademar de Souza Reis Jr
* Backporting information files from Mailman cvs head.bwarsaw2003-03-316-41/+70
|
* Update.avalon2003-02-102-9/+5
|
* Bump to 2.1.1bwarsaw2003-02-085-14/+14
|
* News for 2.1.1bwarsaw2003-02-081-1/+15
|
* Backporting from the trunk.bwarsaw2003-02-0875-6507/+7717
|
* Fixed a few typos and errors.avalon2003-01-302-21/+13
|
* Copyright years.bwarsaw2003-01-102-5/+5
|
* An addition.bwarsaw2003-01-101-0/+2
|
* safe_strftime(): Watch out for TypeError coming back from strftime().bwarsaw2003-01-101-1/+1
|
* Article.__init__(): Watch out for tuples coming back frombwarsaw2003-01-101-0/+3
| | | | | message.get_param(). Such beasts are RFC 2231 charsets which need to be converted to unicode.
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
|
* Copyright yearsbwarsaw2003-01-071-4/+4
|
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-2/+6
| | | | | | | | | header to the headers and footers parts as a hint to persnickety clients (not mentioning Outlook here) that the text should be displayed inline instead of as attachments. It does no harm so even if it doesn't completely fix the problem it sounds like a good idea.
* Copyrightbwarsaw2003-01-071-4/+4
|
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-1/+1
| | | | | system call) during the conn.sendmail() call. This just sets the message up to retry later.
* main(): Fix some dumb coding bugs.bwarsaw2003-01-031-3/+3
|
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
| | | | | | code which would delete any list with a matching prefix (i.e. "bin/rmlist foo" would also delete the stanza for "foo-one" and "foo-two").
* changeMemberAddress(): Rearrange the order in which sub-tasks arebwarsaw2003-01-021-10/+10
| | | | | | | done. First remove the old member, then add the new member. Also fix the setting of user options so that this is done on the newaddress (lowercased). This should avoid MMAlreadyAMember errors when the address changes by case only.
* main(): Treat addresses case-insensitively for grouping purposes.bwarsaw2003-01-021-9/+7
|
* main(): In the change-of-address section, we only want to show thebwarsaw2003-01-021-3/+5
| | | | | | | | | | | | "you are already using that email address" message if the newaddress matches the case-preserved (subscribed) address. Also, in the set_address section, if cpuser is None, set it to the the user address, since that's what we'll use now as the old address in the ChangeMemberAddress() call. This and related changes should fix problems when the address we're changing to differs for the current address by case only.
* Bump the version number.bwarsaw2003-01-021-2/+2
|
* ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing abwarsaw2003-01-021-13/+4
| | | | | | | | | | global change. ApprovedChangeMemberAddress(): Don't worry about trying to reduce the amount of work by testing on isMember(). This doesn't work anyway when we're changing an address for case only. Just do the changeMemberAddress() call and be done with it. Same goes for when deciding whether to do the change in the other lists.
* Boilerplate for an eventual 2.1.1 release.bwarsaw2003-01-021-1/+4
|
* This commit was manufactured by cvs2svn to create branch2003-01-021173-0/+284795
'Release_2_1-maint'.