aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/OldStyleMemberships.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
|
* Changed OldStyleMemberships.py to remove the member from one_last_digestMark Sapiro2008-06-201-1/+7
| | | | | | when changing from regular to digest delivery to avoid the possibility of a duplicate digest in some circumstances.
* - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an addressmsapiro2007-03-201-3/+11
| | | | | | | 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.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Backporting from trunkbwarsaw2003-03-311-4/+7
|
* 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.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+353
'Release_2_1-maint'.